Shades of Sapphire #032160
Tints of Sapphire #032160
RGB
CMYK
RGB Variations
Color information
#032160 (or 0x032160) is known color: Sapphire. HEX triplet: 03, 21 and 60. RGB value is (3,33,96). Sum of RGB (Red+Green+Blue) = 3+33+96=132 (17% of max value = 765). Red value is 3 (1.56% from 255 or 2.27% from 132); Green value is 33 (13.28% from 255 or 25% from 132); Blue value is 96 (37.89% from 255 or 72.73% from 132); Max value from RGB is 96 - color contains mainly: blue. Hex color #032160 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #032160 is #FCDE9F. Grayscale: #1E1E1E. Windows color (decimal): -16572064 or 6299907. OLE color: 6299907.
HSL color Cylindrical-coordinate representation of color #032160: hue angle of 220.65º degrees, saturation: 0.94, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #032160 is Cyan = 0.97, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 3 | 33 | 96 | - |
| CMYK | 0.97 | 0.66 | 0 | 0.62 |
| HSL | 220.65º | 0.94% | 0.19% | - |
| HSV(B) | 220.65º | 0.97% | 0.38% | - |
| XYZ | 2.69 | 1.95 | 11.3 | - |
| YUV | 31.21 | 164.56 | 107.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 33 | 96 | 0.97 | 0.66 | 0 | 0.62 | 220.65 | 0.94 | 0.19 |
| Hex | 3 | 21 | 60 | 61 | 42 | 0 | 3E | DD | 5E | 13 |
| Octal | 3 | 41 | 140 | 141 | 102 | 0 | 76 | 335 | 136 | 23 |
| Binary | 11 | 100001 | 1100000 | 1100001 | 1000010 | 0 | 111110 | 11011101 | 1011110 | 10011 |
Color Harmonies of #032160
Complementary color
Monochromatic Colors of #032160
Black with #032160
Text Example
Text Example
White with #032160
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #032160; }
p { color: rgb(3,33,96); }
H1.HeaderClassName
{
color: #032160;
}
.AnyTagClassName
{
color: #032160;
}
</style>
background-color css
<style>
a { background-color: #032160; }
a { background-color: rgb(3,33,96); }
div.DivClassName
{
background-color: #032160;
}
.BgClassName
{
background-color: #032160;
}
</style>
border-color css
<style>
span { border-color: #032160; }
span { border-color: rgb(3,33,96); }
td.TdClassName
{
border-color: #032160;
}
.TagClassName
{
border-color: #032160;
}
</style>