#0F2492
A dark, vivid blue closely aligning with Midnightblue.
About #0F2492
Visually, #0F2492 is defined as a vivid blue. If you're using CSS, you might find it aligns closely with Midnightblue. This translates to an RGB value of rgb(15, 36, 146).
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 90% C, 75% M, 0% Y, and 43% K. Always request a physical proof before doing a large print run with this exact code.
Contrast ratios determine whether this color is safe for typography. The calculated luminance score dictates that #FFFFFF typography is the safest choice. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#0F2492
RGB15, 36, 146
HSL230.4°, 81.4%, 31.6%
CMYK90%, 75%, 0%, 43%
HSV230.4°, 89.7%, 57.3%
LAB21.7, 36.7, -61.4
XYZ6.0, 3.4, 27.5
Decimal992402
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
12.44:1
Text on #FFFFFF
AAA
1.69:1
Text on #000000
FAIL
11.89:1
Text on #F8FAFC
AAA
1.43:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #0F2492;
}
.text-color {
color: #0F2492;
}
.border-color {
border: 2px solid #0F2492;
}