#1D0FAF
A dark, vivid blue closely aligning with Darkblue.
About #1D0FAF
Visually, #1D0FAF is defined as a vivid blue. Designers often compare it to the standard color Darkblue. This translates to an RGB value of rgb(29, 15, 175).
When sending designs containing this color to a printer, the CMYK values come into play. This specific hue requires a mix of 83% C, 91% M, 0% Y, and 31% K. Always request a physical proof before doing a large print run with this exact code.
Ensuring your text is legible against this background is a key part of web design. The calculated luminance score dictates that #FFFFFF typography is the safest choice. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#1D0FAF
RGB29, 15, 175
HSL245.2°, 84.2%, 37.3%
CMYK83%, 91%, 0%, 31%
HSV245.2°, 91.4%, 68.6%
LAB22.6, 56.3, -77.6
XYZ8.4, 3.7, 40.8
Decimal1904559
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
12.07:1
Text on #FFFFFF
AAA
1.74:1
Text on #000000
FAIL
11.54:1
Text on #F8FAFC
AAA
1.48:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #1D0FAF;
}
.text-color {
color: #1D0FAF;
}
.border-color {
border: 2px solid #1D0FAF;
}