Shades of Sapphire #021570
Tints of Sapphire #021570
RGB
CMYK
RGB Variations
Color information
#021570 (or 0x021570) is known color: Sapphire. HEX triplet: 02, 15 and 70. RGB value is (2,21,112). Sum of RGB (Red+Green+Blue) = 2+21+112=135 (17% of max value = 765). Red value is 2 (1.17% from 255 or 1.48% from 135); Green value is 21 (8.59% from 255 or 15.56% from 135); Blue value is 112 (44.14% from 255 or 82.96% from 135); Max value from RGB is 112 - color contains mainly: blue. Hex color #021570 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #021570 is #FDEA8F. Grayscale: #191919. Windows color (decimal): -16640656 or 7345410. OLE color: 7345410.
HSL color Cylindrical-coordinate representation of color #021570: hue angle of 229.64º degrees, saturation: 0.96, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #021570 is Cyan = 0.98, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 2 | 21 | 112 | - |
| CMYK | 0.98 | 0.81 | 0 | 0.56 |
| HSL | 229.64º | 0.96% | 0.22% | - |
| HSV(B) | 229.64º | 0.98% | 0.44% | - |
| XYZ | 3.22 | 1.72 | 15.49 | - |
| YUV | 25.69 | 176.71 | 111.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 21 | 112 | 0.98 | 0.81 | 0 | 0.56 | 229.64 | 0.96 | 0.22 |
| Hex | 2 | 15 | 70 | 62 | 51 | 0 | 38 | E6 | 60 | 16 |
| Octal | 2 | 25 | 160 | 142 | 121 | 0 | 70 | 346 | 140 | 26 |
| Binary | 10 | 10101 | 1110000 | 1100010 | 1010001 | 0 | 111000 | 11100110 | 1100000 | 10110 |
Color Harmonies of #021570
Complementary color
Monochromatic Colors of #021570
Black with #021570
Text Example
Text Example
White with #021570
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #021570; }
p { color: rgb(2,21,112); }
H1.HeaderClassName
{
color: #021570;
}
.AnyTagClassName
{
color: #021570;
}
</style>
background-color css
<style>
a { background-color: #021570; }
a { background-color: rgb(2,21,112); }
div.DivClassName
{
background-color: #021570;
}
.BgClassName
{
background-color: #021570;
}
</style>
border-color css
<style>
span { border-color: #021570; }
span { border-color: rgb(2,21,112); }
td.TdClassName
{
border-color: #021570;
}
.TagClassName
{
border-color: #021570;
}
</style>