Shades of Egyptian Blue #0E2DAC
Tints of Egyptian Blue #0E2DAC
RGB
CMYK
RGB Variations
Color information
#0E2DAC (or 0x0E2DAC) is known color: Egyptian Blue. HEX triplet: 0E, 2D and AC. RGB value is (14,45,172). Sum of RGB (Red+Green+Blue) = 14+45+172=231 (30% of max value = 765). Red value is 14 (5.86% from 255 or 6.06% from 231); Green value is 45 (17.97% from 255 or 19.48% from 231); Blue value is 172 (67.58% from 255 or 74.46% from 231); Max value from RGB is 172 - color contains mainly: blue. Hex color #0E2DAC is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0E2DAC is #F1D253. Grayscale: #313131. Windows color (decimal): -15848020 or 11283726. OLE color: 11283726.
HSL color Cylindrical-coordinate representation of color #0E2DAC: hue angle of 228.23º degrees, saturation: 0.85, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0E2DAC is Cyan = 0.92, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 14 | 45 | 172 | - |
| CMYK | 0.92 | 0.74 | 0 | 0.33 |
| HSL | 228.23º | 0.85% | 0.36% | - |
| HSV(B) | 228.23º | 0.92% | 0.67% | - |
| XYZ | 8.57 | 4.95 | 39.53 | - |
| YUV | 50.21 | 196.73 | 102.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 45 | 172 | 0.92 | 0.74 | 0 | 0.33 | 228.23 | 0.85 | 0.36 |
| Hex | E | 2D | AC | 5C | 4A | 0 | 21 | E4 | 55 | 24 |
| Octal | 16 | 55 | 254 | 134 | 112 | 0 | 41 | 344 | 125 | 44 |
| Binary | 1110 | 101101 | 10101100 | 1011100 | 1001010 | 0 | 100001 | 11100100 | 1010101 | 100100 |
Color Harmonies of #0E2DAC
Complementary color
Monochromatic Colors of #0E2DAC
Black with #0E2DAC
Text Example
Text Example
White with #0E2DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E2DAC; }
p { color: rgb(14,45,172); }
H1.HeaderClassName
{
color: #0E2DAC;
}
.AnyTagClassName
{
color: #0E2DAC;
}
</style>
background-color css
<style>
a { background-color: #0E2DAC; }
a { background-color: rgb(14,45,172); }
div.DivClassName
{
background-color: #0E2DAC;
}
.BgClassName
{
background-color: #0E2DAC;
}
</style>
border-color css
<style>
span { border-color: #0E2DAC; }
span { border-color: rgb(14,45,172); }
td.TdClassName
{
border-color: #0E2DAC;
}
.TagClassName
{
border-color: #0E2DAC;
}
</style>