Shades of Egyptian Blue #0E2CAD
Tints of Egyptian Blue #0E2CAD
RGB
CMYK
RGB Variations
Color information
#0E2CAD (or 0x0E2CAD) is known color: Egyptian Blue. HEX triplet: 0E, 2C and AD. RGB value is (14,44,173). Sum of RGB (Red+Green+Blue) = 14+44+173=231 (30% of max value = 765). Red value is 14 (5.86% from 255 or 6.06% from 231); Green value is 44 (17.58% from 255 or 19.05% from 231); Blue value is 173 (67.97% from 255 or 74.89% from 231); Max value from RGB is 173 - color contains mainly: blue. Hex color #0E2CAD is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0E2CAD is #F1D352. Grayscale: #313131. Windows color (decimal): -15848275 or 11349006. OLE color: 11349006.
HSL color Cylindrical-coordinate representation of color #0E2CAD: hue angle of 228.68º 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 #0E2CAD is Cyan = 0.92, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 14 | 44 | 173 | - |
| CMYK | 0.92 | 0.75 | 0 | 0.32 |
| HSL | 228.68º | 0.85% | 0.37% | - |
| HSV(B) | 228.68º | 0.92% | 0.68% | - |
| XYZ | 8.62 | 4.91 | 40.03 | - |
| YUV | 49.74 | 197.56 | 102.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 44 | 173 | 0.92 | 0.75 | 0 | 0.32 | 228.68 | 0.85 | 0.37 |
| Hex | E | 2C | AD | 5C | 4B | 0 | 20 | E5 | 55 | 25 |
| Octal | 16 | 54 | 255 | 134 | 113 | 0 | 40 | 345 | 125 | 45 |
| Binary | 1110 | 101100 | 10101101 | 1011100 | 1001011 | 0 | 100000 | 11100101 | 1010101 | 100101 |
Color Harmonies of #0E2CAD
Complementary color
Monochromatic Colors of #0E2CAD
Black with #0E2CAD
Text Example
Text Example
White with #0E2CAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E2CAD; }
p { color: rgb(14,44,173); }
H1.HeaderClassName
{
color: #0E2CAD;
}
.AnyTagClassName
{
color: #0E2CAD;
}
</style>
background-color css
<style>
a { background-color: #0E2CAD; }
a { background-color: rgb(14,44,173); }
div.DivClassName
{
background-color: #0E2CAD;
}
.BgClassName
{
background-color: #0E2CAD;
}
</style>
border-color css
<style>
span { border-color: #0E2CAD; }
span { border-color: rgb(14,44,173); }
td.TdClassName
{
border-color: #0E2CAD;
}
.TagClassName
{
border-color: #0E2CAD;
}
</style>