Shades of Egyptian Blue #0E34AD
Tints of Egyptian Blue #0E34AD
RGB
CMYK
RGB Variations
Color information
#0E34AD (or 0x0E34AD) is known color: Egyptian Blue. HEX triplet: 0E, 34 and AD. RGB value is (14,52,173). Sum of RGB (Red+Green+Blue) = 14+52+173=239 (31% of max value = 765). Red value is 14 (5.86% from 255 or 5.86% from 239); Green value is 52 (20.70% from 255 or 21.76% from 239); Blue value is 173 (67.97% from 255 or 72.38% from 239); Max value from RGB is 173 - color contains mainly: blue. Hex color #0E34AD is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0E34AD is #F1CB52. Grayscale: #353535. Windows color (decimal): -15846227 or 11351054. OLE color: 11351054.
HSL color Cylindrical-coordinate representation of color #0E34AD: hue angle of 225.66º 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 #0E34AD is Cyan = 0.92, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 14 | 52 | 173 | - |
| CMYK | 0.92 | 0.70 | 0 | 0.32 |
| HSL | 225.66º | 0.85% | 0.37% | - |
| HSV(B) | 225.66º | 0.92% | 0.68% | - |
| XYZ | 8.95 | 5.57 | 40.14 | - |
| YUV | 54.43 | 194.91 | 99.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 52 | 173 | 0.92 | 0.70 | 0 | 0.32 | 225.66 | 0.85 | 0.37 |
| Hex | E | 34 | AD | 5C | 46 | 0 | 20 | E2 | 55 | 25 |
| Octal | 16 | 64 | 255 | 134 | 106 | 0 | 40 | 342 | 125 | 45 |
| Binary | 1110 | 110100 | 10101101 | 1011100 | 1000110 | 0 | 100000 | 11100010 | 1010101 | 100101 |
Color Harmonies of #0E34AD
Complementary color
Monochromatic Colors of #0E34AD
Black with #0E34AD
Text Example
Text Example
White with #0E34AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E34AD; }
p { color: rgb(14,52,173); }
H1.HeaderClassName
{
color: #0E34AD;
}
.AnyTagClassName
{
color: #0E34AD;
}
</style>
background-color css
<style>
a { background-color: #0E34AD; }
a { background-color: rgb(14,52,173); }
div.DivClassName
{
background-color: #0E34AD;
}
.BgClassName
{
background-color: #0E34AD;
}
</style>
border-color css
<style>
span { border-color: #0E34AD; }
span { border-color: rgb(14,52,173); }
td.TdClassName
{
border-color: #0E34AD;
}
.TagClassName
{
border-color: #0E34AD;
}
</style>