#000766
A dark, vivid blue closely aligning with Midnightblue.
About #000766
Visually, #000766 is defined as a vivid blue. It is closely associated with the named CSS color Midnightblue. To achieve this exact tint on a monitor, you would use an RGB mix of 0, 7, and 102.
When sending designs containing this color to a printer, the CMYK values come into play. Its ink density profile breaks down to 100% cyan, 93% magenta, 0% yellow, and 60% black. The HSL representation is 235.9° hue, 100.0% saturation, and 20.0% lightness.
From a UX and accessibility standpoint, contrast is paramount. The calculated luminance score dictates that #FFFFFF typography is the safest choice. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#000766
RGB0, 7, 102
HSL235.9°, 100.0%, 20.0%
CMYK100%, 93%, 0%, 60%
HSV235.9°, 100.0%, 40.0%
LAB9.9, 36.6, -53.0
XYZ2.5, 1.1, 12.7
Decimal1894
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
17.18:1
Text on #FFFFFF
AAA
1.22:1
Text on #000000
FAIL
16.42:1
Text on #F8FAFC
AAA
1.04:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #000766;
}
.text-color {
color: #000766;
}
.border-color {
border: 2px solid #000766;
}