Shades of Egyptian Blue #0E3EA5
Tints of Egyptian Blue #0E3EA5
RGB
CMYK
RGB Variations
Color information
#0E3EA5 (or 0x0E3EA5) is known color: Egyptian Blue. HEX triplet: 0E, 3E and A5. RGB value is (14,62,165). Sum of RGB (Red+Green+Blue) = 14+62+165=241 (31% of max value = 765). Red value is 14 (5.86% from 255 or 5.81% from 241); Green value is 62 (24.61% from 255 or 25.73% from 241); Blue value is 165 (64.84% from 255 or 68.46% from 241); Max value from RGB is 165 - color contains mainly: blue. Hex color #0E3EA5 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0E3EA5 is #F1C15A. Grayscale: #3A3A3A. Windows color (decimal): -15843675 or 10829326. OLE color: 10829326.
HSL color Cylindrical-coordinate representation of color #0E3EA5: hue angle of 220.93º degrees, saturation: 0.84, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0E3EA5 is Cyan = 0.92, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 14 | 62 | 165 | - |
| CMYK | 0.92 | 0.62 | 0 | 0.35 |
| HSL | 220.93º | 0.84% | 0.35% | - |
| HSV(B) | 220.93º | 0.92% | 0.65% | - |
| XYZ | 8.7 | 6.26 | 36.35 | - |
| YUV | 59.39 | 187.6 | 95.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 62 | 165 | 0.92 | 0.62 | 0 | 0.35 | 220.93 | 0.84 | 0.35 |
| Hex | E | 3E | A5 | 5C | 3E | 0 | 23 | DD | 54 | 23 |
| Octal | 16 | 76 | 245 | 134 | 76 | 0 | 43 | 335 | 124 | 43 |
| Binary | 1110 | 111110 | 10100101 | 1011100 | 111110 | 0 | 100011 | 11011101 | 1010100 | 100011 |
Color Harmonies of #0E3EA5
Complementary color
Monochromatic Colors of #0E3EA5
Black with #0E3EA5
Text Example
Text Example
White with #0E3EA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E3EA5; }
p { color: rgb(14,62,165); }
H1.HeaderClassName
{
color: #0E3EA5;
}
.AnyTagClassName
{
color: #0E3EA5;
}
</style>
background-color css
<style>
a { background-color: #0E3EA5; }
a { background-color: rgb(14,62,165); }
div.DivClassName
{
background-color: #0E3EA5;
}
.BgClassName
{
background-color: #0E3EA5;
}
</style>
border-color css
<style>
span { border-color: #0E3EA5; }
span { border-color: rgb(14,62,165); }
td.TdClassName
{
border-color: #0E3EA5;
}
.TagClassName
{
border-color: #0E3EA5;
}
</style>