#1D0083
A dark, vivid blue closely aligning with Navy.
About #1D0083
The hex code #1D0083 represents a beautifully specific shade of blue. Designers often compare it to the standard color Navy. In the RGB color space, it consists of 29 red, 0 green, and 131 blue.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). The color uses 78% Cyan, 100% Magenta, 0% Yellow, and 49% Black. With a hue angle of 253.3 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. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#1D0083
RGB29, 0, 131
HSL253.3°, 100.0%, 25.7%
CMYK78%, 100%, 0%, 49%
HSV253.3°, 100.0%, 51.4%
LAB15.0, 48.8, -63.3
XYZ4.6, 1.9, 21.6
Decimal1900675
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
15.22:1
Text on #FFFFFF
AAA
1.38:1
Text on #000000
FAIL
14.54:1
Text on #F8FAFC
AAA
1.17:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #1D0083;
}
.text-color {
color: #1D0083;
}
.border-color {
border: 2px solid #1D0083;
}