#1D0075
A dark, vivid blue closely aligning with Navy.
About #1D0075
The precise color #1D0075 is an excellent choice for modern design projects. Designers often compare it to the standard color Navy. This translates to an RGB value of rgb(29, 0, 117).
If you are designing for print, the four-color process is what matters most. Its ink density profile breaks down to 75% cyan, 100% magenta, 0% yellow, and 54% black. The HSL representation is 254.9° hue, 100.0% saturation, and 22.9% lightness.
From a UX and accessibility standpoint, contrast is paramount. Because it is a dark color, it is generally recommended to use #FFFFFF text. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#1D0075
RGB29, 0, 117
HSL254.9°, 100.0%, 22.9%
CMYK75%, 100%, 0%, 54%
HSV254.9°, 100.0%, 45.9%
LAB12.9, 45.2, -57.7
XYZ3.7, 1.5, 16.9
Decimal1900661
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
16.04:1
Text on #FFFFFF
AAA
1.31:1
Text on #000000
FAIL
15.33:1
Text on #F8FAFC
AAA
1.11:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #1D0075;
}
.text-color {
color: #1D0075;
}
.border-color {
border: 2px solid #1D0075;
}