#1D0FA0
A dark, vivid blue closely aligning with Darkblue.
About #1D0FA0
Visually, #1D0FA0 is defined as a vivid blue. It is closely associated with the named CSS color Darkblue. In the RGB color space, it consists of 29 red, 15 green, and 160 blue.
If you are designing for print, the four-color process is what matters most. Its ink density profile breaks down to 82% cyan, 91% magenta, 0% yellow, and 37% black. With a hue angle of 245.8 degrees, it sits comfortably in the blue spectrum.
Ensuring your text is legible against this background is a key part of web design. Mathematical luminance calculations suggest that #FFFFFF text provides the most optimal reading experience. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#1D0FA0
RGB29, 15, 160
HSL245.8°, 82.9%, 34.3%
CMYK82%, 91%, 0%, 37%
HSV245.8°, 90.6%, 62.7%
LAB20.6, 52.1, -71.9
XYZ7.0, 3.1, 33.5
Decimal1904544
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
12.90:1
Text on #FFFFFF
AAA
1.63:1
Text on #000000
FAIL
12.33:1
Text on #F8FAFC
AAA
1.38:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #1D0FA0;
}
.text-color {
color: #1D0FA0;
}
.border-color {
border: 2px solid #1D0FA0;
}