Shades of Sapphire #021160
Tints of Sapphire #021160
RGB
CMYK
RGB Variations
Color information
#021160 (or 0x021160) is known color: Sapphire. HEX triplet: 02, 11 and 60. RGB value is (2,17,96). Sum of RGB (Red+Green+Blue) = 2+17+96=115 (15% of max value = 765). Red value is 2 (1.17% from 255 or 1.74% from 115); Green value is 17 (7.03% from 255 or 14.78% from 115); Blue value is 96 (37.89% from 255 or 83.48% from 115); Max value from RGB is 96 - color contains mainly: blue. Hex color #021160 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #021160 is #FDEE9F. Grayscale: #151515. Windows color (decimal): -16641696 or 6295810. OLE color: 6295810.
HSL color Cylindrical-coordinate representation of color #021160: hue angle of 230.43º degrees, saturation: 0.96, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #021160 is Cyan = 0.98, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 2 | 17 | 96 | - |
| CMYK | 0.98 | 0.82 | 0 | 0.62 |
| HSL | 230.43º | 0.96% | 0.19% | - |
| HSV(B) | 230.43º | 0.98% | 0.38% | - |
| XYZ | 2.34 | 1.26 | 11.19 | - |
| YUV | 21.52 | 170.03 | 114.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 17 | 96 | 0.98 | 0.82 | 0 | 0.62 | 230.43 | 0.96 | 0.19 |
| Hex | 2 | 11 | 60 | 62 | 52 | 0 | 3E | E6 | 60 | 13 |
| Octal | 2 | 21 | 140 | 142 | 122 | 0 | 76 | 346 | 140 | 23 |
| Binary | 10 | 10001 | 1100000 | 1100010 | 1010010 | 0 | 111110 | 11100110 | 1100000 | 10011 |
Color Harmonies of #021160
Complementary color
Monochromatic Colors of #021160
Black with #021160
Text Example
Text Example
White with #021160
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #021160; }
p { color: rgb(2,17,96); }
H1.HeaderClassName
{
color: #021160;
}
.AnyTagClassName
{
color: #021160;
}
</style>
background-color css
<style>
a { background-color: #021160; }
a { background-color: rgb(2,17,96); }
div.DivClassName
{
background-color: #021160;
}
.BgClassName
{
background-color: #021160;
}
</style>
border-color css
<style>
span { border-color: #021160; }
span { border-color: rgb(2,17,96); }
td.TdClassName
{
border-color: #021160;
}
.TagClassName
{
border-color: #021160;
}
</style>