Shades of Sapphire #032157
Tints of Sapphire #032157
RGB
CMYK
RGB Variations
Color information
#032157 (or 0x032157) is known color: Sapphire. HEX triplet: 03, 21 and 57. RGB value is (3,33,87). Sum of RGB (Red+Green+Blue) = 3+33+87=123 (16% of max value = 765). Red value is 3 (1.56% from 255 or 2.44% from 123); Green value is 33 (13.28% from 255 or 26.83% from 123); Blue value is 87 (34.38% from 255 or 70.73% from 123); Max value from RGB is 87 - color contains mainly: blue. Hex color #032157 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #032157 is #FCDEA8. Grayscale: #1D1D1D. Windows color (decimal): -16572073 or 5710083. OLE color: 5710083.
HSL color Cylindrical-coordinate representation of color #032157: hue angle of 218.57º degrees, saturation: 0.93, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #032157 is Cyan = 0.97, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 3 | 33 | 87 | - |
| CMYK | 0.97 | 0.62 | 0 | 0.66 |
| HSL | 218.57º | 0.93% | 0.18% | - |
| HSV(B) | 218.57º | 0.97% | 0.34% | - |
| XYZ | 2.3 | 1.8 | 9.24 | - |
| YUV | 30.19 | 160.06 | 108.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 33 | 87 | 0.97 | 0.62 | 0 | 0.66 | 218.57 | 0.93 | 0.18 |
| Hex | 3 | 21 | 57 | 61 | 3E | 0 | 42 | DB | 5D | 12 |
| Octal | 3 | 41 | 127 | 141 | 76 | 0 | 102 | 333 | 135 | 22 |
| Binary | 11 | 100001 | 1010111 | 1100001 | 111110 | 0 | 1000010 | 11011011 | 1011101 | 10010 |
Color Harmonies of #032157
Complementary color
Monochromatic Colors of #032157
Black with #032157
Text Example
Text Example
White with #032157
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #032157; }
p { color: rgb(3,33,87); }
H1.HeaderClassName
{
color: #032157;
}
.AnyTagClassName
{
color: #032157;
}
</style>
background-color css
<style>
a { background-color: #032157; }
a { background-color: rgb(3,33,87); }
div.DivClassName
{
background-color: #032157;
}
.BgClassName
{
background-color: #032157;
}
</style>
border-color css
<style>
span { border-color: #032157; }
span { border-color: rgb(3,33,87); }
td.TdClassName
{
border-color: #032157;
}
.TagClassName
{
border-color: #032157;
}
</style>