#1D1692
A dark, vivid blue closely aligning with Navy.
About #1D1692
At its core, #1D1692 is a dark and vivid hue. If you're using CSS, you might find it aligns closely with Navy. This translates to an RGB value of rgb(29, 22, 146).
Translating this color to physical media requires the CMYK color model. The color uses 80% Cyan, 85% Magenta, 0% Yellow, and 43% Black. This makes it a relatively light color when applied to physical surfaces.
Contrast ratios determine whether this color is safe for typography. 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#1D1692
RGB29, 22, 146
HSL243.4°, 73.8%, 32.9%
CMYK80%, 85%, 0%, 43%
HSV243.4°, 84.9%, 57.3%
LAB19.7, 45.1, -64.8
XYZ6.0, 2.9, 27.4
Decimal1906322
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
13.27:1
Text on #FFFFFF
AAA
1.58:1
Text on #000000
FAIL
12.69:1
Text on #F8FAFC
AAA
1.34:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #1D1692;
}
.text-color {
color: #1D1692;
}
.border-color {
border: 2px solid #1D1692;
}