#073AC5
A medium, vivid blue closely aligning with Darkblue.
About #073AC5
The precise color #073AC5 is an excellent choice for modern design projects. It is closely associated with the named CSS color Darkblue. Its digital footprint relies on 7 parts red, 58 parts green, and 197 parts blue light.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). This specific hue requires a mix of 96% C, 71% M, 0% Y, and 23% K. The HSL representation is 223.9° hue, 93.1% saturation, and 40.0% lightness.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. 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#073AC5
RGB7, 58, 197
HSL223.9°, 93.1%, 40.0%
CMYK96%, 71%, 0%, 23%
HSV223.9°, 96.4%, 77.3%
LAB32.0, 41.5, -75.1
XYZ11.7, 7.1, 53.6
Decimal473797
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
8.68:1
Text on #FFFFFF
AAA
2.42:1
Text on #000000
FAIL
8.29:1
Text on #F8FAFC
AAA
2.06:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #073AC5;
}
.text-color {
color: #073AC5;
}
.border-color {
border: 2px solid #073AC5;
}