Shades of Egyptian Blue #0E2DA7
Tints of Egyptian Blue #0E2DA7
RGB
CMYK
RGB Variations
Color information
#0E2DA7 (or 0x0E2DA7) is known color: Egyptian Blue. HEX triplet: 0E, 2D and A7. RGB value is (14,45,167). Sum of RGB (Red+Green+Blue) = 14+45+167=226 (29% of max value = 765). Red value is 14 (5.86% from 255 or 6.19% from 226); Green value is 45 (17.97% from 255 or 19.91% from 226); Blue value is 167 (65.62% from 255 or 73.89% from 226); Max value from RGB is 167 - color contains mainly: blue. Hex color #0E2DA7 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0E2DA7 is #F1D258. Grayscale: #313131. Windows color (decimal): -15848025 or 10956046. OLE color: 10956046.
HSL color Cylindrical-coordinate representation of color #0E2DA7: hue angle of 227.84º degrees, saturation: 0.85, 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 #0E2DA7 is Cyan = 0.92, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 14 | 45 | 167 | - |
| CMYK | 0.92 | 0.73 | 0 | 0.35 |
| HSL | 227.84º | 0.85% | 0.35% | - |
| HSV(B) | 227.84º | 0.92% | 0.65% | - |
| XYZ | 8.09 | 4.76 | 37.05 | - |
| YUV | 49.64 | 194.23 | 102.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 45 | 167 | 0.92 | 0.73 | 0 | 0.35 | 227.84 | 0.85 | 0.35 |
| Hex | E | 2D | A7 | 5C | 49 | 0 | 23 | E4 | 55 | 23 |
| Octal | 16 | 55 | 247 | 134 | 111 | 0 | 43 | 344 | 125 | 43 |
| Binary | 1110 | 101101 | 10100111 | 1011100 | 1001001 | 0 | 100011 | 11100100 | 1010101 | 100011 |
Color Harmonies of #0E2DA7
Complementary color
Monochromatic Colors of #0E2DA7
Black with #0E2DA7
Text Example
Text Example
White with #0E2DA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E2DA7; }
p { color: rgb(14,45,167); }
H1.HeaderClassName
{
color: #0E2DA7;
}
.AnyTagClassName
{
color: #0E2DA7;
}
</style>
background-color css
<style>
a { background-color: #0E2DA7; }
a { background-color: rgb(14,45,167); }
div.DivClassName
{
background-color: #0E2DA7;
}
.BgClassName
{
background-color: #0E2DA7;
}
</style>
border-color css
<style>
span { border-color: #0E2DA7; }
span { border-color: rgb(14,45,167); }
td.TdClassName
{
border-color: #0E2DA7;
}
.TagClassName
{
border-color: #0E2DA7;
}
</style>