What is the HEX code for deep blue?
The CSS color deep blue in HEX format is #040273. 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: #040273;
- Background: background-color: #040273;
- Border: border-color: #040273;
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 HEX?
Select deep blue from the color name list in our color converter. The HEX value — #040273 — 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 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.