Shades of Sapphire #022155
Tints of Sapphire #022155
RGB
CMYK
RGB Variations
Color information
#022155 (or 0x022155) is known color: Sapphire. HEX triplet: 02, 21 and 55. RGB value is (2,33,85). Sum of RGB (Red+Green+Blue) = 2+33+85=120 (15% of max value = 765). Red value is 2 (1.17% from 255 or 1.67% from 120); Green value is 33 (13.28% from 255 or 27.5% from 120); Blue value is 85 (33.59% from 255 or 70.83% from 120); Max value from RGB is 85 - color contains mainly: blue. Hex color #022155 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #022155 is #FDDEAA. Grayscale: #1D1D1D. Windows color (decimal): -16637611 or 5579010. OLE color: 5579010.
HSL color Cylindrical-coordinate representation of color #022155: hue angle of 217.59º degrees, saturation: 0.95, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #022155 is Cyan = 0.98, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 2 | 33 | 85 | - |
| CMYK | 0.98 | 0.61 | 0 | 0.67 |
| HSL | 217.59º | 0.95% | 0.17% | - |
| HSV(B) | 217.59º | 0.98% | 0.33% | - |
| XYZ | 2.21 | 1.76 | 8.82 | - |
| YUV | 29.66 | 159.23 | 108.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 33 | 85 | 0.98 | 0.61 | 0 | 0.67 | 217.59 | 0.95 | 0.17 |
| Hex | 2 | 21 | 55 | 62 | 3D | 0 | 43 | DA | 5F | 11 |
| Octal | 2 | 41 | 125 | 142 | 75 | 0 | 103 | 332 | 137 | 21 |
| Binary | 10 | 100001 | 1010101 | 1100010 | 111101 | 0 | 1000011 | 11011010 | 1011111 | 10001 |
Color Harmonies of #022155
Complementary color
Monochromatic Colors of #022155
Black with #022155
Text Example
Text Example
White with #022155
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #022155; }
p { color: rgb(2,33,85); }
H1.HeaderClassName
{
color: #022155;
}
.AnyTagClassName
{
color: #022155;
}
</style>
background-color css
<style>
a { background-color: #022155; }
a { background-color: rgb(2,33,85); }
div.DivClassName
{
background-color: #022155;
}
.BgClassName
{
background-color: #022155;
}
</style>
border-color css
<style>
span { border-color: #022155; }
span { border-color: rgb(2,33,85); }
td.TdClassName
{
border-color: #022155;
}
.TagClassName
{
border-color: #022155;
}
</style>