What is the HSL code for very dark blue?
The CSS color very dark blue in HSL format is hsl(238.8, 100%, 10%). Use this value directly in CSS, SVG, and most design tools.
How do I use very dark blue in CSS?
To apply very dark blue in CSS:
- Text color: color: hsl(238.8, 100%, 10%);
- Background: background-color: hsl(238.8, 100%, 10%);
- Border: border-color: hsl(238.8, 100%, 10%);
What are all the color format values for very dark blue?
| Format | Value |
|---|---|
| HEX | #000133 |
| RGB | rgb(0, 1, 51) |
| HSL | hsl(238.8, 100%, 10%) |
| CMYK | cmyk(100%, 98%, 0%, 80%) |
How do I convert very dark blue to HSL?
Select very dark blue from the color name list in our color converter. The HSL value — hsl(238.8, 100%, 10%) — appears instantly alongside HEX, RGB, HSL and CMYK.
What color family does very dark blue belong to?
very dark blue belongs to the blue color family. It is a dark, vivid color with HSL values: hue 238.8°, saturation 100%, lightness 10%.
How do I create lighter and darker shades of very dark blue?
Lighter variant (lightness 25%): #000380. Darker variant (lightness 5%): #000119. These values are computed by adjusting HSL lightness ±15% while keeping the same hue and saturation.
What is HSL used for?
HSL describes colors by hue (0–360°), saturation (0–100%) and lightness (0–100%). It is more intuitive for designers — easy to create lighter, darker or less saturated variants of any color.