What is the HSL code for light navy blue?
The CSS color light navy blue in HSL format is hsl(210.7, 49.5%, 35.7%). Use this value directly in CSS, SVG, and most design tools.
How do I use light navy blue in CSS?
To apply light navy blue in CSS:
- Text color: color: hsl(210.7, 49.5%, 35.7%);
- Background: background-color: hsl(210.7, 49.5%, 35.7%);
- Border: border-color: hsl(210.7, 49.5%, 35.7%);
What are all the color format values for light navy blue?
| Format | Value |
|---|---|
| HEX | #2e5a88 |
| RGB | rgb(46, 90, 136) |
| HSL | hsl(210.7, 49.5%, 35.7%) |
| CMYK | cmyk(66.2%, 33.8%, 0%, 46.7%) |
How do I convert light navy blue to HSL?
Select light navy blue from the color name list in our color converter. The HSL value — hsl(210.7, 49.5%, 35.7%) — appears instantly alongside HEX, RGB, HSL and CMYK.
What color family does light navy blue belong to?
light navy blue belongs to the blue color family. It is a medium, moderately saturated color with HSL values: hue 210.7°, saturation 49.5%, lightness 35.7%.
How do I create lighter and darker shades of light navy blue?
Lighter variant (lightness 50.7%): #4380c0. Darker variant (lightness 20.700000000000003%): #1b344f. 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.