Shades of Sapphire #021C70
Tints of Sapphire #021C70
RGB
CMYK
RGB Variations
Color information
#021C70 (or 0x021C70) is known color: Sapphire. HEX triplet: 02, 1C and 70. RGB value is (2,28,112). Sum of RGB (Red+Green+Blue) = 2+28+112=142 (18% of max value = 765). Red value is 2 (1.17% from 255 or 1.41% from 142); Green value is 28 (11.33% from 255 or 19.72% from 142); Blue value is 112 (44.14% from 255 or 78.87% from 142); Max value from RGB is 112 - color contains mainly: blue. Hex color #021C70 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #021C70 is #FDE38F. Grayscale: #1D1D1D. Windows color (decimal): -16638864 or 7347202. OLE color: 7347202.
HSL color Cylindrical-coordinate representation of color #021C70: hue angle of 225.82º 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 #021C70 is Cyan = 0.98, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 2 | 28 | 112 | - |
| CMYK | 0.98 | 0.75 | 0 | 0.56 |
| HSL | 225.82º | 0.96% | 0.22% | - |
| HSV(B) | 225.82º | 0.98% | 0.44% | - |
| XYZ | 3.36 | 2.01 | 15.54 | - |
| YUV | 29.8 | 174.39 | 108.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 28 | 112 | 0.98 | 0.75 | 0 | 0.56 | 225.82 | 0.96 | 0.22 |
| Hex | 2 | 1C | 70 | 62 | 4B | 0 | 38 | E2 | 60 | 16 |
| Octal | 2 | 34 | 160 | 142 | 113 | 0 | 70 | 342 | 140 | 26 |
| Binary | 10 | 11100 | 1110000 | 1100010 | 1001011 | 0 | 111000 | 11100010 | 1100000 | 10110 |
Color Harmonies of #021C70
Complementary color
Monochromatic Colors of #021C70
Black with #021C70
Text Example
Text Example
White with #021C70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #021C70; }
p { color: rgb(2,28,112); }
H1.HeaderClassName
{
color: #021C70;
}
.AnyTagClassName
{
color: #021C70;
}
</style>
background-color css
<style>
a { background-color: #021C70; }
a { background-color: rgb(2,28,112); }
div.DivClassName
{
background-color: #021C70;
}
.BgClassName
{
background-color: #021C70;
}
</style>
border-color css
<style>
span { border-color: #021C70; }
span { border-color: rgb(2,28,112); }
td.TdClassName
{
border-color: #021C70;
}
.TagClassName
{
border-color: #021C70;
}
</style>