#1D1699
A dark, vivid blue closely aligning with Darkblue.
About #1D1699
The precise color #1D1699 is an excellent choice for modern design projects. If you're using CSS, you might find it aligns closely with Darkblue. This translates to an RGB value of rgb(29, 22, 153).
When sending designs containing this color to a printer, the CMYK values come into play. This specific hue requires a mix of 81% C, 86% M, 0% Y, and 40% K. The HSL representation is 243.2° hue, 74.9% saturation, and 34.3% lightness.
Contrast ratios determine whether this color is safe for typography. Mathematical luminance calculations suggest that #FFFFFF text provides the most optimal reading experience. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#1D1699
RGB29, 22, 153
HSL243.2°, 74.9%, 34.3%
CMYK81%, 86%, 0%, 40%
HSV243.2°, 85.6%, 60.0%
LAB20.6, 47.3, -67.7
XYZ6.5, 3.1, 30.4
Decimal1906329
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
12.91:1
Text on #FFFFFF
AAA
1.63:1
Text on #000000
FAIL
12.34:1
Text on #F8FAFC
AAA
1.38:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #1D1699;
}
.text-color {
color: #1D1699;
}
.border-color {
border: 2px solid #1D1699;
}