HSL(237, 97%, 19%)
Blue — Blue color
Adjust Color
Color Information
Color Name
Blue
Color Family
Blue
Warm / Cool
🔵 Cool
Temperature
9000K
CSS Class
bg-[hsl(237,97%,19%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(237, 97%, 19%) | color: hsl(237, 97%, 19%) | |
| HEX | #01065F | color: #01065F | |
| RGB | rgb(1, 6, 95) | color: rgb(1, 6, 95) | |
| CMYK | cmyk(99%, 94%, 0%, 63%) | — | |
| HSV | hsv(237, 99%, 37%) | — | |
| HWB | hwb(237 0% 63%) | color: hwb(237 0% 63%) | |
| OKLCH | oklch(0.2279 0.1463 264.73) | color: oklch(0.2279 0.1463 264.73) | |
| Lab | lab(8.68 34.88 -50.31) | color: lab(8.68 34.88 -50.31) | |
| LCH | lch(8.68 61.22 304.73) | color: lch(8.68 61.22 304.73) |
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)
#030349 — rgb(3, 3, 73)
Deuteranopia (Green-blind)
#030344 — rgb(3, 3, 68)
Tritanopia (Blue-blind)
#013835 — rgb(1, 56, 53)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(237, 97%, 19%);
text
color: hsl(237, 97%, 19%);
border
border: 2px solid hsl(237, 97%, 19%);
gradient light
background: linear-gradient(to right, hsl(237, 97%, 39%), hsl(237, 97%, 19%));
gradient dark
background: linear-gradient(to right, hsl(237, 97%, 19%), hsl(237, 97%, 0%))
hex
background-color: #01065F;
tailwind
bg-[hsl(237,97%,19%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(237, 97%, 19%, 0.4);
css variable
--color-primary: hsl(237, 97%, 19%);
Related Colors
Use Cases for Blue
Frequently Asked Questions
What are all the color codes for HSL(237, 97%, 19%)?
HEX: #01065F | RGB: rgb(1, 6, 95) | CMYK: 99%, 94%, 0%, 63% | HSV: 237°, 99%, 37%. Copy any format from the conversion table above.
What colors go well with #01065F?
The complementary color is HSL(57, 97%, 19%). For a triadic harmony, use hues 237°, 357°, and 117°. For analogous combinations, try hues 207° and 267°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(237, 97%, 19%) in CSS?
As HSL: color: hsl(237, 97%, 19%); — As HEX: color: #01065F; — As RGB: color: rgb(1, 6, 95); — Tailwind CSS: bg-[hsl(237,97%,19%)] — CSS variable: --color-primary: hsl(237, 97%, 19%);