#1D0783
A dark, vivid blue closely aligning with Navy.
About #1D0783
At its core, #1D0783 is a dark and vivid hue. Its closest recognized web color is Navy. This translates to an RGB value of rgb(29, 7, 131).
Translating this color to physical media requires the CMYK color model. Its ink density profile breaks down to 78% cyan, 95% magenta, 0% yellow, and 49% black. With a hue angle of 250.6 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#1D0783
RGB29, 7, 131
HSL250.6°, 89.9%, 27.1%
CMYK78%, 95%, 0%, 49%
HSV250.6°, 94.7%, 51.4%
LAB15.8, 46.4, -61.9
XYZ4.7, 2.1, 21.6
Decimal1902467
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
14.89:1
Text on #FFFFFF
AAA
1.41:1
Text on #000000
FAIL
14.23:1
Text on #F8FAFC
AAA
1.20:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #1D0783;
}
.text-color {
color: #1D0783;
}
.border-color {
border: 2px solid #1D0783;
}