#1D007C
A dark, vivid blue closely aligning with Navy.
About #1D007C
The hex code #1D007C represents a beautifully specific shade of blue. It is closely associated with the named CSS color Navy. In the RGB color space, it consists of 29 red, 0 green, and 124 blue.
When sending designs containing this color to a printer, the CMYK values come into play. Its ink density profile breaks down to 77% cyan, 100% magenta, 0% yellow, and 51% black. The HSL representation is 254.0° hue, 100.0% saturation, and 24.3% lightness.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. To prevent eye strain, #FFFFFF text pairs best with this hex code. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#1D007C
RGB29, 0, 124
HSL254.0°, 100.0%, 24.3%
CMYK77%, 100%, 0%, 51%
HSV254.0°, 100.0%, 48.6%
LAB13.9, 47.0, -60.5
XYZ4.1, 1.7, 19.2
Decimal1900668
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
15.63:1
Text on #FFFFFF
AAA
1.34:1
Text on #000000
FAIL
14.94:1
Text on #F8FAFC
AAA
1.14:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #1D007C;
}
.text-color {
color: #1D007C;
}
.border-color {
border: 2px solid #1D007C;
}