#1D1D8A
A dark, moderate blue closely aligning with Navy.
About #1D1D8A
Visually, #1D1D8A is defined as a moderate blue. If you're using CSS, you might find it aligns closely with Navy. This translates to an RGB value of rgb(29, 29, 138).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). To reproduce this shade on paper, a printer utilizes 79% cyan and 79% magenta inks. Always request a physical proof before doing a large print run with this exact code.
Contrast ratios determine whether this color is safe for typography. Because it is a dark color, it is generally recommended to use #FFFFFF text. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#1D1D8A
RGB29, 29, 138
HSL240.0°, 65.3%, 32.7%
CMYK79%, 79%, 0%, 46%
HSV240.0°, 79.0%, 54.1%
LAB19.9, 38.9, -59.4
XYZ5.5, 3.0, 24.3
Decimal1908106
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
13.17:1
Text on #FFFFFF
AAA
1.59:1
Text on #000000
FAIL
12.58:1
Text on #F8FAFC
AAA
1.36:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #1D1D8A;
}
.text-color {
color: #1D1D8A;
}
.border-color {
border: 2px solid #1D1D8A;
}