Shades of Egyptian Blue #0E2E9E
Tints of Egyptian Blue #0E2E9E
RGB
CMYK
RGB Variations
Color information
#0E2E9E (or 0x0E2E9E) is known color: Egyptian Blue. HEX triplet: 0E, 2E and 9E. RGB value is (14,46,158). Sum of RGB (Red+Green+Blue) = 14+46+158=218 (28% of max value = 765). Red value is 14 (5.86% from 255 or 6.42% from 218); Green value is 46 (18.36% from 255 or 21.10% from 218); Blue value is 158 (62.11% from 255 or 72.48% from 218); Max value from RGB is 158 - color contains mainly: blue. Hex color #0E2E9E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0E2E9E is #F1D161. Grayscale: #303030. Windows color (decimal): -15847778 or 10366478. OLE color: 10366478.
HSL color Cylindrical-coordinate representation of color #0E2E9E: hue angle of 226.67º degrees, saturation: 0.84, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0E2E9E is Cyan = 0.91, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 14 | 46 | 158 | - |
| CMYK | 0.91 | 0.71 | 0 | 0.38 |
| HSL | 226.67º | 0.84% | 0.34% | - |
| HSV(B) | 226.67º | 0.91% | 0.62% | - |
| XYZ | 7.33 | 4.52 | 32.83 | - |
| YUV | 49.2 | 189.4 | 102.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 46 | 158 | 0.91 | 0.71 | 0 | 0.38 | 226.67 | 0.84 | 0.34 |
| Hex | E | 2E | 9E | 5B | 47 | 0 | 26 | E3 | 54 | 22 |
| Octal | 16 | 56 | 236 | 133 | 107 | 0 | 46 | 343 | 124 | 42 |
| Binary | 1110 | 101110 | 10011110 | 1011011 | 1000111 | 0 | 100110 | 11100011 | 1010100 | 100010 |
Color Harmonies of #0E2E9E
Complementary color
Monochromatic Colors of #0E2E9E
Black with #0E2E9E
Text Example
Text Example
White with #0E2E9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E2E9E; }
p { color: rgb(14,46,158); }
H1.HeaderClassName
{
color: #0E2E9E;
}
.AnyTagClassName
{
color: #0E2E9E;
}
</style>
background-color css
<style>
a { background-color: #0E2E9E; }
a { background-color: rgb(14,46,158); }
div.DivClassName
{
background-color: #0E2E9E;
}
.BgClassName
{
background-color: #0E2E9E;
}
</style>
border-color css
<style>
span { border-color: #0E2E9E; }
span { border-color: rgb(14,46,158); }
td.TdClassName
{
border-color: #0E2E9E;
}
.TagClassName
{
border-color: #0E2E9E;
}
</style>