#0F33A0
A dark, vivid blue closely aligning with Midnightblue.
About #0F33A0
At its core, #0F33A0 is a dark and vivid hue. Designers often compare it to the standard color Midnightblue. In the RGB color space, it consists of 15 red, 51 green, and 160 blue.
For print applications, it's crucial to understand its CMYK makeup. The color uses 91% Cyan, 68% Magenta, 0% Yellow, and 37% Black. This makes it a relatively light color when applied to physical surfaces.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. 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#0F33A0
RGB15, 51, 160
HSL225.1°, 82.9%, 34.3%
CMYK91%, 68%, 0%, 37%
HSV225.1°, 90.6%, 62.7%
LAB26.8, 32.3, -61.7
XYZ7.7, 5.0, 33.8
Decimal996256
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
10.49:1
Text on #FFFFFF
AAA
2.00:1
Text on #000000
FAIL
10.03:1
Text on #F8FAFC
AAA
1.70:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #0F33A0;
}
.text-color {
color: #0F33A0;
}
.border-color {
border: 2px solid #0F33A0;
}