Dark Blue Hex Code — #00008B
RGB, HSL, and CMYK values for Dark Blue.
Dark Blue Color Values
| Format | Value |
|---|---|
| HEX | #00008B |
| RGB | rgb(0, 0, 139) |
| HSL | hsl(240, 100%, 27%) |
| CMYK | cmyk(100%, 100%, 0%, 45%) |
Want to explore more shades? Use our Color Converter
About Dark Blue
Color psychology: Authority, intelligence.
Dark Blue (#00008B) is a dark shade of blue. It's commonly used in web design, graphic design, and branding where authority, intelligence are desired associations.
How to Use Dark Blue in CSS
/* Using HEX */ color: #00008B; background-color: #00008B; /* Using RGB */ color: rgb(0, 0, 139); /* Using HSL */ color: hsl(240, 100%, 27%);