Shades of Sapphire #021E56
Tints of Sapphire #021E56
RGB
CMYK
RGB Variations
Color information
#021E56 (or 0x021E56) is known color: Sapphire. HEX triplet: 02, 1E and 56. RGB value is (2,30,86). Sum of RGB (Red+Green+Blue) = 2+30+86=118 (15% of max value = 765). Red value is 2 (1.17% from 255 or 1.69% from 118); Green value is 30 (12.11% from 255 or 25.42% from 118); Blue value is 86 (33.98% from 255 or 72.88% from 118); Max value from RGB is 86 - color contains mainly: blue. Hex color #021E56 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #021E56 is #FDE1A9. Grayscale: #1B1B1B. Windows color (decimal): -16638378 or 5643778. OLE color: 5643778.
HSL color Cylindrical-coordinate representation of color #021E56: hue angle of 220º degrees, saturation: 0.95, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #021E56 is Cyan = 0.98, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 2 | 30 | 86 | - |
| CMYK | 0.98 | 0.65 | 0 | 0.66 |
| HSL | 220º | 0.95% | 0.17% | - |
| HSV(B) | 220º | 0.98% | 0.34% | - |
| XYZ | 2.17 | 1.61 | 9 | - |
| YUV | 28.01 | 160.72 | 109.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 30 | 86 | 0.98 | 0.65 | 0 | 0.66 | 220 | 0.95 | 0.17 |
| Hex | 2 | 1E | 56 | 62 | 41 | 0 | 42 | DC | 5F | 11 |
| Octal | 2 | 36 | 126 | 142 | 101 | 0 | 102 | 334 | 137 | 21 |
| Binary | 10 | 11110 | 1010110 | 1100010 | 1000001 | 0 | 1000010 | 11011100 | 1011111 | 10001 |
Color Harmonies of #021E56
Complementary color
Monochromatic Colors of #021E56
Black with #021E56
Text Example
Text Example
White with #021E56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #021E56; }
p { color: rgb(2,30,86); }
H1.HeaderClassName
{
color: #021E56;
}
.AnyTagClassName
{
color: #021E56;
}
</style>
background-color css
<style>
a { background-color: #021E56; }
a { background-color: rgb(2,30,86); }
div.DivClassName
{
background-color: #021E56;
}
.BgClassName
{
background-color: #021E56;
}
</style>
border-color css
<style>
span { border-color: #021E56; }
span { border-color: rgb(2,30,86); }
td.TdClassName
{
border-color: #021E56;
}
.TagClassName
{
border-color: #021E56;
}
</style>