Shades of Egyptian Blue #0E2B9D
Tints of Egyptian Blue #0E2B9D
RGB
CMYK
RGB Variations
Color information
#0E2B9D (or 0x0E2B9D) is known color: Egyptian Blue. HEX triplet: 0E, 2B and 9D. RGB value is (14,43,157). Sum of RGB (Red+Green+Blue) = 14+43+157=214 (28% of max value = 765). Red value is 14 (5.86% from 255 or 6.54% from 214); Green value is 43 (17.19% from 255 or 20.09% from 214); Blue value is 157 (61.72% from 255 or 73.36% from 214); Max value from RGB is 157 - color contains mainly: blue. Hex color #0E2B9D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0E2B9D is #F1D462. Grayscale: #2E2E2E. Windows color (decimal): -15848547 or 10300174. OLE color: 10300174.
HSL color Cylindrical-coordinate representation of color #0E2B9D: hue angle of 227.83º 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 #0E2B9D is Cyan = 0.91, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 14 | 43 | 157 | - |
| CMYK | 0.91 | 0.73 | 0 | 0.38 |
| HSL | 227.83º | 0.84% | 0.34% | - |
| HSV(B) | 227.83º | 0.91% | 0.62% | - |
| XYZ | 7.13 | 4.26 | 32.34 | - |
| YUV | 47.33 | 189.89 | 104.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 43 | 157 | 0.91 | 0.73 | 0 | 0.38 | 227.83 | 0.84 | 0.34 |
| Hex | E | 2B | 9D | 5B | 49 | 0 | 26 | E4 | 54 | 22 |
| Octal | 16 | 53 | 235 | 133 | 111 | 0 | 46 | 344 | 124 | 42 |
| Binary | 1110 | 101011 | 10011101 | 1011011 | 1001001 | 0 | 100110 | 11100100 | 1010100 | 100010 |
Color Harmonies of #0E2B9D
Complementary color
Monochromatic Colors of #0E2B9D
Black with #0E2B9D
Text Example
Text Example
White with #0E2B9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E2B9D; }
p { color: rgb(14,43,157); }
H1.HeaderClassName
{
color: #0E2B9D;
}
.AnyTagClassName
{
color: #0E2B9D;
}
</style>
background-color css
<style>
a { background-color: #0E2B9D; }
a { background-color: rgb(14,43,157); }
div.DivClassName
{
background-color: #0E2B9D;
}
.BgClassName
{
background-color: #0E2B9D;
}
</style>
border-color css
<style>
span { border-color: #0E2B9D; }
span { border-color: rgb(14,43,157); }
td.TdClassName
{
border-color: #0E2B9D;
}
.TagClassName
{
border-color: #0E2B9D;
}
</style>