What is the HEX code for light navy blue?
The CSS color light navy blue in HEX format is #2e5a88. 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: #2e5a88;
- Background: background-color: #2e5a88;
- Border: border-color: #2e5a88;
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 HEX?
Select light navy blue from the color name list in our color converter. The HEX value — #2e5a88 — 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 HEX used for?
HEX color codes are used in CSS, HTML and design tools. They encode red, green and blue as two hexadecimal digits each (00–FF), forming a compact 6-character code like #ff0000.