Shades of Sapphire #021653
Tints of Sapphire #021653
RGB
CMYK
RGB Variations
Color information
#021653 (or 0x021653) is known color: Sapphire. HEX triplet: 02, 16 and 53. RGB value is (2,22,83). Sum of RGB (Red+Green+Blue) = 2+22+83=107 (14% of max value = 765). Red value is 2 (1.17% from 255 or 1.87% from 107); Green value is 22 (8.98% from 255 or 20.56% from 107); Blue value is 83 (32.81% from 255 or 77.57% from 107); Max value from RGB is 83 - color contains mainly: blue. Hex color #021653 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #021653 is #FDE9AC. Grayscale: #161616. Windows color (decimal): -16640429 or 5445122. OLE color: 5445122.
HSL color Cylindrical-coordinate representation of color #021653: hue angle of 225.19º 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 #021653 is Cyan = 0.98, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 2 | 22 | 83 | - |
| CMYK | 0.98 | 0.73 | 0 | 0.67 |
| HSL | 225.19º | 0.95% | 0.17% | - |
| HSV(B) | 225.19º | 0.98% | 0.33% | - |
| XYZ | 1.87 | 1.21 | 8.32 | - |
| YUV | 22.97 | 161.87 | 113.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 22 | 83 | 0.98 | 0.73 | 0 | 0.67 | 225.19 | 0.95 | 0.17 |
| Hex | 2 | 16 | 53 | 62 | 49 | 0 | 43 | E1 | 5F | 11 |
| Octal | 2 | 26 | 123 | 142 | 111 | 0 | 103 | 341 | 137 | 21 |
| Binary | 10 | 10110 | 1010011 | 1100010 | 1001001 | 0 | 1000011 | 11100001 | 1011111 | 10001 |
Color Harmonies of #021653
Complementary color
Monochromatic Colors of #021653
Black with #021653
Text Example
Text Example
White with #021653
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #021653; }
p { color: rgb(2,22,83); }
H1.HeaderClassName
{
color: #021653;
}
.AnyTagClassName
{
color: #021653;
}
</style>
background-color css
<style>
a { background-color: #021653; }
a { background-color: rgb(2,22,83); }
div.DivClassName
{
background-color: #021653;
}
.BgClassName
{
background-color: #021653;
}
</style>
border-color css
<style>
span { border-color: #021653; }
span { border-color: rgb(2,22,83); }
td.TdClassName
{
border-color: #021653;
}
.TagClassName
{
border-color: #021653;
}
</style>