Shades of Sapphire #022966
Tints of Sapphire #022966
RGB
CMYK
RGB Variations
Color information
#022966 (or 0x022966) is known color: Sapphire. HEX triplet: 02, 29 and 66. RGB value is (2,41,102). Sum of RGB (Red+Green+Blue) = 2+41+102=145 (19% of max value = 765). Red value is 2 (1.17% from 255 or 1.38% from 145); Green value is 41 (16.41% from 255 or 28.28% from 145); Blue value is 102 (40.23% from 255 or 70.34% from 145); Max value from RGB is 102 - color contains mainly: blue. Hex color #022966 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #022966 is #FDD699. Grayscale: #242424. Windows color (decimal): -16635546 or 6695170. OLE color: 6695170.
HSL color Cylindrical-coordinate representation of color #022966: hue angle of 216.6º degrees, saturation: 0.96, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #022966 is Cyan = 0.98, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 2 | 41 | 102 | - |
| CMYK | 0.98 | 0.60 | 0 | 0.6 |
| HSL | 216.6º | 0.96% | 0.2% | - |
| HSV(B) | 216.6º | 0.98% | 0.4% | - |
| XYZ | 3.22 | 2.56 | 12.89 | - |
| YUV | 36.29 | 165.08 | 103.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 41 | 102 | 0.98 | 0.60 | 0 | 0.6 | 216.6 | 0.96 | 0.2 |
| Hex | 2 | 29 | 66 | 62 | 3C | 0 | 3C | D9 | 60 | 14 |
| Octal | 2 | 51 | 146 | 142 | 74 | 0 | 74 | 331 | 140 | 24 |
| Binary | 10 | 101001 | 1100110 | 1100010 | 111100 | 0 | 111100 | 11011001 | 1100000 | 10100 |
Color Harmonies of #022966
Complementary color
Monochromatic Colors of #022966
Black with #022966
Text Example
Text Example
White with #022966
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #022966; }
p { color: rgb(2,41,102); }
H1.HeaderClassName
{
color: #022966;
}
.AnyTagClassName
{
color: #022966;
}
</style>
background-color css
<style>
a { background-color: #022966; }
a { background-color: rgb(2,41,102); }
div.DivClassName
{
background-color: #022966;
}
.BgClassName
{
background-color: #022966;
}
</style>
border-color css
<style>
span { border-color: #022966; }
span { border-color: rgb(2,41,102); }
td.TdClassName
{
border-color: #022966;
}
.TagClassName
{
border-color: #022966;
}
</style>