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