Shades of Sapphire #021163
Tints of Sapphire #021163
RGB
CMYK
RGB Variations
Color information
#021163 (or 0x021163) is known color: Sapphire. HEX triplet: 02, 11 and 63. RGB value is (2,17,99). Sum of RGB (Red+Green+Blue) = 2+17+99=118 (15% of max value = 765). Red value is 2 (1.17% from 255 or 1.69% from 118); Green value is 17 (7.03% from 255 or 14.41% from 118); Blue value is 99 (39.06% from 255 or 83.90% from 118); Max value from RGB is 99 - color contains mainly: blue. Hex color #021163 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #021163 is #FDEE9C. Grayscale: #151515. Windows color (decimal): -16641693 or 6492418. OLE color: 6492418.
HSL color Cylindrical-coordinate representation of color #021163: hue angle of 230.72º 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 #021163 is Cyan = 0.98, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 2 | 17 | 99 | - |
| CMYK | 0.98 | 0.83 | 0 | 0.61 |
| HSL | 230.72º | 0.96% | 0.2% | - |
| HSV(B) | 230.72º | 0.98% | 0.39% | - |
| XYZ | 2.48 | 1.31 | 11.93 | - |
| YUV | 21.86 | 171.53 | 113.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 17 | 99 | 0.98 | 0.83 | 0 | 0.61 | 230.72 | 0.96 | 0.2 |
| Hex | 2 | 11 | 63 | 62 | 53 | 0 | 3D | E7 | 60 | 14 |
| Octal | 2 | 21 | 143 | 142 | 123 | 0 | 75 | 347 | 140 | 24 |
| Binary | 10 | 10001 | 1100011 | 1100010 | 1010011 | 0 | 111101 | 11100111 | 1100000 | 10100 |
Color Harmonies of #021163
Complementary color
Monochromatic Colors of #021163
Black with #021163
Text Example
Text Example
White with #021163
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #021163; }
p { color: rgb(2,17,99); }
H1.HeaderClassName
{
color: #021163;
}
.AnyTagClassName
{
color: #021163;
}
</style>
background-color css
<style>
a { background-color: #021163; }
a { background-color: rgb(2,17,99); }
div.DivClassName
{
background-color: #021163;
}
.BgClassName
{
background-color: #021163;
}
</style>
border-color css
<style>
span { border-color: #021163; }
span { border-color: rgb(2,17,99); }
td.TdClassName
{
border-color: #021163;
}
.TagClassName
{
border-color: #021163;
}
</style>