#073A6D
A dark, vivid blue closely aligning with Darkslateblue.
About #073A6D
Visually, #073A6D is defined as a vivid blue. Its closest recognized web color is Darkslateblue. This translates to an RGB value of rgb(7, 58, 109).
When sending designs containing this color to a printer, the CMYK values come into play. This specific hue requires a mix of 94% C, 47% M, 0% Y, and 57% K. Always request a physical proof before doing a large print run with this exact code.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. Because it is a dark color, it is generally recommended to use #FFFFFF text. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#073A6D
RGB7, 58, 109
HSL210.0°, 87.9%, 22.7%
CMYK94%, 47%, 0%, 57%
HSV210.0°, 93.6%, 42.7%
LAB24.2, 5.5, -34.0
XYZ4.4, 4.2, 15.0
Decimal473709
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
11.44:1
Text on #FFFFFF
AAA
1.84:1
Text on #000000
FAIL
10.94:1
Text on #F8FAFC
AAA
1.56:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #073A6D;
}
.text-color {
color: #073A6D;
}
.border-color {
border: 2px solid #073A6D;
}