#0F3392
A dark, vivid blue closely aligning with Midnightblue.
About #0F3392
At its core, #0F3392 is a dark and vivid hue. Designers often compare it to the standard color Midnightblue. This translates to an RGB value of rgb(15, 51, 146).
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 90% cyan, 65% magenta, 0% yellow, and 43% black. Always request a physical proof before doing a large print run with this exact code.
When using this color as a background, text legibility must be considered. Because it is a dark color, it is generally recommended to use #FFFFFF text. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#0F3392
RGB15, 51, 146
HSL223.5°, 81.4%, 31.6%
CMYK90%, 65%, 0%, 43%
HSV223.5°, 89.7%, 57.3%
LAB25.4, 26.8, -55.4
XYZ6.6, 4.5, 27.7
Decimal996242
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
11.00:1
Text on #FFFFFF
AAA
1.91:1
Text on #000000
FAIL
10.51:1
Text on #F8FAFC
AAA
1.62:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #0F3392;
}
.text-color {
color: #0F3392;
}
.border-color {
border: 2px solid #0F3392;
}