What is the CMYK code for dark navy blue?
The CSS color dark navy blue in CMYK format is cmyk(100%, 95.7%, 0%, 82%). Use this value directly in CSS, SVG, and most design tools.
How do I use dark navy blue in CSS?
To apply dark navy blue in CSS:
- Text color: color: cmyk(100%, 95.7%, 0%, 82%);
- Background: background-color: cmyk(100%, 95.7%, 0%, 82%);
- Border: border-color: cmyk(100%, 95.7%, 0%, 82%);
What are all the color format values for dark navy blue?
| Format | Value |
|---|---|
| HEX | #00022e |
| RGB | rgb(0, 2, 46) |
| HSL | hsl(237.4, 100%, 9%) |
| CMYK | cmyk(100%, 95.7%, 0%, 82%) |
How do I convert dark navy blue to CMYK?
Select dark navy blue from the color name list in our color converter. The CMYK value — cmyk(100%, 95.7%, 0%, 82%) — appears instantly alongside HEX, RGB, HSL and CMYK.
What color family does dark navy blue belong to?
dark navy blue belongs to the near-black color family. It is a dark, vivid color with HSL values: hue 237.4°, saturation 100%, lightness 9%.
How do I create lighter and darker shades of dark navy blue?
Lighter variant (lightness 24%): #00057a. Darker variant (lightness 5%): #000119. These values are computed by adjusting HSL lightness ±15% while keeping the same hue and saturation.
What is CMYK used for?
CMYK (Cyan, Magenta, Yellow, Key/Black) is used in print design. Unlike RGB which adds light, CMYK subtracts it using ink. Always convert to CMYK before sending files to a professional printer.