Cobalt Blue Hex Code — #0047AB
RGB, HSL, and CMYK values for Cobalt Blue.
Cobalt Blue 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
About Cobalt Blue
Color psychology: Trust, depth.
Cobalt Blue (#0047AB) is a dark shade of blue. It's commonly used in web design, graphic design, and branding where trust, depth are desired associations.
How to Use Cobalt Blue in CSS
/* Using HEX */ color: #0047AB; background-color: #0047AB; /* Using RGB */ color: rgb(0, 71, 171); /* Using HSL */ color: hsl(215, 100%, 34%);