Shades of Sapphire #022053
Tints of Sapphire #022053
RGB
CMYK
RGB Variations
Color information
#022053 (or 0x022053) is known color: Sapphire. HEX triplet: 02, 20 and 53. RGB value is (2,32,83). Sum of RGB (Red+Green+Blue) = 2+32+83=117 (15% of max value = 765). Red value is 2 (1.17% from 255 or 1.71% from 117); Green value is 32 (12.89% from 255 or 27.35% from 117); Blue value is 83 (32.81% from 255 or 70.94% from 117); Max value from RGB is 83 - color contains mainly: blue. Hex color #022053 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #022053 is #FDDFAC. Grayscale: #1C1C1C. Windows color (decimal): -16637869 or 5447682. OLE color: 5447682.
HSL color Cylindrical-coordinate representation of color #022053: hue angle of 217.78º 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 #022053 is Cyan = 0.98, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 2 | 32 | 83 | - |
| CMYK | 0.98 | 0.61 | 0 | 0.67 |
| HSL | 217.78º | 0.95% | 0.17% | - |
| HSV(B) | 217.78º | 0.98% | 0.33% | - |
| XYZ | 2.1 | 1.67 | 8.4 | - |
| YUV | 28.84 | 158.56 | 108.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 32 | 83 | 0.98 | 0.61 | 0 | 0.67 | 217.78 | 0.95 | 0.17 |
| Hex | 2 | 20 | 53 | 62 | 3D | 0 | 43 | DA | 5F | 11 |
| Octal | 2 | 40 | 123 | 142 | 75 | 0 | 103 | 332 | 137 | 21 |
| Binary | 10 | 100000 | 1010011 | 1100010 | 111101 | 0 | 1000011 | 11011010 | 1011111 | 10001 |
Color Harmonies of #022053
Complementary color
Monochromatic Colors of #022053
Black with #022053
Text Example
Text Example
White with #022053
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #022053; }
p { color: rgb(2,32,83); }
H1.HeaderClassName
{
color: #022053;
}
.AnyTagClassName
{
color: #022053;
}
</style>
background-color css
<style>
a { background-color: #022053; }
a { background-color: rgb(2,32,83); }
div.DivClassName
{
background-color: #022053;
}
.BgClassName
{
background-color: #022053;
}
</style>
border-color css
<style>
span { border-color: #022053; }
span { border-color: rgb(2,32,83); }
td.TdClassName
{
border-color: #022053;
}
.TagClassName
{
border-color: #022053;
}
</style>