Shades of Sapphire #022770
Tints of Sapphire #022770
RGB
CMYK
RGB Variations
Color information
#022770 (or 0x022770) is known color: Sapphire. HEX triplet: 02, 27 and 70. RGB value is (2,39,112). Sum of RGB (Red+Green+Blue) = 2+39+112=153 (20% of max value = 765). Red value is 2 (1.17% from 255 or 1.31% from 153); Green value is 39 (15.62% from 255 or 25.49% from 153); Blue value is 112 (44.14% from 255 or 73.20% from 153); Max value from RGB is 112 - color contains mainly: blue. Hex color #022770 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #022770 is #FDD88F. Grayscale: #232323. Windows color (decimal): -16636048 or 7350018. OLE color: 7350018.
HSL color Cylindrical-coordinate representation of color #022770: hue angle of 219.82º 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 #022770 is Cyan = 0.98, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 2 | 39 | 112 | - |
| CMYK | 0.98 | 0.65 | 0 | 0.56 |
| HSL | 219.82º | 0.96% | 0.22% | - |
| HSV(B) | 219.82º | 0.98% | 0.44% | - |
| XYZ | 3.68 | 2.63 | 15.64 | - |
| YUV | 36.26 | 170.74 | 103.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 39 | 112 | 0.98 | 0.65 | 0 | 0.56 | 219.82 | 0.96 | 0.22 |
| Hex | 2 | 27 | 70 | 62 | 41 | 0 | 38 | DC | 60 | 16 |
| Octal | 2 | 47 | 160 | 142 | 101 | 0 | 70 | 334 | 140 | 26 |
| Binary | 10 | 100111 | 1110000 | 1100010 | 1000001 | 0 | 111000 | 11011100 | 1100000 | 10110 |
Color Harmonies of #022770
Complementary color
Monochromatic Colors of #022770
Black with #022770
Text Example
Text Example
White with #022770
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #022770; }
p { color: rgb(2,39,112); }
H1.HeaderClassName
{
color: #022770;
}
.AnyTagClassName
{
color: #022770;
}
</style>
background-color css
<style>
a { background-color: #022770; }
a { background-color: rgb(2,39,112); }
div.DivClassName
{
background-color: #022770;
}
.BgClassName
{
background-color: #022770;
}
</style>
border-color css
<style>
span { border-color: #022770; }
span { border-color: rgb(2,39,112); }
td.TdClassName
{
border-color: #022770;
}
.TagClassName
{
border-color: #022770;
}
</style>