#0707AF
A dark, vivid blue closely aligning with Darkblue.
About #0707AF
When working with digital screens, the color #0707AF is rendered by mixing light. It is closely associated with the named CSS color Darkblue. This translates to an RGB value of rgb(7, 7, 175).
Translating this color to physical media requires the CMYK color model. The color uses 96% Cyan, 96% Magenta, 0% Yellow, and 31% Black. Always request a physical proof before doing a large print run with this exact code.
When using this color as a background, text legibility must be considered. Because it is a dark color, it is generally recommended to use #FFFFFF text. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#0707AF
RGB7, 7, 175
HSL240.0°, 92.3%, 35.7%
CMYK96%, 96%, 0%, 31%
HSV240.0°, 96.0%, 68.6%
LAB21.2, 58.0, -80.1
XYZ7.9, 3.3, 40.8
Decimal460719
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
12.66:1
Text on #FFFFFF
AAA
1.66:1
Text on #000000
FAIL
12.10:1
Text on #F8FAFC
AAA
1.41:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #0707AF;
}
.text-color {
color: #0707AF;
}
.border-color {
border: 2px solid #0707AF;
}