#1D1649
A very dark, moderate blue closely aligning with Midnightblue.
About #1D1649
The hex code #1D1649 represents a beautifully specific shade of blue. Its closest recognized web color is Midnightblue. This translates to an RGB value of rgb(29, 22, 73).
When sending designs containing this color to a printer, the CMYK values come into play. To reproduce this shade on paper, a printer utilizes 60% cyan and 70% magenta inks. The HSL representation is 248.2° hue, 53.7% saturation, and 18.6% lightness.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #FFFFFF text pairs best with this hex code. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#1D1649
RGB29, 22, 73
HSL248.2°, 53.7%, 18.6%
CMYK60%, 70%, 0%, 71%
HSV248.2°, 69.9%, 28.6%
LAB11.4, 19.9, -30.8
XYZ2.0, 1.3, 6.5
Decimal1906249
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
16.62:1
Text on #FFFFFF
AAA
1.26:1
Text on #000000
FAIL
15.89:1
Text on #F8FAFC
AAA
1.07:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #1D1649;
}
.text-color {
color: #1D1649;
}
.border-color {
border: 2px solid #1D1649;
}