#0033AF
A dark, vivid blue closely aligning with Navy.
About #0033AF
The precise color #0033AF is an excellent choice for modern design projects. Designers often compare it to the standard color Navy. In the RGB color space, it consists of 0 red, 51 green, and 175 blue.
Translating this color to physical media requires the CMYK color model. Its ink density profile breaks down to 100% cyan, 71% magenta, 0% yellow, and 31% 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. The calculated luminance score dictates that #FFFFFF typography is the safest choice. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#0033AF
RGB0, 51, 175
HSL222.5°, 100.0%, 34.3%
CMYK100%, 71%, 0%, 31%
HSV222.5°, 100.0%, 68.6%
LAB28.0, 37.5, -68.7
XYZ8.9, 5.5, 41.1
Decimal13231
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
10.04:1
Text on #FFFFFF
AAA
2.09:1
Text on #000000
FAIL
9.59:1
Text on #F8FAFC
AAA
1.78:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #0033AF;
}
.text-color {
color: #0033AF;
}
.border-color {
border: 2px solid #0033AF;
}