#070066
A dark, vivid blue closely aligning with Midnightblue.
About #070066
The hex code #070066 represents a beautifully specific shade of blue. Designers often compare it to the standard color Midnightblue. In the RGB color space, it consists of 7 red, 0 green, and 102 blue.
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 93% C, 100% M, 0% Y, and 60% K. This makes it a relatively dark color when applied to physical surfaces.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. Because it is a dark color, it is generally recommended to use #FFFFFF text. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#070066
RGB7, 0, 102
HSL244.1°, 100.0%, 20.0%
CMYK93%, 100%, 0%, 60%
HSV244.1°, 100.0%, 40.0%
LAB9.0, 40.5, -54.4
XYZ2.5, 1.0, 12.6
Decimal458854
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
17.49:1
Text on #FFFFFF
AAA
1.20:1
Text on #000000
FAIL
16.71:1
Text on #F8FAFC
AAA
1.02:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #070066;
}
.text-color {
color: #070066;
}
.border-color {
border: 2px solid #070066;
}