Shades of Sapphire #021560
Tints of Sapphire #021560
RGB
CMYK
RGB Variations
Color information
#021560 (or 0x021560) is known color: Sapphire. HEX triplet: 02, 15 and 60. RGB value is (2,21,96). Sum of RGB (Red+Green+Blue) = 2+21+96=119 (15% of max value = 765). Red value is 2 (1.17% from 255 or 1.68% from 119); Green value is 21 (8.59% from 255 or 17.65% from 119); Blue value is 96 (37.89% from 255 or 80.67% from 119); Max value from RGB is 96 - color contains mainly: blue. Hex color #021560 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #021560 is #FDEA9F. Grayscale: #171717. Windows color (decimal): -16640672 or 6296834. OLE color: 6296834.
HSL color Cylindrical-coordinate representation of color #021560: hue angle of 227.87º 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 #021560 is Cyan = 0.98, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 2 | 21 | 96 | - |
| CMYK | 0.98 | 0.78 | 0 | 0.62 |
| HSL | 227.87º | 0.96% | 0.19% | - |
| HSV(B) | 227.87º | 0.98% | 0.38% | - |
| XYZ | 2.4 | 1.39 | 11.21 | - |
| YUV | 23.87 | 168.71 | 112.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 21 | 96 | 0.98 | 0.78 | 0 | 0.62 | 227.87 | 0.96 | 0.19 |
| Hex | 2 | 15 | 60 | 62 | 4E | 0 | 3E | E4 | 60 | 13 |
| Octal | 2 | 25 | 140 | 142 | 116 | 0 | 76 | 344 | 140 | 23 |
| Binary | 10 | 10101 | 1100000 | 1100010 | 1001110 | 0 | 111110 | 11100100 | 1100000 | 10011 |
Color Harmonies of #021560
Complementary color
Monochromatic Colors of #021560
Black with #021560
Text Example
Text Example
White with #021560
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #021560; }
p { color: rgb(2,21,96); }
H1.HeaderClassName
{
color: #021560;
}
.AnyTagClassName
{
color: #021560;
}
</style>
background-color css
<style>
a { background-color: #021560; }
a { background-color: rgb(2,21,96); }
div.DivClassName
{
background-color: #021560;
}
.BgClassName
{
background-color: #021560;
}
</style>
border-color css
<style>
span { border-color: #021560; }
span { border-color: rgb(2,21,96); }
td.TdClassName
{
border-color: #021560;
}
.TagClassName
{
border-color: #021560;
}
</style>