#0F24A8
A dark, vivid blue closely aligning with Darkblue.
About #0F24A8
The precise color #0F24A8 is an excellent choice for modern design projects. If you're using CSS, you might find it aligns closely with Darkblue. This translates to an RGB value of rgb(15, 36, 168).
If you are designing for print, the four-color process is what matters most. The color uses 91% Cyan, 79% Magenta, 0% Yellow, and 34% Black. With a hue angle of 231.8 degrees, it sits comfortably in the blue spectrum.
From a UX and accessibility standpoint, contrast is paramount. Because it is a dark color, it is generally recommended to use #FFFFFF text. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#0F24A8
RGB15, 36, 168
HSL231.8°, 83.6%, 35.9%
CMYK91%, 79%, 0%, 34%
HSV231.8°, 91.1%, 65.9%
LAB24.3, 44.5, -70.6
XYZ7.9, 4.2, 37.4
Decimal992424
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
11.42:1
Text on #FFFFFF
AAA
1.84:1
Text on #000000
FAIL
10.92:1
Text on #F8FAFC
AAA
1.56:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #0F24A8;
}
.text-color {
color: #0F24A8;
}
.border-color {
border: 2px solid #0F24A8;
}