Shades of Sapphire #021652
Tints of Sapphire #021652
RGB
CMYK
RGB Variations
Color information
#021652 (or 0x021652) is known color: Sapphire. HEX triplet: 02, 16 and 52. RGB value is (2,22,82). Sum of RGB (Red+Green+Blue) = 2+22+82=106 (14% of max value = 765). Red value is 2 (1.17% from 255 or 1.89% from 106); Green value is 22 (8.98% from 255 or 20.75% from 106); Blue value is 82 (32.42% from 255 or 77.36% from 106); Max value from RGB is 82 - color contains mainly: blue. Hex color #021652 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #021652 is #FDE9AD. Grayscale: #161616. Windows color (decimal): -16640430 or 5379586. OLE color: 5379586.
HSL color Cylindrical-coordinate representation of color #021652: hue angle of 225º degrees, saturation: 0.95, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #021652 is Cyan = 0.98, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 2 | 22 | 82 | - |
| CMYK | 0.98 | 0.73 | 0 | 0.68 |
| HSL | 225º | 0.95% | 0.16% | - |
| HSV(B) | 225º | 0.98% | 0.32% | - |
| XYZ | 1.83 | 1.2 | 8.12 | - |
| YUV | 22.86 | 161.37 | 113.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 22 | 82 | 0.98 | 0.73 | 0 | 0.68 | 225 | 0.95 | 0.16 |
| Hex | 2 | 16 | 52 | 62 | 49 | 0 | 44 | E1 | 5F | 10 |
| Octal | 2 | 26 | 122 | 142 | 111 | 0 | 104 | 341 | 137 | 20 |
| Binary | 10 | 10110 | 1010010 | 1100010 | 1001001 | 0 | 1000100 | 11100001 | 1011111 | 10000 |
Color Harmonies of #021652
Complementary color
Monochromatic Colors of #021652
Black with #021652
Text Example
Text Example
White with #021652
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #021652; }
p { color: rgb(2,22,82); }
H1.HeaderClassName
{
color: #021652;
}
.AnyTagClassName
{
color: #021652;
}
</style>
background-color css
<style>
a { background-color: #021652; }
a { background-color: rgb(2,22,82); }
div.DivClassName
{
background-color: #021652;
}
.BgClassName
{
background-color: #021652;
}
</style>
border-color css
<style>
span { border-color: #021652; }
span { border-color: rgb(2,22,82); }
td.TdClassName
{
border-color: #021652;
}
.TagClassName
{
border-color: #021652;
}
</style>