What is the HEX code for very dark blue?
The CSS color very dark blue in HEX format is #000133. Use this value directly in CSS, SVG, and most design tools.
How do I use very dark blue in CSS?
To apply very dark blue in CSS:
- Text color: color: #000133;
- Background: background-color: #000133;
- Border: border-color: #000133;
What are all the color format values for very dark blue?
| Format | Value |
|---|---|
| HEX | #000133 |
| RGB | rgb(0, 1, 51) |
| HSL | hsl(238.8, 100%, 10%) |
| CMYK | cmyk(100%, 98%, 0%, 80%) |
How do I convert very dark blue to HEX?
Select very dark blue from the color name list in our color converter. The HEX value — #000133 — appears instantly alongside HEX, RGB, HSL and CMYK.
What color family does very dark blue belong to?
very dark blue belongs to the blue color family. It is a dark, vivid color with HSL values: hue 238.8°, saturation 100%, lightness 10%.
How do I create lighter and darker shades of very dark blue?
Lighter variant (lightness 25%): #000380. Darker variant (lightness 5%): #000119. 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.