Navy Color
CSS Name navy
HEX #000080
RGB rgb(0, 0, 128)
HSL hsl(240, 100%, 25%)
CMYK cmyk(100%, 100%, 0%, 50%)
About Navy
Navy is one of the 148 CSS named colors recognized by all modern browsers. You can use it in CSS by name (color: navy;) or by its HEX code (color: #000080;).
Usage in CSS
.element {
color: navy;
/* or */
color: #000080;
/* or */
color: rgb(0, 0, 128);
}
color: navy;
/* or */
color: #000080;
/* or */
color: rgb(0, 0, 128);
}
Frequently Asked Questions
What is the HEX code for Navy?
The HEX code for Navy is #000080.
What is the RGB value of Navy?
The RGB value is rgb(0, 0, 128).