Shades of Egyptian Blue #0E2FAE
Tints of Egyptian Blue #0E2FAE
RGB
CMYK
RGB Variations
Color information
#0E2FAE (or 0x0E2FAE) is known color: Egyptian Blue. HEX triplet: 0E, 2F and AE. RGB value is (14,47,174). Sum of RGB (Red+Green+Blue) = 14+47+174=235 (31% of max value = 765). Red value is 14 (5.86% from 255 or 5.96% from 235); Green value is 47 (18.75% from 255 or 20% from 235); Blue value is 174 (68.36% from 255 or 74.04% from 235); Max value from RGB is 174 - color contains mainly: blue. Hex color #0E2FAE is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0E2FAE is #F1D051. Grayscale: #333333. Windows color (decimal): -15847506 or 11415310. OLE color: 11415310.
HSL color Cylindrical-coordinate representation of color #0E2FAE: hue angle of 227.62º degrees, saturation: 0.85, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0E2FAE is Cyan = 0.92, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 14 | 47 | 174 | - |
| CMYK | 0.92 | 0.73 | 0 | 0.32 |
| HSL | 227.63º | 0.85% | 0.37% | - |
| HSV(B) | 227.63º | 0.92% | 0.68% | - |
| XYZ | 8.84 | 5.18 | 40.58 | - |
| YUV | 51.61 | 197.07 | 101.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 47 | 174 | 0.92 | 0.73 | 0 | 0.32 | 227.63 | 0.85 | 0.37 |
| Hex | E | 2F | AE | 5C | 49 | 0 | 20 | E4 | 55 | 25 |
| Octal | 16 | 57 | 256 | 134 | 111 | 0 | 40 | 344 | 125 | 45 |
| Binary | 1110 | 101111 | 10101110 | 1011100 | 1001001 | 0 | 100000 | 11100100 | 1010101 | 100101 |
Color Harmonies of #0E2FAE
Complementary color
Monochromatic Colors of #0E2FAE
Black with #0E2FAE
Text Example
Text Example
White with #0E2FAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E2FAE; }
p { color: rgb(14,47,174); }
H1.HeaderClassName
{
color: #0E2FAE;
}
.AnyTagClassName
{
color: #0E2FAE;
}
</style>
background-color css
<style>
a { background-color: #0E2FAE; }
a { background-color: rgb(14,47,174); }
div.DivClassName
{
background-color: #0E2FAE;
}
.BgClassName
{
background-color: #0E2FAE;
}
</style>
border-color css
<style>
span { border-color: #0E2FAE; }
span { border-color: rgb(14,47,174); }
td.TdClassName
{
border-color: #0E2FAE;
}
.TagClassName
{
border-color: #0E2FAE;
}
</style>