#073A7C
A dark, vivid blue closely aligning with Darkslateblue.
About #073A7C
Visually, #073A7C is defined as a vivid blue. Its closest recognized web color is Darkslateblue. To achieve this exact tint on a monitor, you would use an RGB mix of 7, 58, and 124.
When sending designs containing this color to a printer, the CMYK values come into play. Its ink density profile breaks down to 94% cyan, 53% magenta, 0% yellow, and 51% black. This makes it a relatively dark color when applied to physical surfaces.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. To prevent eye strain, #FFFFFF text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#073A7C
RGB7, 58, 124
HSL213.8°, 89.3%, 25.7%
CMYK94%, 53%, 0%, 51%
HSV213.8°, 94.4%, 48.6%
LAB25.3, 12.1, -41.8
XYZ5.2, 4.5, 19.7
Decimal473724
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
11.02:1
Text on #FFFFFF
AAA
1.91:1
Text on #000000
FAIL
10.53:1
Text on #F8FAFC
AAA
1.62:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #073A7C;
}
.text-color {
color: #073A7C;
}
.border-color {
border: 2px solid #073A7C;
}