#0F33A8
A dark, vivid blue closely aligning with Navy.
About #0F33A8
When working with digital screens, the color #0F33A8 is rendered by mixing light. If you're using CSS, you might find it aligns closely with Navy. In the RGB color space, it consists of 15 red, 51 green, and 168 blue.
When sending designs containing this color to a printer, the CMYK values come into play. The color uses 91% Cyan, 70% Magenta, 0% Yellow, and 34% 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. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#0F33A8
RGB15, 51, 168
HSL225.9°, 83.6%, 35.9%
CMYK91%, 70%, 0%, 34%
HSV225.9°, 91.1%, 65.9%
LAB27.6, 35.4, -65.2
XYZ8.4, 5.3, 37.6
Decimal996264
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
10.20:1
Text on #FFFFFF
AAA
2.06:1
Text on #000000
FAIL
9.75:1
Text on #F8FAFC
AAA
1.75:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #0F33A8;
}
.text-color {
color: #0F33A8;
}
.border-color {
border: 2px solid #0F33A8;
}