#000066 color codes
- HEX
- #000066
- HEX8
- #000066FF
- HEX8 (Android)
- #FF000066
- RGB
- rgb(0, 0, 102)
- RGB (%)
- 0%, 0%, 40%
- HSL
- hsl(240, 100%, 20%)
- HSV / HSB
- hsv(240, 100%, 40%)
- CMYK
- cmyk(100%, 100%, 0%, 60%)
- OKLCH
- oklch(0.2307 0.1598 264.05)
- OKLCH (%)
- oklch(23.07% 0.1598 264.05)
- Decimal
- 102
What color is #000066?
#000066 sits at 23% lightness and 0.1598 chroma in OKLCH, hue 264.05°. Its nearest named color is Navy.
Shades and tints of #000066
Tints
Shades
Tones
#000066 color harmonies
Complementary
Analogous
Triadic
Split-complementary
Tetradic
Square
Monochromatic
Using #000066 in CSS
.text { color: #000066; }
.background { background-color: #000066; }
.border { border: 2px solid #000066; }
/* Modern, perceptually uniform */
.text { color: oklch(0.2307 0.1598 264.05); }
/* #000066 at 50% transparency */
.overlay { background-color: #00006680; }Is #000066 accessible?
#000066 on white text scores 17.62:1; on black text it scores 1.19:1. White text passes WCAG AAA on #000066. Recommended text color on a #000066 background: white.
A 1.19:1 vs black
A 17.62:1 vs white
- AA normal ≥ 4.5 Pass
- AA large ≥ 3 Pass
- AAA normal ≥ 7 Pass
- AAA large ≥ 4.5 Pass
Recommended text color: white
CSS
contrast-color() contrast-color(#000066) → white APCA Lc experimental 105.4 Lc · body text — preferred (white text)
WCAG 2.1 AA/AAA is the compliance floor; APCA is an optional readability metric.
Related colors
Nearest featured color: Blue #0000FF. See more in the blue family on the colors hub.
Frequently asked questions
- What color is #000066?
- #000066 is closest to Navy. In RGB it is rgb(0, 0, 102), and in HSL hsl(240, 100%, 20%).
- What is #000066 in RGB?
- #000066 converts to rgb(0, 0, 102) — red 0, green 0, blue 102.
- What text color is readable on #000066?
- White text — it has the higher contrast ratio (17.62:1) against #000066. White text passes WCAG AAA on #000066.