Shades of Sapphire #032063
Tints of Sapphire #032063
RGB
CMYK
RGB Variations
Color information
#032063 (or 0x032063) is known color: Sapphire. HEX triplet: 03, 20 and 63. RGB value is (3,32,99). Sum of RGB (Red+Green+Blue) = 3+32+99=134 (17% of max value = 765). Red value is 3 (1.56% from 255 or 2.24% from 134); Green value is 32 (12.89% from 255 or 23.88% from 134); Blue value is 99 (39.06% from 255 or 73.88% from 134); Max value from RGB is 99 - color contains mainly: blue. Hex color #032063 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #032063 is #FCDF9C. Grayscale: #1E1E1E. Windows color (decimal): -16572317 or 6496259. OLE color: 6496259.
HSL color Cylindrical-coordinate representation of color #032063: hue angle of 221.88º degrees, saturation: 0.94, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #032063 is Cyan = 0.97, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 3 | 32 | 99 | - |
| CMYK | 0.97 | 0.68 | 0 | 0.61 |
| HSL | 221.88º | 0.94% | 0.2% | - |
| HSV(B) | 221.88º | 0.97% | 0.39% | - |
| XYZ | 2.81 | 1.95 | 12.03 | - |
| YUV | 30.97 | 166.39 | 108.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 32 | 99 | 0.97 | 0.68 | 0 | 0.61 | 221.88 | 0.94 | 0.2 |
| Hex | 3 | 20 | 63 | 61 | 44 | 0 | 3D | DE | 5E | 14 |
| Octal | 3 | 40 | 143 | 141 | 104 | 0 | 75 | 336 | 136 | 24 |
| Binary | 11 | 100000 | 1100011 | 1100001 | 1000100 | 0 | 111101 | 11011110 | 1011110 | 10100 |
Color Harmonies of #032063
Complementary color
Monochromatic Colors of #032063
Black with #032063
Text Example
Text Example
White with #032063
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #032063; }
p { color: rgb(3,32,99); }
H1.HeaderClassName
{
color: #032063;
}
.AnyTagClassName
{
color: #032063;
}
</style>
background-color css
<style>
a { background-color: #032063; }
a { background-color: rgb(3,32,99); }
div.DivClassName
{
background-color: #032063;
}
.BgClassName
{
background-color: #032063;
}
</style>
border-color css
<style>
span { border-color: #032063; }
span { border-color: rgb(3,32,99); }
td.TdClassName
{
border-color: #032063;
}
.TagClassName
{
border-color: #032063;
}
</style>