#1D0F6D
A dark, vivid blue closely aligning with Midnightblue.
About #1D0F6D
At its core, #1D0F6D is a dark and vivid hue. Its closest recognized web color is Midnightblue. Its digital footprint relies on 29 parts red, 15 parts green, and 109 parts blue light.
If you are designing for print, the four-color process is what matters most. The color uses 73% Cyan, 86% Magenta, 0% Yellow, and 57% Black. With a hue angle of 248.9 degrees, it sits comfortably in the blue spectrum.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. To prevent eye strain, #FFFFFF text pairs best with this hex code. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#1D0F6D
RGB29, 15, 109
HSL248.9°, 75.8%, 24.3%
CMYK73%, 86%, 0%, 57%
HSV248.9°, 86.2%, 42.7%
LAB13.9, 36.6, -50.9
XYZ3.4, 1.7, 14.6
Decimal1904493
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
15.66:1
Text on #FFFFFF
AAA
1.34:1
Text on #000000
FAIL
14.96:1
Text on #F8FAFC
AAA
1.14:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #1D0F6D;
}
.text-color {
color: #1D0F6D;
}
.border-color {
border: 2px solid #1D0F6D;
}