#000033 color codes
- HEX
- #000033
- HEX8
- #000033FF
- HEX8 (Android)
- #FF000033
- RGB
- rgb(0, 0, 51)
- RGB (%)
- 0%, 0%, 20%
- HSL
- hsl(240, 100%, 10%)
- HSV / HSB
- hsv(240, 100%, 20%)
- CMYK
- cmyk(100%, 100%, 0%, 80%)
- OKLCH
- oklch(0.1451 0.1006 264.05)
- OKLCH (%)
- oklch(14.51% 0.1006 264.05)
- Decimal
- 51
What color is #000033?
#000033 sits at 15% lightness and 0.1006 chroma in OKLCH, hue 264.05°. Its nearest named color is MidnightBlue.
Shades and tints of #000033
Tints
Shades
Tones
#000033 color harmonies
Complementary
Analogous
Triadic
Split-complementary
Tetradic
Square
Monochromatic
Using #000033 in CSS
.text { color: #000033; }
.background { background-color: #000033; }
.border { border: 2px solid #000033; }
/* Modern, perceptually uniform */
.text { color: oklch(0.1451 0.1006 264.05); }
/* #000033 at 50% transparency */
.overlay { background-color: #00003380; }Is #000033 accessible?
#000033 on white text scores 20.04:1; on black text it scores 1.05:1. White text passes WCAG AAA on #000033. Recommended text color on a #000033 background: white.
A 1.05:1 vs black
A 20.04: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(#000033) → white APCA Lc experimental 107.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 #000033?
- #000033 is closest to MidnightBlue. In RGB it is rgb(0, 0, 51), and in HSL hsl(240, 100%, 10%).
- What is #000033 in RGB?
- #000033 converts to rgb(0, 0, 51) — red 0, green 0, blue 51.
- What text color is readable on #000033?
- White text — it has the higher contrast ratio (20.04:1) against #000033. White text passes WCAG AAA on #000033.