Shades of Sapphire #021663
Tints of Sapphire #021663
RGB
CMYK
RGB Variations
Color information
#021663 (or 0x021663) is known color: Sapphire. HEX triplet: 02, 16 and 63. RGB value is (2,22,99). Sum of RGB (Red+Green+Blue) = 2+22+99=123 (16% of max value = 765). Red value is 2 (1.17% from 255 or 1.63% from 123); Green value is 22 (8.98% from 255 or 17.89% from 123); Blue value is 99 (39.06% from 255 or 80.49% from 123); Max value from RGB is 99 - color contains mainly: blue. Hex color #021663 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #021663 is #FDE99C. Grayscale: #181818. Windows color (decimal): -16640413 or 6493698. OLE color: 6493698.
HSL color Cylindrical-coordinate representation of color #021663: hue angle of 227.63º 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 #021663 is Cyan = 0.98, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 2 | 22 | 99 | - |
| CMYK | 0.98 | 0.78 | 0 | 0.61 |
| HSL | 227.63º | 0.96% | 0.2% | - |
| HSV(B) | 227.63º | 0.98% | 0.39% | - |
| XYZ | 2.56 | 1.49 | 11.96 | - |
| YUV | 24.8 | 169.87 | 111.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 22 | 99 | 0.98 | 0.78 | 0 | 0.61 | 227.63 | 0.96 | 0.2 |
| Hex | 2 | 16 | 63 | 62 | 4E | 0 | 3D | E4 | 60 | 14 |
| Octal | 2 | 26 | 143 | 142 | 116 | 0 | 75 | 344 | 140 | 24 |
| Binary | 10 | 10110 | 1100011 | 1100010 | 1001110 | 0 | 111101 | 11100100 | 1100000 | 10100 |
Color Harmonies of #021663
Complementary color
Monochromatic Colors of #021663
Black with #021663
Text Example
Text Example
White with #021663
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #021663; }
p { color: rgb(2,22,99); }
H1.HeaderClassName
{
color: #021663;
}
.AnyTagClassName
{
color: #021663;
}
</style>
background-color css
<style>
a { background-color: #021663; }
a { background-color: rgb(2,22,99); }
div.DivClassName
{
background-color: #021663;
}
.BgClassName
{
background-color: #021663;
}
</style>
border-color css
<style>
span { border-color: #021663; }
span { border-color: rgb(2,22,99); }
td.TdClassName
{
border-color: #021663;
}
.TagClassName
{
border-color: #021663;
}
</style>