#0F246D
A dark, vivid blue closely aligning with Midnightblue.
About #0F246D
At its core, #0F246D is a dark and vivid hue. Designers often compare it to the standard color Midnightblue. This translates to an RGB value of rgb(15, 36, 109).
For print applications, it's crucial to understand its CMYK makeup. The color uses 86% Cyan, 67% Magenta, 0% Yellow, and 57% 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. To prevent eye strain, #FFFFFF text pairs best with this hex code. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#0F246D
RGB15, 36, 109
HSL226.6°, 75.8%, 24.3%
CMYK86%, 67%, 0%, 57%
HSV226.6°, 86.2%, 42.7%
LAB17.8, 22.2, -44.5
XYZ3.6, 2.5, 14.8
Decimal992365
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
14.06:1
Text on #FFFFFF
AAA
1.49:1
Text on #000000
FAIL
13.44:1
Text on #F8FAFC
AAA
1.27:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #0F246D;
}
.text-color {
color: #0F246D;
}
.border-color {
border: 2px solid #0F246D;
}