Shades of Sapphire #021863
Tints of Sapphire #021863
RGB
CMYK
RGB Variations
Color information
#021863 (or 0x021863) is known color: Sapphire. HEX triplet: 02, 18 and 63. RGB value is (2,24,99). Sum of RGB (Red+Green+Blue) = 2+24+99=125 (16% of max value = 765). Red value is 2 (1.17% from 255 or 1.6% from 125); Green value is 24 (9.77% from 255 or 19.2% from 125); Blue value is 99 (39.06% from 255 or 79.2% from 125); Max value from RGB is 99 - color contains mainly: blue. Hex color #021863 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #021863 is #FDE79C. Grayscale: #191919. Windows color (decimal): -16639901 or 6494210. OLE color: 6494210.
HSL color Cylindrical-coordinate representation of color #021863: hue angle of 226.39º 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 #021863 is Cyan = 0.98, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 2 | 24 | 99 | - |
| CMYK | 0.98 | 0.76 | 0 | 0.61 |
| HSL | 226.39º | 0.96% | 0.2% | - |
| HSV(B) | 226.39º | 0.98% | 0.39% | - |
| XYZ | 2.6 | 1.57 | 11.97 | - |
| YUV | 25.97 | 169.21 | 110.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 24 | 99 | 0.98 | 0.76 | 0 | 0.61 | 226.39 | 0.96 | 0.2 |
| Hex | 2 | 18 | 63 | 62 | 4C | 0 | 3D | E2 | 60 | 14 |
| Octal | 2 | 30 | 143 | 142 | 114 | 0 | 75 | 342 | 140 | 24 |
| Binary | 10 | 11000 | 1100011 | 1100010 | 1001100 | 0 | 111101 | 11100010 | 1100000 | 10100 |
Color Harmonies of #021863
Complementary color
Monochromatic Colors of #021863
Black with #021863
Text Example
Text Example
White with #021863
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #021863; }
p { color: rgb(2,24,99); }
H1.HeaderClassName
{
color: #021863;
}
.AnyTagClassName
{
color: #021863;
}
</style>
background-color css
<style>
a { background-color: #021863; }
a { background-color: rgb(2,24,99); }
div.DivClassName
{
background-color: #021863;
}
.BgClassName
{
background-color: #021863;
}
</style>
border-color css
<style>
span { border-color: #021863; }
span { border-color: rgb(2,24,99); }
td.TdClassName
{
border-color: #021863;
}
.TagClassName
{
border-color: #021863;
}
</style>