#000066
A dark, vivid blue closely aligning with Midnightblue.
About #000066
Visually, #000066 is defined as a vivid blue. Designers often compare it to the standard color Midnightblue. In the RGB color space, it consists of 0 red, 0 green, and 102 blue.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). This specific hue requires a mix of 100% C, 100% M, 0% Y, and 60% K. With a hue angle of 240.0 degrees, it sits comfortably in the blue spectrum.
From a UX and accessibility standpoint, contrast is paramount. The calculated luminance score dictates that #FFFFFF typography is the safest choice. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#000066
RGB0, 0, 102
HSL240.0°, 100.0%, 20.0%
CMYK100%, 100%, 0%, 60%
HSV240.0°, 100.0%, 40.0%
LAB8.6, 40.4, -55.0
XYZ2.4, 1.0, 12.6
Decimal102
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
17.62:1
Text on #FFFFFF
AAA
1.19:1
Text on #000000
FAIL
16.84:1
Text on #F8FAFC
AAA
1.01:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #000066;
}
.text-color {
color: #000066;
}
.border-color {
border: 2px solid #000066;
}