Shades of Sapphire #022050
Tints of Sapphire #022050
RGB
CMYK
RGB Variations
Color information
#022050 (or 0x022050) is known color: Sapphire. HEX triplet: 02, 20 and 50. RGB value is (2,32,80). Sum of RGB (Red+Green+Blue) = 2+32+80=114 (15% of max value = 765). Red value is 2 (1.17% from 255 or 1.75% from 114); Green value is 32 (12.89% from 255 or 28.07% from 114); Blue value is 80 (31.64% from 255 or 70.18% from 114); Max value from RGB is 80 - color contains mainly: blue. Hex color #022050 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #022050 is #FDDFAF. Grayscale: #1C1C1C. Windows color (decimal): -16637872 or 5251074. OLE color: 5251074.
HSL color Cylindrical-coordinate representation of color #022050: hue angle of 216.92º degrees, saturation: 0.95, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #022050 is Cyan = 0.98, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 2 | 32 | 80 | - |
| CMYK | 0.98 | 0.60 | 0 | 0.69 |
| HSL | 216.92º | 0.95% | 0.16% | - |
| HSV(B) | 216.92º | 0.98% | 0.31% | - |
| XYZ | 1.99 | 1.63 | 7.8 | - |
| YUV | 28.5 | 157.06 | 109.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 32 | 80 | 0.98 | 0.60 | 0 | 0.69 | 216.92 | 0.95 | 0.16 |
| Hex | 2 | 20 | 50 | 62 | 3C | 0 | 45 | D9 | 5F | 10 |
| Octal | 2 | 40 | 120 | 142 | 74 | 0 | 105 | 331 | 137 | 20 |
| Binary | 10 | 100000 | 1010000 | 1100010 | 111100 | 0 | 1000101 | 11011001 | 1011111 | 10000 |
Color Harmonies of #022050
Complementary color
Monochromatic Colors of #022050
Black with #022050
Text Example
Text Example
White with #022050
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #022050; }
p { color: rgb(2,32,80); }
H1.HeaderClassName
{
color: #022050;
}
.AnyTagClassName
{
color: #022050;
}
</style>
background-color css
<style>
a { background-color: #022050; }
a { background-color: rgb(2,32,80); }
div.DivClassName
{
background-color: #022050;
}
.BgClassName
{
background-color: #022050;
}
</style>
border-color css
<style>
span { border-color: #022050; }
span { border-color: rgb(2,32,80); }
td.TdClassName
{
border-color: #022050;
}
.TagClassName
{
border-color: #022050;
}
</style>