Shades of Sapphire #022564
Tints of Sapphire #022564
RGB
CMYK
RGB Variations
Color information
#022564 (or 0x022564) is known color: Sapphire. HEX triplet: 02, 25 and 64. RGB value is (2,37,100). Sum of RGB (Red+Green+Blue) = 2+37+100=139 (18% of max value = 765). Red value is 2 (1.17% from 255 or 1.44% from 139); Green value is 37 (14.84% from 255 or 26.62% from 139); Blue value is 100 (39.45% from 255 or 71.94% from 139); Max value from RGB is 100 - color contains mainly: blue. Hex color #022564 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #022564 is #FDDA9B. Grayscale: #212121. Windows color (decimal): -16636572 or 6563074. OLE color: 6563074.
HSL color Cylindrical-coordinate representation of color #022564: hue angle of 218.57º degrees, saturation: 0.96, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #022564 is Cyan = 0.98, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 2 | 37 | 100 | - |
| CMYK | 0.98 | 0.63 | 0 | 0.61 |
| HSL | 218.57º | 0.96% | 0.2% | - |
| HSV(B) | 218.57º | 0.98% | 0.39% | - |
| XYZ | 2.99 | 2.26 | 12.33 | - |
| YUV | 33.72 | 165.4 | 105.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 37 | 100 | 0.98 | 0.63 | 0 | 0.61 | 218.57 | 0.96 | 0.2 |
| Hex | 2 | 25 | 64 | 62 | 3F | 0 | 3D | DB | 60 | 14 |
| Octal | 2 | 45 | 144 | 142 | 77 | 0 | 75 | 333 | 140 | 24 |
| Binary | 10 | 100101 | 1100100 | 1100010 | 111111 | 0 | 111101 | 11011011 | 1100000 | 10100 |
Color Harmonies of #022564
Complementary color
Monochromatic Colors of #022564
Black with #022564
Text Example
Text Example
White with #022564
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #022564; }
p { color: rgb(2,37,100); }
H1.HeaderClassName
{
color: #022564;
}
.AnyTagClassName
{
color: #022564;
}
</style>
background-color css
<style>
a { background-color: #022564; }
a { background-color: rgb(2,37,100); }
div.DivClassName
{
background-color: #022564;
}
.BgClassName
{
background-color: #022564;
}
</style>
border-color css
<style>
span { border-color: #022564; }
span { border-color: rgb(2,37,100); }
td.TdClassName
{
border-color: #022564;
}
.TagClassName
{
border-color: #022564;
}
</style>