Shades of Sapphire #022570
Tints of Sapphire #022570
RGB
CMYK
RGB Variations
Color information
#022570 (or 0x022570) is known color: Sapphire. HEX triplet: 02, 25 and 70. RGB value is (2,37,112). Sum of RGB (Red+Green+Blue) = 2+37+112=151 (20% of max value = 765). Red value is 2 (1.17% from 255 or 1.32% from 151); Green value is 37 (14.84% from 255 or 24.50% from 151); Blue value is 112 (44.14% from 255 or 74.17% from 151); Max value from RGB is 112 - color contains mainly: blue. Hex color #022570 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #022570 is #FDDA8F. Grayscale: #222222. Windows color (decimal): -16636560 or 7349506. OLE color: 7349506.
HSL color Cylindrical-coordinate representation of color #022570: hue angle of 220.91º degrees, saturation: 0.96, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #022570 is Cyan = 0.98, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 2 | 37 | 112 | - |
| CMYK | 0.98 | 0.67 | 0 | 0.56 |
| HSL | 220.91º | 0.96% | 0.22% | - |
| HSV(B) | 220.91º | 0.98% | 0.44% | - |
| XYZ | 3.61 | 2.51 | 15.62 | - |
| YUV | 35.09 | 171.4 | 104.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 37 | 112 | 0.98 | 0.67 | 0 | 0.56 | 220.91 | 0.96 | 0.22 |
| Hex | 2 | 25 | 70 | 62 | 43 | 0 | 38 | DD | 60 | 16 |
| Octal | 2 | 45 | 160 | 142 | 103 | 0 | 70 | 335 | 140 | 26 |
| Binary | 10 | 100101 | 1110000 | 1100010 | 1000011 | 0 | 111000 | 11011101 | 1100000 | 10110 |
Color Harmonies of #022570
Complementary color
Monochromatic Colors of #022570
Black with #022570
Text Example
Text Example
White with #022570
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #022570; }
p { color: rgb(2,37,112); }
H1.HeaderClassName
{
color: #022570;
}
.AnyTagClassName
{
color: #022570;
}
</style>
background-color css
<style>
a { background-color: #022570; }
a { background-color: rgb(2,37,112); }
div.DivClassName
{
background-color: #022570;
}
.BgClassName
{
background-color: #022570;
}
</style>
border-color css
<style>
span { border-color: #022570; }
span { border-color: rgb(2,37,112); }
td.TdClassName
{
border-color: #022570;
}
.TagClassName
{
border-color: #022570;
}
</style>