Shades of Sapphire #021E70
Tints of Sapphire #021E70
RGB
CMYK
RGB Variations
Color information
#021E70 (or 0x021E70) is known color: Sapphire. HEX triplet: 02, 1E and 70. RGB value is (2,30,112). Sum of RGB (Red+Green+Blue) = 2+30+112=144 (19% of max value = 765). Red value is 2 (1.17% from 255 or 1.39% from 144); Green value is 30 (12.11% from 255 or 20.83% from 144); Blue value is 112 (44.14% from 255 or 77.78% from 144); Max value from RGB is 112 - color contains mainly: blue. Hex color #021E70 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #021E70 is #FDE18F. Grayscale: #1E1E1E. Windows color (decimal): -16638352 or 7347714. OLE color: 7347714.
HSL color Cylindrical-coordinate representation of color #021E70: hue angle of 224.73º 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 #021E70 is Cyan = 0.98, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 2 | 30 | 112 | - |
| CMYK | 0.98 | 0.73 | 0 | 0.56 |
| HSL | 224.73º | 0.96% | 0.22% | - |
| HSV(B) | 224.73º | 0.98% | 0.44% | - |
| XYZ | 3.41 | 2.11 | 15.56 | - |
| YUV | 30.98 | 173.72 | 107.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 30 | 112 | 0.98 | 0.73 | 0 | 0.56 | 224.73 | 0.96 | 0.22 |
| Hex | 2 | 1E | 70 | 62 | 49 | 0 | 38 | E1 | 60 | 16 |
| Octal | 2 | 36 | 160 | 142 | 111 | 0 | 70 | 341 | 140 | 26 |
| Binary | 10 | 11110 | 1110000 | 1100010 | 1001001 | 0 | 111000 | 11100001 | 1100000 | 10110 |
Color Harmonies of #021E70
Complementary color
Monochromatic Colors of #021E70
Black with #021E70
Text Example
Text Example
White with #021E70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #021E70; }
p { color: rgb(2,30,112); }
H1.HeaderClassName
{
color: #021E70;
}
.AnyTagClassName
{
color: #021E70;
}
</style>
background-color css
<style>
a { background-color: #021E70; }
a { background-color: rgb(2,30,112); }
div.DivClassName
{
background-color: #021E70;
}
.BgClassName
{
background-color: #021E70;
}
</style>
border-color css
<style>
span { border-color: #021E70; }
span { border-color: rgb(2,30,112); }
td.TdClassName
{
border-color: #021E70;
}
.TagClassName
{
border-color: #021E70;
}
</style>