Shades of Sapphire #020E4D
Tints of Sapphire #020E4D
RGB
CMYK
RGB Variations
Color information
#020E4D (or 0x020E4D) is known color: Sapphire. HEX triplet: 02, 0E and 4D. RGB value is (2,14,77). Sum of RGB (Red+Green+Blue) = 2+14+77=93 (12% of max value = 765). Red value is 2 (1.17% from 255 or 2.15% from 93); Green value is 14 (5.86% from 255 or 15.05% from 93); Blue value is 77 (30.47% from 255 or 82.80% from 93); Max value from RGB is 77 - color contains mainly: blue. Hex color #020E4D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #020E4D is #FDF1B2. Grayscale: #111111. Windows color (decimal): -16642483 or 5049858. OLE color: 5049858.
HSL color Cylindrical-coordinate representation of color #020E4D: hue angle of 230.4º degrees, saturation: 0.95, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #020E4D is Cyan = 0.97, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 2 | 14 | 77 | - |
| CMYK | 0.97 | 0.82 | 0 | 0.70 |
| HSL | 230.4º | 0.95% | 0.15% | - |
| HSV(B) | 230.4º | 0.97% | 0.3% | - |
| XYZ | 1.52 | 0.86 | 7.11 | - |
| YUV | 17.59 | 161.52 | 116.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 14 | 77 | 0.97 | 0.82 | 0 | 0.70 | 230.4 | 0.95 | 0.15 |
| Hex | 2 | E | 4D | 61 | 52 | 0 | 46 | E6 | 5F | F |
| Octal | 2 | 16 | 115 | 141 | 122 | 0 | 106 | 346 | 137 | 17 |
| Binary | 10 | 1110 | 1001101 | 1100001 | 1010010 | 0 | 1000110 | 11100110 | 1011111 | 1111 |
Color Harmonies of #020E4D
Complementary color
Monochromatic Colors of #020E4D
Black with #020E4D
Text Example
Text Example
White with #020E4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #020E4D; }
p { color: rgb(2,14,77); }
H1.HeaderClassName
{
color: #020E4D;
}
.AnyTagClassName
{
color: #020E4D;
}
</style>
background-color css
<style>
a { background-color: #020E4D; }
a { background-color: rgb(2,14,77); }
div.DivClassName
{
background-color: #020E4D;
}
.BgClassName
{
background-color: #020E4D;
}
</style>
border-color css
<style>
span { border-color: #020E4D; }
span { border-color: rgb(2,14,77); }
td.TdClassName
{
border-color: #020E4D;
}
.TagClassName
{
border-color: #020E4D;
}
</style>