Shades of Sapphire #022862
Tints of Sapphire #022862
RGB
CMYK
RGB Variations
Color information
#022862 (or 0x022862) is known color: Sapphire. HEX triplet: 02, 28 and 62. RGB value is (2,40,98). Sum of RGB (Red+Green+Blue) = 2+40+98=140 (18% of max value = 765). Red value is 2 (1.17% from 255 or 1.43% from 140); Green value is 40 (16.02% from 255 or 28.57% from 140); Blue value is 98 (38.67% from 255 or 70% from 140); Max value from RGB is 98 - color contains mainly: blue. Hex color #022862 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #022862 is #FDD79D. Grayscale: #222222. Windows color (decimal): -16635806 or 6432770. OLE color: 6432770.
HSL color Cylindrical-coordinate representation of color #022862: hue angle of 216.25º degrees, saturation: 0.96, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #022862 is Cyan = 0.98, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 2 | 40 | 98 | - |
| CMYK | 0.98 | 0.59 | 0 | 0.62 |
| HSL | 216.25º | 0.96% | 0.2% | - |
| HSV(B) | 216.25º | 0.98% | 0.38% | - |
| XYZ | 2.99 | 2.41 | 11.86 | - |
| YUV | 35.25 | 163.41 | 104.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 40 | 98 | 0.98 | 0.59 | 0 | 0.62 | 216.25 | 0.96 | 0.2 |
| Hex | 2 | 28 | 62 | 62 | 3B | 0 | 3E | D8 | 60 | 14 |
| Octal | 2 | 50 | 142 | 142 | 73 | 0 | 76 | 330 | 140 | 24 |
| Binary | 10 | 101000 | 1100010 | 1100010 | 111011 | 0 | 111110 | 11011000 | 1100000 | 10100 |
Color Harmonies of #022862
Complementary color
Monochromatic Colors of #022862
Black with #022862
Text Example
Text Example
White with #022862
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #022862; }
p { color: rgb(2,40,98); }
H1.HeaderClassName
{
color: #022862;
}
.AnyTagClassName
{
color: #022862;
}
</style>
background-color css
<style>
a { background-color: #022862; }
a { background-color: rgb(2,40,98); }
div.DivClassName
{
background-color: #022862;
}
.BgClassName
{
background-color: #022862;
}
</style>
border-color css
<style>
span { border-color: #022862; }
span { border-color: rgb(2,40,98); }
td.TdClassName
{
border-color: #022862;
}
.TagClassName
{
border-color: #022862;
}
</style>