#1D2442
A very dark, moderate blue closely aligning with Black.
About #1D2442
Visually, #1D2442 is defined as a moderate blue. Designers often compare it to the standard color Black. Its digital footprint relies on 29 parts red, 36 parts green, and 66 parts blue light.
When sending designs containing this color to a printer, the CMYK values come into play. This specific hue requires a mix of 56% C, 45% M, 0% Y, and 74% K. The HSL representation is 228.6° hue, 38.9% saturation, and 18.6% lightness.
Ensuring your text is legible against this background is a key part of web design. Mathematical luminance calculations suggest that #FFFFFF text provides the most optimal reading experience. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#1D2442
RGB29, 36, 66
HSL228.6°, 38.9%, 18.6%
CMYK56%, 45%, 0%, 74%
HSV228.6°, 56.1%, 25.9%
LAB15.0, 7.0, -20.0
XYZ2.1, 1.9, 5.4
Decimal1909826
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
15.18:1
Text on #FFFFFF
AAA
1.38:1
Text on #000000
FAIL
14.51:1
Text on #F8FAFC
AAA
1.18:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #1D2442;
}
.text-color {
color: #1D2442;
}
.border-color {
border: 2px solid #1D2442;
}