#1D0F92
A dark, vivid blue closely aligning with Darkblue.
About #1D0F92
The precise color #1D0F92 is an excellent choice for modern design projects. It is closely associated with the named CSS color Darkblue. In the RGB color space, it consists of 29 red, 15 green, and 146 blue.
When sending designs containing this color to a printer, the CMYK values come into play. Its ink density profile breaks down to 80% cyan, 90% magenta, 0% yellow, and 43% black. With a hue angle of 246.4 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#1D0F92
RGB29, 15, 146
HSL246.4°, 81.4%, 31.6%
CMYK80%, 90%, 0%, 43%
HSV246.4°, 89.7%, 57.3%
LAB18.7, 48.0, -66.4
XYZ5.9, 2.7, 27.4
Decimal1904530
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
13.68:1
Text on #FFFFFF
AAA
1.54:1
Text on #000000
FAIL
13.07:1
Text on #F8FAFC
AAA
1.31:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #1D0F92;
}
.text-color {
color: #1D0F92;
}
.border-color {
border: 2px solid #1D0F92;
}