#0F247C
A dark, vivid blue closely aligning with Midnightblue.
About #0F247C
At its core, #0F247C is a dark and vivid hue. Its closest recognized web color is Midnightblue. Its digital footprint relies on 15 parts red, 36 parts green, and 124 parts blue light.
If you are designing for print, the four-color process is what matters most. The color uses 88% Cyan, 71% Magenta, 0% Yellow, and 51% Black. Always request a physical proof before doing a large print run with this exact code.
From a UX and accessibility standpoint, contrast is paramount. 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#0F247C
RGB15, 36, 124
HSL228.4°, 78.4%, 27.3%
CMYK88%, 71%, 0%, 51%
HSV228.4°, 87.9%, 48.6%
LAB19.3, 28.3, -51.6
XYZ4.5, 2.8, 19.4
Decimal992380
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
13.43:1
Text on #FFFFFF
AAA
1.56:1
Text on #000000
FAIL
12.84:1
Text on #F8FAFC
AAA
1.33:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #0F247C;
}
.text-color {
color: #0F247C;
}
.border-color {
border: 2px solid #0F247C;
}