#0F24AF
A dark, vivid blue closely aligning with Darkblue.
About #0F24AF
The precise color #0F24AF is an excellent choice for modern design projects. Its closest recognized web color is Darkblue. To achieve this exact tint on a monitor, you would use an RGB mix of 15, 36, and 175.
For print applications, it's crucial to understand its CMYK makeup. The color uses 91% Cyan, 79% Magenta, 0% Yellow, and 31% Black. The HSL representation is 232.1° hue, 84.2% saturation, and 37.3% lightness.
From a UX and accessibility standpoint, contrast is paramount. The calculated luminance score dictates that #FFFFFF typography is the safest choice. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#0F24AF
RGB15, 36, 175
HSL232.1°, 84.2%, 37.3%
CMYK91%, 79%, 0%, 31%
HSV232.1°, 91.4%, 68.6%
LAB25.1, 46.9, -73.5
XYZ8.6, 4.5, 41.0
Decimal992431
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
11.10:1
Text on #FFFFFF
AAA
1.89:1
Text on #000000
FAIL
10.61:1
Text on #F8FAFC
AAA
1.61:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #0F24AF;
}
.text-color {
color: #0F24AF;
}
.border-color {
border: 2px solid #0F24AF;
}