#073A83
A dark, vivid blue closely aligning with Darkslateblue.
About #073A83
At its core, #073A83 is a dark and vivid hue. Its closest recognized web color is Darkslateblue. In the RGB color space, it consists of 7 red, 58 green, and 131 blue.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). To reproduce this shade on paper, a printer utilizes 95% cyan and 56% magenta inks. With a hue angle of 215.3 degrees, it sits comfortably in the blue spectrum.
From a UX and accessibility standpoint, contrast is paramount. The calculated luminance score dictates that #FFFFFF typography is the safest choice. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#073A83
RGB7, 58, 131
HSL215.3°, 89.9%, 27.1%
CMYK95%, 56%, 0%, 49%
HSV215.3°, 94.7%, 51.4%
LAB25.9, 15.1, -45.3
XYZ5.7, 4.7, 22.1
Decimal473731
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
10.81:1
Text on #FFFFFF
AAA
1.94:1
Text on #000000
FAIL
10.34:1
Text on #F8FAFC
AAA
1.65:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #073A83;
}
.text-color {
color: #073A83;
}
.border-color {
border: 2px solid #073A83;
}