HSL(235, 92%, 16%)
Blue — Blue color
Adjust Color
Color Information
Color Name
Blue
Color Family
Blue
Warm / Cool
🔵 Cool
Temperature
9000K
CSS Class
bg-[hsl(235,92%,16%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(235, 92%, 16%) | color: hsl(235, 92%, 16%) | |
| HEX | #030A4E | color: #030A4E | |
| RGB | rgb(3, 10, 78) | color: rgb(3, 10, 78) | |
| CMYK | cmyk(96%, 87%, 0%, 69%) | — | |
| HSV | hsv(234, 96%, 31%) | — | |
| HWB | hwb(234 1% 69%) | color: hwb(234 1% 69%) | |
| OKLCH | oklch(0.21 0.1203 266.13) | color: oklch(0.21 0.1203 266.13) | |
| Lab | lab(7.1 26.41 -41.33) | color: lab(7.1 26.41 -41.33) | |
| LCH | lch(7.1 49.05 302.58) | color: lch(7.1 49.05 302.58) |
Color Theory
Accessibility (WCAG)
White text on color
Black text on color
Colored text
Contrast Ratios
AA Normal (4.5:1)
AA Large (3:1)
AAA Normal (7:1)
Best text on this color: white
Color Blindness Simulation
Protanopia (Red-blind)
#06063E — rgb(6, 6, 62)
Deuteranopia (Green-blind)
#06053A — rgb(6, 5, 58)
Tritanopia (Blue-blind)
#03312E — rgb(3, 49, 46)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(235, 92%, 16%);
text
color: hsl(235, 92%, 16%);
border
border: 2px solid hsl(235, 92%, 16%);
gradient light
background: linear-gradient(to right, hsl(235, 92%, 36%), hsl(235, 92%, 16%));
gradient dark
background: linear-gradient(to right, hsl(235, 92%, 16%), hsl(235, 92%, 0%))
hex
background-color: #030A4E;
tailwind
bg-[hsl(235,92%,16%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(235, 92%, 16%, 0.4);
css variable
--color-primary: hsl(235, 92%, 16%);
Related Colors
Use Cases for Blue
Frequently Asked Questions
What are all the color codes for HSL(235, 92%, 16%)?
HEX: #030A4E | RGB: rgb(3, 10, 78) | CMYK: 96%, 87%, 0%, 69% | HSV: 234°, 96%, 31%. Copy any format from the conversion table above.
What colors go well with #030A4E?
The complementary color is HSL(55, 92%, 16%). For a triadic harmony, use hues 235°, 355°, and 115°. For analogous combinations, try hues 205° and 265°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(235, 92%, 16%) in CSS?
As HSL: color: hsl(235, 92%, 16%); — As HEX: color: #030A4E; — As RGB: color: rgb(3, 10, 78); — Tailwind CSS: bg-[hsl(235,92%,16%)] — CSS variable: --color-primary: hsl(235, 92%, 16%);