Shades of Sapphire #022870
Tints of Sapphire #022870
RGB
CMYK
RGB Variations
Color information
#022870 (or 0x022870) is known color: Sapphire. HEX triplet: 02, 28 and 70. RGB value is (2,40,112). Sum of RGB (Red+Green+Blue) = 2+40+112=154 (20% of max value = 765). Red value is 2 (1.17% from 255 or 1.30% from 154); Green value is 40 (16.02% from 255 or 25.97% from 154); Blue value is 112 (44.14% from 255 or 72.73% from 154); Max value from RGB is 112 - color contains mainly: blue. Hex color #022870 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #022870 is #FDD78F. Grayscale: #242424. Windows color (decimal): -16635792 or 7350274. OLE color: 7350274.
HSL color Cylindrical-coordinate representation of color #022870: hue angle of 219.27º degrees, saturation: 0.96, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #022870 is Cyan = 0.98, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 2 | 40 | 112 | - |
| CMYK | 0.98 | 0.64 | 0 | 0.56 |
| HSL | 219.27º | 0.96% | 0.22% | - |
| HSV(B) | 219.27º | 0.98% | 0.44% | - |
| XYZ | 3.71 | 2.7 | 15.66 | - |
| YUV | 36.85 | 170.41 | 103.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 40 | 112 | 0.98 | 0.64 | 0 | 0.56 | 219.27 | 0.96 | 0.22 |
| Hex | 2 | 28 | 70 | 62 | 40 | 0 | 38 | DB | 60 | 16 |
| Octal | 2 | 50 | 160 | 142 | 100 | 0 | 70 | 333 | 140 | 26 |
| Binary | 10 | 101000 | 1110000 | 1100010 | 1000000 | 0 | 111000 | 11011011 | 1100000 | 10110 |
Color Harmonies of #022870
Complementary color
Monochromatic Colors of #022870
Black with #022870
Text Example
Text Example
White with #022870
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #022870; }
p { color: rgb(2,40,112); }
H1.HeaderClassName
{
color: #022870;
}
.AnyTagClassName
{
color: #022870;
}
</style>
background-color css
<style>
a { background-color: #022870; }
a { background-color: rgb(2,40,112); }
div.DivClassName
{
background-color: #022870;
}
.BgClassName
{
background-color: #022870;
}
</style>
border-color css
<style>
span { border-color: #022870; }
span { border-color: rgb(2,40,112); }
td.TdClassName
{
border-color: #022870;
}
.TagClassName
{
border-color: #022870;
}
</style>