Shades of Sapphire #020E56
Tints of Sapphire #020E56
RGB
CMYK
RGB Variations
Color information
#020E56 (or 0x020E56) is known color: Sapphire. HEX triplet: 02, 0E and 56. RGB value is (2,14,86). Sum of RGB (Red+Green+Blue) = 2+14+86=102 (13% of max value = 765). Red value is 2 (1.17% from 255 or 1.96% from 102); Green value is 14 (5.86% from 255 or 13.73% from 102); Blue value is 86 (33.98% from 255 or 84.31% from 102); Max value from RGB is 86 - color contains mainly: blue. Hex color #020E56 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #020E56 is #FDF1A9. Grayscale: #121212. Windows color (decimal): -16642474 or 5639682. OLE color: 5639682.
HSL color Cylindrical-coordinate representation of color #020E56: hue angle of 231.43º 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 #020E56 is Cyan = 0.98, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 2 | 14 | 86 | - |
| CMYK | 0.98 | 0.84 | 0 | 0.66 |
| HSL | 231.43º | 0.95% | 0.17% | - |
| HSV(B) | 231.43º | 0.98% | 0.34% | - |
| XYZ | 1.86 | 1 | 8.9 | - |
| YUV | 18.62 | 166.02 | 116.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 14 | 86 | 0.98 | 0.84 | 0 | 0.66 | 231.43 | 0.95 | 0.17 |
| Hex | 2 | E | 56 | 62 | 54 | 0 | 42 | E7 | 5F | 11 |
| Octal | 2 | 16 | 126 | 142 | 124 | 0 | 102 | 347 | 137 | 21 |
| Binary | 10 | 1110 | 1010110 | 1100010 | 1010100 | 0 | 1000010 | 11100111 | 1011111 | 10001 |
Color Harmonies of #020E56
Complementary color
Monochromatic Colors of #020E56
Black with #020E56
Text Example
Text Example
White with #020E56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #020E56; }
p { color: rgb(2,14,86); }
H1.HeaderClassName
{
color: #020E56;
}
.AnyTagClassName
{
color: #020E56;
}
</style>
background-color css
<style>
a { background-color: #020E56; }
a { background-color: rgb(2,14,86); }
div.DivClassName
{
background-color: #020E56;
}
.BgClassName
{
background-color: #020E56;
}
</style>
border-color css
<style>
span { border-color: #020E56; }
span { border-color: rgb(2,14,86); }
td.TdClassName
{
border-color: #020E56;
}
.TagClassName
{
border-color: #020E56;
}
</style>