Shades of Sapphire #022071
Tints of Sapphire #022071
RGB
CMYK
RGB Variations
Color information
#022071 (or 0x022071) is known color: Sapphire. HEX triplet: 02, 20 and 71. RGB value is (2,32,113). Sum of RGB (Red+Green+Blue) = 2+32+113=147 (19% of max value = 765). Red value is 2 (1.17% from 255 or 1.36% from 147); Green value is 32 (12.89% from 255 or 21.77% from 147); Blue value is 113 (44.53% from 255 or 76.87% from 147); Max value from RGB is 113 - color contains mainly: blue. Hex color #022071 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #022071 is #FDDF8E. Grayscale: #1F1F1F. Windows color (decimal): -16637839 or 7413762. OLE color: 7413762.
HSL color Cylindrical-coordinate representation of color #022071: hue angle of 223.78º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #022071 is Cyan = 0.98, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 2 | 32 | 113 | - |
| CMYK | 0.98 | 0.72 | 0 | 0.56 |
| HSL | 223.78º | 0.97% | 0.23% | - |
| HSV(B) | 223.78º | 0.98% | 0.44% | - |
| XYZ | 3.52 | 2.24 | 15.87 | - |
| YUV | 32.26 | 173.56 | 106.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 32 | 113 | 0.98 | 0.72 | 0 | 0.56 | 223.78 | 0.97 | 0.23 |
| Hex | 2 | 20 | 71 | 62 | 48 | 0 | 38 | E0 | 61 | 17 |
| Octal | 2 | 40 | 161 | 142 | 110 | 0 | 70 | 340 | 141 | 27 |
| Binary | 10 | 100000 | 1110001 | 1100010 | 1001000 | 0 | 111000 | 11100000 | 1100001 | 10111 |
Color Harmonies of #022071
Complementary color
Monochromatic Colors of #022071
Black with #022071
Text Example
Text Example
White with #022071
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #022071; }
p { color: rgb(2,32,113); }
H1.HeaderClassName
{
color: #022071;
}
.AnyTagClassName
{
color: #022071;
}
</style>
background-color css
<style>
a { background-color: #022071; }
a { background-color: rgb(2,32,113); }
div.DivClassName
{
background-color: #022071;
}
.BgClassName
{
background-color: #022071;
}
</style>
border-color css
<style>
span { border-color: #022071; }
span { border-color: rgb(2,32,113); }
td.TdClassName
{
border-color: #022071;
}
.TagClassName
{
border-color: #022071;
}
</style>