Shades of Sapphire #022571
Tints of Sapphire #022571
RGB
CMYK
RGB Variations
Color information
#022571 (or 0x022571) is known color: Sapphire. HEX triplet: 02, 25 and 71. RGB value is (2,37,113). Sum of RGB (Red+Green+Blue) = 2+37+113=152 (20% of max value = 765). Red value is 2 (1.17% from 255 or 1.32% from 152); Green value is 37 (14.84% from 255 or 24.34% from 152); Blue value is 113 (44.53% from 255 or 74.34% from 152); Max value from RGB is 113 - color contains mainly: blue. Hex color #022571 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #022571 is #FDDA8E. Grayscale: #222222. Windows color (decimal): -16636559 or 7415042. OLE color: 7415042.
HSL color Cylindrical-coordinate representation of color #022571: hue angle of 221.08º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #022571 is Cyan = 0.98, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 2 | 37 | 113 | - |
| CMYK | 0.98 | 0.67 | 0 | 0.56 |
| HSL | 221.08º | 0.97% | 0.23% | - |
| HSV(B) | 221.08º | 0.98% | 0.44% | - |
| XYZ | 3.67 | 2.53 | 15.92 | - |
| YUV | 35.2 | 171.9 | 104.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 37 | 113 | 0.98 | 0.67 | 0 | 0.56 | 221.08 | 0.97 | 0.23 |
| Hex | 2 | 25 | 71 | 62 | 43 | 0 | 38 | DD | 61 | 17 |
| Octal | 2 | 45 | 161 | 142 | 103 | 0 | 70 | 335 | 141 | 27 |
| Binary | 10 | 100101 | 1110001 | 1100010 | 1000011 | 0 | 111000 | 11011101 | 1100001 | 10111 |
Color Harmonies of #022571
Complementary color
Monochromatic Colors of #022571
Black with #022571
Text Example
Text Example
White with #022571
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #022571; }
p { color: rgb(2,37,113); }
H1.HeaderClassName
{
color: #022571;
}
.AnyTagClassName
{
color: #022571;
}
</style>
background-color css
<style>
a { background-color: #022571; }
a { background-color: rgb(2,37,113); }
div.DivClassName
{
background-color: #022571;
}
.BgClassName
{
background-color: #022571;
}
</style>
border-color css
<style>
span { border-color: #022571; }
span { border-color: rgb(2,37,113); }
td.TdClassName
{
border-color: #022571;
}
.TagClassName
{
border-color: #022571;
}
</style>