#12038F
A dark, vivid blue closely aligning with Darkblue.
About #12038F
At its core, #12038F is a dark and vivid hue. If you're using CSS, you might find it aligns closely with Darkblue. This translates to an RGB value of rgb(18, 3, 143).
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 87% C, 98% M, 0% Y, and 44% K. With a hue angle of 246.4 degrees, it sits comfortably in the blue spectrum.
When using this color as a background, text legibility must be considered. 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#12038F
RGB18, 3, 143
HSL246.4°, 95.9%, 28.6%
CMYK87%, 98%, 0%, 44%
HSV246.4°, 97.9%, 56.1%
LAB16.4, 50.7, -68.4
XYZ5.2, 2.2, 26.1
Decimal1180559
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
14.63:1
Text on #FFFFFF
AAA
1.44:1
Text on #000000
FAIL
13.98:1
Text on #F8FAFC
AAA
1.22:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #12038F;
}
.text-color {
color: #12038F;
}
.border-color {
border: 2px solid #12038F;
}