Sapphire Hex Code — #0F52BA
RGB, HSL, and CMYK values for Sapphire.
Sapphire Color Values
| Format | Value |
|---|---|
| HEX | #0F52BA |
| RGB | rgb(15, 82, 186) |
| HSL | hsl(216, 85%, 39%) |
| CMYK | cmyk(92%, 56%, 0%, 27%) |
Want to explore more shades? Use our Color Converter
About Sapphire
Color psychology: Nobility, truth.
Sapphire (#0F52BA) is a dark shade of blue. It's commonly used in web design, graphic design, and branding where nobility, truth are desired associations.
How to Use Sapphire in CSS
/* Using HEX */ color: #0F52BA; background-color: #0F52BA; /* Using RGB */ color: rgb(15, 82, 186); /* Using HSL */ color: hsl(216, 85%, 39%);