#0733A8
A dark, vivid blue closely aligning with Navy.
About #0733A8
The precise color #0733A8 is an excellent choice for modern design projects. If you're using CSS, you might find it aligns closely with Navy. In the RGB color space, it consists of 7 red, 51 green, and 168 blue.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). To reproduce this shade on paper, a printer utilizes 96% cyan and 70% magenta inks. 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. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#0733A8
RGB7, 51, 168
HSL223.6°, 92.0%, 34.3%
CMYK96%, 70%, 0%, 34%
HSV223.6°, 95.8%, 65.9%
LAB27.4, 35.1, -65.5
XYZ8.3, 5.2, 37.6
Decimal471976
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
10.25:1
Text on #FFFFFF
AAA
2.05:1
Text on #000000
FAIL
9.80:1
Text on #F8FAFC
AAA
1.74:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #0733A8;
}
.text-color {
color: #0733A8;
}
.border-color {
border: 2px solid #0733A8;
}