HSL(226, 92%, 20%)
Blue — Blue color
Adjust Color
Color Information
Color Name
Blue
Color Family
Blue
Warm / Cool
🔵 Cool
Temperature
9000K
CSS Class
bg-[hsl(226,92%,20%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(226, 92%, 20%) | color: hsl(226, 92%, 20%) | |
| HEX | #041A62 | color: #041A62 | |
| RGB | rgb(4, 26, 98) | color: rgb(4, 26, 98) | |
| CMYK | cmyk(96%, 73%, 0%, 62%) | — | |
| HSV | hsv(226, 96%, 38%) | — | |
| HWB | hwb(226 2% 62%) | color: hwb(226 2% 62%) | |
| OKLCH | oklch(0.2637 0.1291 264.38) | color: oklch(0.2637 0.1291 264.38) | |
| Lab | lab(13.51 23.91 -44.29) | color: lab(13.51 23.91 -44.29) | |
| LCH | lch(13.51 50.33 298.36) | color: lch(13.51 50.33 298.36) |
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)
#0E0E51 — rgb(14, 14, 81)
Deuteranopia (Green-blind)
#0C0B4C — rgb(12, 11, 76)
Tritanopia (Blue-blind)
#054340 — rgb(5, 67, 64)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(226, 92%, 20%);
text
color: hsl(226, 92%, 20%);
border
border: 2px solid hsl(226, 92%, 20%);
gradient light
background: linear-gradient(to right, hsl(226, 92%, 40%), hsl(226, 92%, 20%));
gradient dark
background: linear-gradient(to right, hsl(226, 92%, 20%), hsl(226, 92%, 0%))
hex
background-color: #041A62;
tailwind
bg-[hsl(226,92%,20%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(226, 92%, 20%, 0.4);
css variable
--color-primary: hsl(226, 92%, 20%);
Related Colors
Use Cases for Blue
Frequently Asked Questions
What are all the color codes for HSL(226, 92%, 20%)?
HEX: #041A62 | RGB: rgb(4, 26, 98) | CMYK: 96%, 73%, 0%, 62% | HSV: 226°, 96%, 38%. Copy any format from the conversion table above.
What colors go well with #041A62?
The complementary color is HSL(46, 92%, 20%). For a triadic harmony, use hues 226°, 346°, and 106°. For analogous combinations, try hues 196° and 256°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(226, 92%, 20%) in CSS?
As HSL: color: hsl(226, 92%, 20%); — As HEX: color: #041A62; — As RGB: color: rgb(4, 26, 98); — Tailwind CSS: bg-[hsl(226,92%,20%)] — CSS variable: --color-primary: hsl(226, 92%, 20%);