#073ABD
A dark, vivid blue closely aligning with Slateblue.
About #073ABD
The precise color #073ABD is an excellent choice for modern design projects. If you're using CSS, you might find it aligns closely with Slateblue. In the RGB color space, it consists of 7 red, 58 green, and 189 blue.
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 96% C, 69% M, 0% Y, and 26% K. The HSL representation is 223.2° hue, 92.9% saturation, and 38.4% lightness.
Ensuring your text is legible against this background is a key part of web design. To prevent eye strain, #FFFFFF text pairs best with this hex code. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#073ABD
RGB7, 58, 189
HSL223.2°, 92.9%, 38.4%
CMYK96%, 69%, 0%, 26%
HSV223.2°, 96.3%, 74.1%
LAB31.2, 38.5, -71.7
XYZ10.8, 6.7, 48.9
Decimal473789
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
8.94:1
Text on #FFFFFF
AAA
2.35:1
Text on #000000
FAIL
8.54:1
Text on #F8FAFC
AAA
2.00:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #073ABD;
}
.text-color {
color: #073ABD;
}
.border-color {
border: 2px solid #073ABD;
}