Shades of Sapphire #022778
Tints of Sapphire #022778
RGB
CMYK
RGB Variations
Color information
#022778 (or 0x022778) is known color: Sapphire. HEX triplet: 02, 27 and 78. RGB value is (2,39,120). Sum of RGB (Red+Green+Blue) = 2+39+120=161 (21% of max value = 765). Red value is 2 (1.17% from 255 or 1.24% from 161); Green value is 39 (15.62% from 255 or 24.22% from 161); Blue value is 120 (47.27% from 255 or 74.53% from 161); Max value from RGB is 120 - color contains mainly: blue. Hex color #022778 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #022778 is #FDD887. Grayscale: #242424. Windows color (decimal): -16636040 or 7874306. OLE color: 7874306.
HSL color Cylindrical-coordinate representation of color #022778: hue angle of 221.19º degrees, saturation: 0.97, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #022778 is Cyan = 0.98, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 2 | 39 | 120 | - |
| CMYK | 0.98 | 0.67 | 0 | 0.53 |
| HSL | 221.19º | 0.97% | 0.24% | - |
| HSV(B) | 221.19º | 0.98% | 0.47% | - |
| XYZ | 4.14 | 2.82 | 18.1 | - |
| YUV | 37.17 | 174.74 | 102.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 39 | 120 | 0.98 | 0.67 | 0 | 0.53 | 221.19 | 0.97 | 0.24 |
| Hex | 2 | 27 | 78 | 62 | 43 | 0 | 35 | DD | 61 | 18 |
| Octal | 2 | 47 | 170 | 142 | 103 | 0 | 65 | 335 | 141 | 30 |
| Binary | 10 | 100111 | 1111000 | 1100010 | 1000011 | 0 | 110101 | 11011101 | 1100001 | 11000 |
Color Harmonies of #022778
Complementary color
Monochromatic Colors of #022778
Black with #022778
Text Example
Text Example
White with #022778
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #022778; }
p { color: rgb(2,39,120); }
H1.HeaderClassName
{
color: #022778;
}
.AnyTagClassName
{
color: #022778;
}
</style>
background-color css
<style>
a { background-color: #022778; }
a { background-color: rgb(2,39,120); }
div.DivClassName
{
background-color: #022778;
}
.BgClassName
{
background-color: #022778;
}
</style>
border-color css
<style>
span { border-color: #022778; }
span { border-color: rgb(2,39,120); }
td.TdClassName
{
border-color: #022778;
}
.TagClassName
{
border-color: #022778;
}
</style>