#1D1D99
A dark, moderate blue closely aligning with Navy.
About #1D1D99
The precise color #1D1D99 is an excellent choice for modern design projects. Designers often compare it to the standard color Navy. This translates to an RGB value of rgb(29, 29, 153).
If you are designing for print, the four-color process is what matters most. To reproduce this shade on paper, a printer utilizes 81% cyan and 81% magenta inks. With a hue angle of 240.0 degrees, it sits comfortably in the blue spectrum.
Ensuring your text is legible against this background is a key part of web design. To prevent eye strain, #FFFFFF text pairs best with this hex code. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#1D1D99
RGB29, 29, 153
HSL240.0°, 68.1%, 35.7%
CMYK81%, 81%, 0%, 40%
HSV240.0°, 81.0%, 60.0%
LAB21.7, 43.9, -65.7
XYZ6.7, 3.4, 30.4
Decimal1908121
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
12.44:1
Text on #FFFFFF
AAA
1.69:1
Text on #000000
FAIL
11.89:1
Text on #F8FAFC
AAA
1.43:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #1D1D99;
}
.text-color {
color: #1D1D99;
}
.border-color {
border: 2px solid #1D1D99;
}