Shades of Egyptian Blue #0E2BAE
Tints of Egyptian Blue #0E2BAE
RGB
CMYK
RGB Variations
Color information
#0E2BAE (or 0x0E2BAE) is known color: Egyptian Blue. HEX triplet: 0E, 2B and AE. RGB value is (14,43,174). Sum of RGB (Red+Green+Blue) = 14+43+174=231 (30% of max value = 765). Red value is 14 (5.86% from 255 or 6.06% from 231); Green value is 43 (17.19% from 255 or 18.61% from 231); Blue value is 174 (68.36% from 255 or 75.32% from 231); Max value from RGB is 174 - color contains mainly: blue. Hex color #0E2BAE is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0E2BAE is #F1D451. Grayscale: #303030. Windows color (decimal): -15848530 or 11414286. OLE color: 11414286.
HSL color Cylindrical-coordinate representation of color #0E2BAE: hue angle of 229.12º 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 #0E2BAE is Cyan = 0.92, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 14 | 43 | 174 | - |
| CMYK | 0.92 | 0.75 | 0 | 0.32 |
| HSL | 229.13º | 0.85% | 0.37% | - |
| HSV(B) | 229.13º | 0.92% | 0.68% | - |
| XYZ | 8.68 | 4.88 | 40.53 | - |
| YUV | 49.26 | 198.39 | 102.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 43 | 174 | 0.92 | 0.75 | 0 | 0.32 | 229.13 | 0.85 | 0.37 |
| Hex | E | 2B | AE | 5C | 4B | 0 | 20 | E5 | 55 | 25 |
| Octal | 16 | 53 | 256 | 134 | 113 | 0 | 40 | 345 | 125 | 45 |
| Binary | 1110 | 101011 | 10101110 | 1011100 | 1001011 | 0 | 100000 | 11100101 | 1010101 | 100101 |
Color Harmonies of #0E2BAE
Complementary color
Monochromatic Colors of #0E2BAE
Black with #0E2BAE
Text Example
Text Example
White with #0E2BAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E2BAE; }
p { color: rgb(14,43,174); }
H1.HeaderClassName
{
color: #0E2BAE;
}
.AnyTagClassName
{
color: #0E2BAE;
}
</style>
background-color css
<style>
a { background-color: #0E2BAE; }
a { background-color: rgb(14,43,174); }
div.DivClassName
{
background-color: #0E2BAE;
}
.BgClassName
{
background-color: #0E2BAE;
}
</style>
border-color css
<style>
span { border-color: #0E2BAE; }
span { border-color: rgb(14,43,174); }
td.TdClassName
{
border-color: #0E2BAE;
}
.TagClassName
{
border-color: #0E2BAE;
}
</style>