#1D0F5F
A dark, vivid blue closely aligning with Midnightblue.
About #1D0F5F
Visually, #1D0F5F is defined as a vivid blue. If you're using CSS, you might find it aligns closely with Midnightblue. This translates to an RGB value of rgb(29, 15, 95).
When sending designs containing this color to a printer, the CMYK values come into play. This specific hue requires a mix of 69% C, 84% M, 0% Y, and 63% K. With a hue angle of 250.5 degrees, it sits comfortably in the blue spectrum.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. Mathematical luminance calculations suggest that #FFFFFF text provides the most optimal reading experience. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#1D0F5F
RGB29, 15, 95
HSL250.5°, 72.7%, 21.6%
CMYK69%, 84%, 0%, 63%
HSV250.5°, 84.2%, 37.3%
LAB12.1, 32.0, -44.5
XYZ2.7, 1.4, 11.0
Decimal1904479
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
16.33:1
Text on #FFFFFF
AAA
1.29:1
Text on #000000
FAIL
15.61:1
Text on #F8FAFC
AAA
1.09:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #1D0F5F;
}
.text-color {
color: #1D0F5F;
}
.border-color {
border: 2px solid #1D0F5F;
}