Shades of Sapphire #022560
Tints of Sapphire #022560
RGB
CMYK
RGB Variations
Color information
#022560 (or 0x022560) is known color: Sapphire. HEX triplet: 02, 25 and 60. RGB value is (2,37,96). Sum of RGB (Red+Green+Blue) = 2+37+96=135 (17% of max value = 765). Red value is 2 (1.17% from 255 or 1.48% from 135); Green value is 37 (14.84% from 255 or 27.41% from 135); Blue value is 96 (37.89% from 255 or 71.11% from 135); Max value from RGB is 96 - color contains mainly: blue. Hex color #022560 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #022560 is #FDDA9F. Grayscale: #202020. Windows color (decimal): -16636576 or 6300930. OLE color: 6300930.
HSL color Cylindrical-coordinate representation of color #022560: hue angle of 217.66º 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 #022560 is Cyan = 0.98, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 2 | 37 | 96 | - |
| CMYK | 0.98 | 0.61 | 0 | 0.62 |
| HSL | 217.66º | 0.96% | 0.19% | - |
| HSV(B) | 217.66º | 0.98% | 0.38% | - |
| XYZ | 2.8 | 2.18 | 11.34 | - |
| YUV | 33.26 | 163.4 | 105.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 37 | 96 | 0.98 | 0.61 | 0 | 0.62 | 217.66 | 0.96 | 0.19 |
| Hex | 2 | 25 | 60 | 62 | 3D | 0 | 3E | DA | 60 | 13 |
| Octal | 2 | 45 | 140 | 142 | 75 | 0 | 76 | 332 | 140 | 23 |
| Binary | 10 | 100101 | 1100000 | 1100010 | 111101 | 0 | 111110 | 11011010 | 1100000 | 10011 |
Color Harmonies of #022560
Complementary color
Monochromatic Colors of #022560
Black with #022560
Text Example
Text Example
White with #022560
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #022560; }
p { color: rgb(2,37,96); }
H1.HeaderClassName
{
color: #022560;
}
.AnyTagClassName
{
color: #022560;
}
</style>
background-color css
<style>
a { background-color: #022560; }
a { background-color: rgb(2,37,96); }
div.DivClassName
{
background-color: #022560;
}
.BgClassName
{
background-color: #022560;
}
</style>
border-color css
<style>
span { border-color: #022560; }
span { border-color: rgb(2,37,96); }
td.TdClassName
{
border-color: #022560;
}
.TagClassName
{
border-color: #022560;
}
</style>