#0707A0
A dark, vivid blue closely aligning with Darkblue.
About #0707A0
Visually, #0707A0 is defined as a vivid blue. Its closest recognized web color is Darkblue. This translates to an RGB value of rgb(7, 7, 160).
Translating this color to physical media requires the CMYK color model. Its ink density profile breaks down to 96% cyan, 96% magenta, 0% yellow, and 37% black. The HSL representation is 240.0° hue, 91.6% saturation, and 32.7% lightness.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. Mathematical luminance calculations suggest that #FFFFFF text provides the most optimal reading experience. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#0707A0
RGB7, 7, 160
HSL240.0°, 91.6%, 32.7%
CMYK96%, 96%, 0%, 37%
HSV240.0°, 95.6%, 62.7%
LAB19.0, 53.9, -74.7
XYZ6.5, 2.7, 33.4
Decimal460704
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
13.57:1
Text on #FFFFFF
AAA
1.55:1
Text on #000000
FAIL
12.97:1
Text on #F8FAFC
AAA
1.32:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #0707A0;
}
.text-color {
color: #0707A0;
}
.border-color {
border: 2px solid #0707A0;
}