Shades of Sapphire #021063
Tints of Sapphire #021063
RGB
CMYK
RGB Variations
Color information
#021063 (or 0x021063) is known color: Sapphire. HEX triplet: 02, 10 and 63. RGB value is (2,16,99). Sum of RGB (Red+Green+Blue) = 2+16+99=117 (15% of max value = 765). Red value is 2 (1.17% from 255 or 1.71% from 117); Green value is 16 (6.64% from 255 or 13.68% from 117); Blue value is 99 (39.06% from 255 or 84.62% from 117); Max value from RGB is 99 - color contains mainly: blue. Hex color #021063 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #021063 is #FDEF9C. Grayscale: #141414. Windows color (decimal): -16641949 or 6492162. OLE color: 6492162.
HSL color Cylindrical-coordinate representation of color #021063: hue angle of 231.34º degrees, saturation: 0.96, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #021063 is Cyan = 0.98, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 2 | 16 | 99 | - |
| CMYK | 0.98 | 0.84 | 0 | 0.61 |
| HSL | 231.34º | 0.96% | 0.2% | - |
| HSV(B) | 231.34º | 0.98% | 0.39% | - |
| XYZ | 2.46 | 1.28 | 11.92 | - |
| YUV | 21.28 | 171.86 | 114.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 16 | 99 | 0.98 | 0.84 | 0 | 0.61 | 231.34 | 0.96 | 0.2 |
| Hex | 2 | 10 | 63 | 62 | 54 | 0 | 3D | E7 | 60 | 14 |
| Octal | 2 | 20 | 143 | 142 | 124 | 0 | 75 | 347 | 140 | 24 |
| Binary | 10 | 10000 | 1100011 | 1100010 | 1010100 | 0 | 111101 | 11100111 | 1100000 | 10100 |
Color Harmonies of #021063
Complementary color
Monochromatic Colors of #021063
Black with #021063
Text Example
Text Example
White with #021063
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #021063; }
p { color: rgb(2,16,99); }
H1.HeaderClassName
{
color: #021063;
}
.AnyTagClassName
{
color: #021063;
}
</style>
background-color css
<style>
a { background-color: #021063; }
a { background-color: rgb(2,16,99); }
div.DivClassName
{
background-color: #021063;
}
.BgClassName
{
background-color: #021063;
}
</style>
border-color css
<style>
span { border-color: #021063; }
span { border-color: rgb(2,16,99); }
td.TdClassName
{
border-color: #021063;
}
.TagClassName
{
border-color: #021063;
}
</style>