Cobalt Hex Code — #0047AB
RGB, HSL, and CMYK values for Cobalt.
Cobalt Color Values
| Format | Value |
|---|---|
| HEX | #0047AB |
| RGB | rgb(0, 71, 171) |
| HSL | hsl(215, 100%, 34%) |
| CMYK | cmyk(100%, 58%, 0%, 33%) |
Want to explore more shades? Use our Color Converter
How to Use Cobalt in CSS
/* Using HEX */ color: #0047AB; background-color: #0047AB; /* Using RGB */ color: rgb(0, 71, 171); /* Using HSL */ color: hsl(215, 100%, 34%);