#0724A0
A dark, vivid blue closely aligning with Navy.
About #0724A0
At its core, #0724A0 is a dark and vivid hue. If you're using CSS, you might find it aligns closely with Navy. This translates to an RGB value of rgb(7, 36, 160).
When sending designs containing this color to a printer, the CMYK values come into play. This specific hue requires a mix of 96% C, 78% M, 0% Y, and 37% K. The HSL representation is 228.6° hue, 91.6% saturation, and 32.7% lightness.
Contrast ratios determine whether this color is safe for typography. 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#0724A0
RGB7, 36, 160
HSL228.6°, 91.6%, 32.7%
CMYK96%, 78%, 0%, 37%
HSV228.6°, 95.6%, 62.7%
LAB23.2, 41.5, -67.7
XYZ7.1, 3.8, 33.6
Decimal468128
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
11.87:1
Text on #FFFFFF
AAA
1.77:1
Text on #000000
FAIL
11.35:1
Text on #F8FAFC
AAA
1.50:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #0724A0;
}
.text-color {
color: #0724A0;
}
.border-color {
border: 2px solid #0724A0;
}