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