What is the RGB code for dark navy blue?
The CSS color dark navy blue in RGB format is rgb(0, 2, 46). 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: rgb(0, 2, 46);
- Background: background-color: rgb(0, 2, 46);
- Border: border-color: rgb(0, 2, 46);
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 RGB?
Select dark navy blue from the color name list in our color converter. The RGB value — rgb(0, 2, 46) — 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 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.