What is the HSL code for deep sea blue?
The CSS color deep sea blue in HSL format is hsl(201.4, 98.5%, 25.7%). Use this value directly in CSS, SVG, and most design tools.
How do I use deep sea blue in CSS?
To apply deep sea blue in CSS:
- Text color: color: hsl(201.4, 98.5%, 25.7%);
- Background: background-color: hsl(201.4, 98.5%, 25.7%);
- Border: border-color: hsl(201.4, 98.5%, 25.7%);
What are all the color format values for deep sea blue?
| Format | Value |
|---|---|
| HEX | #015482 |
| RGB | rgb(1, 84, 130) |
| HSL | hsl(201.4, 98.5%, 25.7%) |
| CMYK | cmyk(99.2%, 35.4%, 0%, 49%) |
How do I convert deep sea blue to HSL?
Select deep sea blue from the color name list in our color converter. The HSL value — hsl(201.4, 98.5%, 25.7%) — appears instantly alongside HEX, RGB, HSL and CMYK.
What color family does deep sea blue belong to?
deep sea blue belongs to the blue color family. It is a dark, vivid color with HSL values: hue 201.4°, saturation 98.5%, lightness 25.7%.
How do I create lighter and darker shades of deep sea blue?
Lighter variant (lightness 40.7%): #0285ce. Darker variant (lightness 10.7%): #002336. 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.