Shades of Sapphire #022660
Tints of Sapphire #022660
RGB
CMYK
RGB Variations
Color information
#022660 (or 0x022660) is known color: Sapphire. HEX triplet: 02, 26 and 60. RGB value is (2,38,96). Sum of RGB (Red+Green+Blue) = 2+38+96=136 (18% of max value = 765). Red value is 2 (1.17% from 255 or 1.47% from 136); Green value is 38 (15.23% from 255 or 27.94% from 136); Blue value is 96 (37.89% from 255 or 70.59% from 136); Max value from RGB is 96 - color contains mainly: blue. Hex color #022660 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #022660 is #FDD99F. Grayscale: #212121. Windows color (decimal): -16636320 or 6301186. OLE color: 6301186.
HSL color Cylindrical-coordinate representation of color #022660: hue angle of 217.02º degrees, saturation: 0.96, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #022660 is Cyan = 0.98, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 2 | 38 | 96 | - |
| CMYK | 0.98 | 0.60 | 0 | 0.62 |
| HSL | 217.02º | 0.96% | 0.19% | - |
| HSV(B) | 217.02º | 0.98% | 0.38% | - |
| XYZ | 2.83 | 2.24 | 11.35 | - |
| YUV | 33.85 | 163.07 | 105.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 38 | 96 | 0.98 | 0.60 | 0 | 0.62 | 217.02 | 0.96 | 0.19 |
| Hex | 2 | 26 | 60 | 62 | 3C | 0 | 3E | D9 | 60 | 13 |
| Octal | 2 | 46 | 140 | 142 | 74 | 0 | 76 | 331 | 140 | 23 |
| Binary | 10 | 100110 | 1100000 | 1100010 | 111100 | 0 | 111110 | 11011001 | 1100000 | 10011 |
Color Harmonies of #022660
Complementary color
Monochromatic Colors of #022660
Black with #022660
Text Example
Text Example
White with #022660
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #022660; }
p { color: rgb(2,38,96); }
H1.HeaderClassName
{
color: #022660;
}
.AnyTagClassName
{
color: #022660;
}
</style>
background-color css
<style>
a { background-color: #022660; }
a { background-color: rgb(2,38,96); }
div.DivClassName
{
background-color: #022660;
}
.BgClassName
{
background-color: #022660;
}
</style>
border-color css
<style>
span { border-color: #022660; }
span { border-color: rgb(2,38,96); }
td.TdClassName
{
border-color: #022660;
}
.TagClassName
{
border-color: #022660;
}
</style>