#0733BD
A dark, vivid blue closely aligning with Darkblue.
About #0733BD
At its core, #0733BD is a dark and vivid hue. If you're using CSS, you might find it aligns closely with Darkblue. To achieve this exact tint on a monitor, you would use an RGB mix of 7, 51, and 189.
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 73% magenta inks. With a hue angle of 225.5 degrees, it sits comfortably in the blue spectrum.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #FFFFFF text pairs best with this hex code. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#0733BD
RGB7, 51, 189
HSL225.5°, 92.9%, 38.4%
CMYK96%, 73%, 0%, 26%
HSV225.5°, 96.3%, 74.1%
LAB29.6, 42.9, -74.3
XYZ10.5, 6.1, 48.8
Decimal471997
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
9.47:1
Text on #FFFFFF
AAA
2.22:1
Text on #000000
FAIL
9.05:1
Text on #F8FAFC
AAA
1.89:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #0733BD;
}
.text-color {
color: #0733BD;
}
.border-color {
border: 2px solid #0733BD;
}