What is the RGB code for navy blue?
The CSS color navy blue in RGB format is rgb(0, 17, 70). 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: rgb(0, 17, 70);
- Background: background-color: rgb(0, 17, 70);
- Border: border-color: rgb(0, 17, 70);
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 RGB?
Select navy blue from the color name list in our color converter. The RGB value — rgb(0, 17, 70) — 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 RGB used for?
RGB defines colors using three values from 0 to 255 — red, green and blue intensity. It is the native format for screens, monitors and web browsers.