#0716AF
A dark, vivid blue closely aligning with Darkblue.
About #0716AF
Visually, #0716AF is defined as a vivid blue. If you're using CSS, you might find it aligns closely with Darkblue. Its digital footprint relies on 7 parts red, 22 parts green, and 175 parts blue light.
For print applications, it's crucial to understand its CMYK makeup. The color uses 96% Cyan, 87% Magenta, 0% Yellow, and 31% Black. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. Mathematical luminance calculations suggest that #FFFFFF text provides the most optimal reading experience. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#0716AF
RGB7, 22, 175
HSL234.6°, 92.3%, 35.7%
CMYK96%, 87%, 0%, 31%
HSV234.6°, 96.0%, 68.6%
LAB22.7, 53.3, -77.5
XYZ8.1, 3.7, 40.8
Decimal464559
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
12.05:1
Text on #FFFFFF
AAA
1.74:1
Text on #000000
FAIL
11.52:1
Text on #F8FAFC
AAA
1.48:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #0716AF;
}
.text-color {
color: #0716AF;
}
.border-color {
border: 2px solid #0716AF;
}