Shades of Egyptian Blue #0E339D
Tints of Egyptian Blue #0E339D
RGB
CMYK
RGB Variations
Color information
#0E339D (or 0x0E339D) is known color: Egyptian Blue. HEX triplet: 0E, 33 and 9D. RGB value is (14,51,157). Sum of RGB (Red+Green+Blue) = 14+51+157=222 (29% of max value = 765). Red value is 14 (5.86% from 255 or 6.31% from 222); Green value is 51 (20.31% from 255 or 22.97% from 222); Blue value is 157 (61.72% from 255 or 70.72% from 222); Max value from RGB is 157 - color contains mainly: blue. Hex color #0E339D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0E339D is #F1CC62. Grayscale: #333333. Windows color (decimal): -15846499 or 10302222. OLE color: 10302222.
HSL color Cylindrical-coordinate representation of color #0E339D: hue angle of 224.48º 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 #0E339D is Cyan = 0.91, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 14 | 51 | 157 | - |
| CMYK | 0.91 | 0.68 | 0 | 0.38 |
| HSL | 224.48º | 0.84% | 0.34% | - |
| HSV(B) | 224.48º | 0.91% | 0.62% | - |
| XYZ | 7.45 | 4.9 | 32.45 | - |
| YUV | 52.02 | 187.24 | 100.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 51 | 157 | 0.91 | 0.68 | 0 | 0.38 | 224.48 | 0.84 | 0.34 |
| Hex | E | 33 | 9D | 5B | 44 | 0 | 26 | E0 | 54 | 22 |
| Octal | 16 | 63 | 235 | 133 | 104 | 0 | 46 | 340 | 124 | 42 |
| Binary | 1110 | 110011 | 10011101 | 1011011 | 1000100 | 0 | 100110 | 11100000 | 1010100 | 100010 |
Color Harmonies of #0E339D
Complementary color
Monochromatic Colors of #0E339D
Black with #0E339D
Text Example
Text Example
White with #0E339D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E339D; }
p { color: rgb(14,51,157); }
H1.HeaderClassName
{
color: #0E339D;
}
.AnyTagClassName
{
color: #0E339D;
}
</style>
background-color css
<style>
a { background-color: #0E339D; }
a { background-color: rgb(14,51,157); }
div.DivClassName
{
background-color: #0E339D;
}
.BgClassName
{
background-color: #0E339D;
}
</style>
border-color css
<style>
span { border-color: #0E339D; }
span { border-color: rgb(14,51,157); }
td.TdClassName
{
border-color: #0E339D;
}
.TagClassName
{
border-color: #0E339D;
}
</style>