Shades of Sapphire #022153
Tints of Sapphire #022153
RGB
CMYK
RGB Variations
Color information
#022153 (or 0x022153) is known color: Sapphire. HEX triplet: 02, 21 and 53. RGB value is (2,33,83). Sum of RGB (Red+Green+Blue) = 2+33+83=118 (15% of max value = 765). Red value is 2 (1.17% from 255 or 1.69% from 118); Green value is 33 (13.28% from 255 or 27.97% from 118); Blue value is 83 (32.81% from 255 or 70.34% from 118); Max value from RGB is 83 - color contains mainly: blue. Hex color #022153 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #022153 is #FDDEAC. Grayscale: #1D1D1D. Windows color (decimal): -16637613 or 5447938. OLE color: 5447938.
HSL color Cylindrical-coordinate representation of color #022153: hue angle of 217.04º 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 #022153 is Cyan = 0.98, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 2 | 33 | 83 | - |
| CMYK | 0.98 | 0.60 | 0 | 0.67 |
| HSL | 217.04º | 0.95% | 0.17% | - |
| HSV(B) | 217.04º | 0.98% | 0.33% | - |
| XYZ | 2.13 | 1.73 | 8.4 | - |
| YUV | 29.43 | 158.23 | 108.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 33 | 83 | 0.98 | 0.60 | 0 | 0.67 | 217.04 | 0.95 | 0.17 |
| Hex | 2 | 21 | 53 | 62 | 3C | 0 | 43 | D9 | 5F | 11 |
| Octal | 2 | 41 | 123 | 142 | 74 | 0 | 103 | 331 | 137 | 21 |
| Binary | 10 | 100001 | 1010011 | 1100010 | 111100 | 0 | 1000011 | 11011001 | 1011111 | 10001 |
Color Harmonies of #022153
Complementary color
Monochromatic Colors of #022153
Black with #022153
Text Example
Text Example
White with #022153
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #022153; }
p { color: rgb(2,33,83); }
H1.HeaderClassName
{
color: #022153;
}
.AnyTagClassName
{
color: #022153;
}
</style>
background-color css
<style>
a { background-color: #022153; }
a { background-color: rgb(2,33,83); }
div.DivClassName
{
background-color: #022153;
}
.BgClassName
{
background-color: #022153;
}
</style>
border-color css
<style>
span { border-color: #022153; }
span { border-color: rgb(2,33,83); }
td.TdClassName
{
border-color: #022153;
}
.TagClassName
{
border-color: #022153;
}
</style>