Shades of Sapphire #032066
Tints of Sapphire #032066
RGB
CMYK
RGB Variations
Color information
#032066 (or 0x032066) is known color: Sapphire. HEX triplet: 03, 20 and 66. RGB value is (3,32,102). Sum of RGB (Red+Green+Blue) = 3+32+102=137 (18% of max value = 765). Red value is 3 (1.56% from 255 or 2.19% from 137); Green value is 32 (12.89% from 255 or 23.36% from 137); Blue value is 102 (40.23% from 255 or 74.45% from 137); Max value from RGB is 102 - color contains mainly: blue. Hex color #032066 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #032066 is #FCDF99. Grayscale: #1F1F1F. Windows color (decimal): -16572314 or 6692867. OLE color: 6692867.
HSL color Cylindrical-coordinate representation of color #032066: hue angle of 222.42º degrees, saturation: 0.94, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #032066 is Cyan = 0.97, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 3 | 32 | 102 | - |
| CMYK | 0.97 | 0.69 | 0 | 0.6 |
| HSL | 222.42º | 0.94% | 0.21% | - |
| HSV(B) | 222.42º | 0.97% | 0.4% | - |
| XYZ | 2.95 | 2.01 | 12.8 | - |
| YUV | 31.31 | 167.89 | 107.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 32 | 102 | 0.97 | 0.69 | 0 | 0.6 | 222.42 | 0.94 | 0.21 |
| Hex | 3 | 20 | 66 | 61 | 45 | 0 | 3C | DE | 5E | 15 |
| Octal | 3 | 40 | 146 | 141 | 105 | 0 | 74 | 336 | 136 | 25 |
| Binary | 11 | 100000 | 1100110 | 1100001 | 1000101 | 0 | 111100 | 11011110 | 1011110 | 10101 |
Color Harmonies of #032066
Complementary color
Monochromatic Colors of #032066
Black with #032066
Text Example
Text Example
White with #032066
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #032066; }
p { color: rgb(3,32,102); }
H1.HeaderClassName
{
color: #032066;
}
.AnyTagClassName
{
color: #032066;
}
</style>
background-color css
<style>
a { background-color: #032066; }
a { background-color: rgb(3,32,102); }
div.DivClassName
{
background-color: #032066;
}
.BgClassName
{
background-color: #032066;
}
</style>
border-color css
<style>
span { border-color: #032066; }
span { border-color: rgb(3,32,102); }
td.TdClassName
{
border-color: #032066;
}
.TagClassName
{
border-color: #032066;
}
</style>