Shades of Sapphire #032076
Tints of Sapphire #032076
RGB
CMYK
RGB Variations
Color information
#032076 (or 0x032076) is known color: Sapphire. HEX triplet: 03, 20 and 76. RGB value is (3,32,118). Sum of RGB (Red+Green+Blue) = 3+32+118=153 (20% of max value = 765). Red value is 3 (1.56% from 255 or 1.96% from 153); Green value is 32 (12.89% from 255 or 20.92% from 153); Blue value is 118 (46.48% from 255 or 77.12% from 153); Max value from RGB is 118 - color contains mainly: blue. Hex color #032076 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #032076 is #FCDF89. Grayscale: #202020. Windows color (decimal): -16572298 or 7741443. OLE color: 7741443.
HSL color Cylindrical-coordinate representation of color #032076: hue angle of 224.87º degrees, saturation: 0.95, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #032076 is Cyan = 0.97, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 3 | 32 | 118 | - |
| CMYK | 0.97 | 0.73 | 0 | 0.54 |
| HSL | 224.87º | 0.95% | 0.24% | - |
| HSV(B) | 224.87º | 0.97% | 0.46% | - |
| XYZ | 3.82 | 2.36 | 17.39 | - |
| YUV | 33.13 | 175.89 | 106.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 32 | 118 | 0.97 | 0.73 | 0 | 0.54 | 224.87 | 0.95 | 0.24 |
| Hex | 3 | 20 | 76 | 61 | 49 | 0 | 36 | E1 | 5F | 18 |
| Octal | 3 | 40 | 166 | 141 | 111 | 0 | 66 | 341 | 137 | 30 |
| Binary | 11 | 100000 | 1110110 | 1100001 | 1001001 | 0 | 110110 | 11100001 | 1011111 | 11000 |
Color Harmonies of #032076
Complementary color
Monochromatic Colors of #032076
Black with #032076
Text Example
Text Example
White with #032076
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #032076; }
p { color: rgb(3,32,118); }
H1.HeaderClassName
{
color: #032076;
}
.AnyTagClassName
{
color: #032076;
}
</style>
background-color css
<style>
a { background-color: #032076; }
a { background-color: rgb(3,32,118); }
div.DivClassName
{
background-color: #032076;
}
.BgClassName
{
background-color: #032076;
}
</style>
border-color css
<style>
span { border-color: #032076; }
span { border-color: rgb(3,32,118); }
td.TdClassName
{
border-color: #032076;
}
.TagClassName
{
border-color: #032076;
}
</style>