Shades of Sapphire #020E59
Tints of Sapphire #020E59
RGB
CMYK
RGB Variations
Color information
#020E59 (or 0x020E59) is known color: Sapphire. HEX triplet: 02, 0E and 59. RGB value is (2,14,89). Sum of RGB (Red+Green+Blue) = 2+14+89=105 (13% of max value = 765). Red value is 2 (1.17% from 255 or 1.90% from 105); Green value is 14 (5.86% from 255 or 13.33% from 105); Blue value is 89 (35.16% from 255 or 84.76% from 105); Max value from RGB is 89 - color contains mainly: blue. Hex color #020E59 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #020E59 is #FDF1A6. Grayscale: #121212. Windows color (decimal): -16642471 or 5836290. OLE color: 5836290.
HSL color Cylindrical-coordinate representation of color #020E59: hue angle of 231.72º degrees, saturation: 0.96, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #020E59 is Cyan = 0.98, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 2 | 14 | 89 | - |
| CMYK | 0.98 | 0.84 | 0 | 0.65 |
| HSL | 231.72º | 0.96% | 0.18% | - |
| HSV(B) | 231.72º | 0.98% | 0.35% | - |
| XYZ | 1.99 | 1.05 | 9.55 | - |
| YUV | 18.96 | 167.52 | 115.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 14 | 89 | 0.98 | 0.84 | 0 | 0.65 | 231.72 | 0.96 | 0.18 |
| Hex | 2 | E | 59 | 62 | 54 | 0 | 41 | E8 | 60 | 12 |
| Octal | 2 | 16 | 131 | 142 | 124 | 0 | 101 | 350 | 140 | 22 |
| Binary | 10 | 1110 | 1011001 | 1100010 | 1010100 | 0 | 1000001 | 11101000 | 1100000 | 10010 |
Color Harmonies of #020E59
Complementary color
Monochromatic Colors of #020E59
Black with #020E59
Text Example
Text Example
White with #020E59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #020E59; }
p { color: rgb(2,14,89); }
H1.HeaderClassName
{
color: #020E59;
}
.AnyTagClassName
{
color: #020E59;
}
</style>
background-color css
<style>
a { background-color: #020E59; }
a { background-color: rgb(2,14,89); }
div.DivClassName
{
background-color: #020E59;
}
.BgClassName
{
background-color: #020E59;
}
</style>
border-color css
<style>
span { border-color: #020E59; }
span { border-color: rgb(2,14,89); }
td.TdClassName
{
border-color: #020E59;
}
.TagClassName
{
border-color: #020E59;
}
</style>