Navy Blue Hex Code — #000080
RGB, HSL, and CMYK values for Navy Blue.
Navy Blue Color Values
| Format | Value |
|---|---|
| HEX | #000080 |
| RGB | rgb(0, 0, 128) |
| HSL | hsl(240, 100%, 25%) |
| CMYK | cmyk(100%, 100%, 0%, 50%) |
Want to explore more shades? Use our Color Converter
About Navy Blue
Color psychology: Trust, stability, professionalism.
Navy Blue (#000080) is a dark shade of blue. It's commonly used in web design, graphic design, and branding where trust, stability, professionalism are desired associations.
How to Use Navy Blue in CSS
/* Using HEX */ color: #000080; background-color: #000080; /* Using RGB */ color: rgb(0, 0, 128); /* Using HSL */ color: hsl(240, 100%, 25%);