Shades of Egyptian Blue #0E3399
Tints of Egyptian Blue #0E3399
RGB
CMYK
RGB Variations
Color information
#0E3399 (or 0x0E3399) is known color: Egyptian Blue. HEX triplet: 0E, 33 and 99. RGB value is (14,51,153). Sum of RGB (Red+Green+Blue) = 14+51+153=218 (28% of max value = 765). Red value is 14 (5.86% from 255 or 6.42% from 218); Green value is 51 (20.31% from 255 or 23.39% from 218); Blue value is 153 (60.16% from 255 or 70.18% from 218); Max value from RGB is 153 - color contains mainly: blue. Hex color #0E3399 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0E3399 is #F1CC66. Grayscale: #333333. Windows color (decimal): -15846503 or 10040078. OLE color: 10040078.
HSL color Cylindrical-coordinate representation of color #0E3399: hue angle of 224.03º degrees, saturation: 0.83, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0E3399 is Cyan = 0.91, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 14 | 51 | 153 | - |
| CMYK | 0.91 | 0.67 | 0 | 0.4 |
| HSL | 224.03º | 0.83% | 0.33% | - |
| HSV(B) | 224.03º | 0.91% | 0.6% | - |
| XYZ | 7.11 | 4.76 | 30.68 | - |
| YUV | 51.57 | 185.24 | 101.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 51 | 153 | 0.91 | 0.67 | 0 | 0.4 | 224.03 | 0.83 | 0.33 |
| Hex | E | 33 | 99 | 5B | 43 | 0 | 28 | E0 | 53 | 21 |
| Octal | 16 | 63 | 231 | 133 | 103 | 0 | 50 | 340 | 123 | 41 |
| Binary | 1110 | 110011 | 10011001 | 1011011 | 1000011 | 0 | 101000 | 11100000 | 1010011 | 100001 |
Color Harmonies of #0E3399
Complementary color
Monochromatic Colors of #0E3399
Black with #0E3399
Text Example
Text Example
White with #0E3399
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E3399; }
p { color: rgb(14,51,153); }
H1.HeaderClassName
{
color: #0E3399;
}
.AnyTagClassName
{
color: #0E3399;
}
</style>
background-color css
<style>
a { background-color: #0E3399; }
a { background-color: rgb(14,51,153); }
div.DivClassName
{
background-color: #0E3399;
}
.BgClassName
{
background-color: #0E3399;
}
</style>
border-color css
<style>
span { border-color: #0E3399; }
span { border-color: rgb(14,51,153); }
td.TdClassName
{
border-color: #0E3399;
}
.TagClassName
{
border-color: #0E3399;
}
</style>