Shades of Sapphire #022180
Tints of Sapphire #022180
RGB
CMYK
RGB Variations
Color information
#022180 (or 0x022180) is known color: Sapphire. HEX triplet: 02, 21 and 80. RGB value is (2,33,128). Sum of RGB (Red+Green+Blue) = 2+33+128=163 (21% of max value = 765). Red value is 2 (1.17% from 255 or 1.23% from 163); Green value is 33 (13.28% from 255 or 20.25% from 163); Blue value is 128 (50.39% from 255 or 78.53% from 163); Max value from RGB is 128 - color contains mainly: blue. Hex color #022180 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #022180 is #FDDE7F. Grayscale: #222222. Windows color (decimal): -16637568 or 8397058. OLE color: 8397058.
HSL color Cylindrical-coordinate representation of color #022180: hue angle of 225.24º degrees, saturation: 0.97, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #022180 is Cyan = 0.98, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 2 | 33 | 128 | - |
| CMYK | 0.98 | 0.74 | 0 | 0.50 |
| HSL | 225.24º | 0.97% | 0.25% | - |
| HSV(B) | 225.24º | 0.98% | 0.5% | - |
| XYZ | 4.47 | 2.66 | 20.7 | - |
| YUV | 34.56 | 180.73 | 104.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 33 | 128 | 0.98 | 0.74 | 0 | 0.50 | 225.24 | 0.97 | 0.25 |
| Hex | 2 | 21 | 80 | 62 | 4A | 0 | 32 | E1 | 61 | 19 |
| Octal | 2 | 41 | 200 | 142 | 112 | 0 | 62 | 341 | 141 | 31 |
| Binary | 10 | 100001 | 10000000 | 1100010 | 1001010 | 0 | 110010 | 11100001 | 1100001 | 11001 |
Color Harmonies of #022180
Complementary color
Monochromatic Colors of #022180
Black with #022180
Text Example
Text Example
White with #022180
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #022180; }
p { color: rgb(2,33,128); }
H1.HeaderClassName
{
color: #022180;
}
.AnyTagClassName
{
color: #022180;
}
</style>
background-color css
<style>
a { background-color: #022180; }
a { background-color: rgb(2,33,128); }
div.DivClassName
{
background-color: #022180;
}
.BgClassName
{
background-color: #022180;
}
</style>
border-color css
<style>
span { border-color: #022180; }
span { border-color: rgb(2,33,128); }
td.TdClassName
{
border-color: #022180;
}
.TagClassName
{
border-color: #022180;
}
</style>