What is the HSL code for deep blue?
The CSS color deep blue in HSL format is hsl(241.1, 96.6%, 22.9%). Use this value directly in CSS, SVG, and most design tools.
How do I use deep blue in CSS?
To apply deep blue in CSS:
- Text color: color: hsl(241.1, 96.6%, 22.9%);
- Background: background-color: hsl(241.1, 96.6%, 22.9%);
- Border: border-color: hsl(241.1, 96.6%, 22.9%);
What are all the color format values for deep blue?
| Format | Value |
|---|---|
| HEX | #040273 |
| RGB | rgb(4, 2, 115) |
| HSL | hsl(241.1, 96.6%, 22.9%) |
| CMYK | cmyk(96.5%, 98.3%, 0%, 54.9%) |
How do I convert deep blue to HSL?
Select deep blue from the color name list in our color converter. The HSL value — hsl(241.1, 96.6%, 22.9%) — appears instantly alongside HEX, RGB, HSL and CMYK.
What color family does deep blue belong to?
deep blue belongs to the blue color family. It is a dark, vivid color with HSL values: hue 241.1°, saturation 96.6%, lightness 22.9%.
How do I create lighter and darker shades of deep blue?
Lighter variant (lightness 37.9%): #0703be. Darker variant (lightness 7.899999999999999%): #010128. 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.