Shades of Egyptian Blue #0E36AC
Tints of Egyptian Blue #0E36AC
RGB
CMYK
RGB Variations
Color information
#0E36AC (or 0x0E36AC) is known color: Egyptian Blue. HEX triplet: 0E, 36 and AC. RGB value is (14,54,172). Sum of RGB (Red+Green+Blue) = 14+54+172=240 (31% of max value = 765). Red value is 14 (5.86% from 255 or 5.83% from 240); Green value is 54 (21.48% from 255 or 22.5% from 240); Blue value is 172 (67.58% from 255 or 71.67% from 240); Max value from RGB is 172 - color contains mainly: blue. Hex color #0E36AC is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0E36AC is #F1C953. Grayscale: #363636. Windows color (decimal): -15845716 or 11286030. OLE color: 11286030.
HSL color Cylindrical-coordinate representation of color #0E36AC: hue angle of 224.81º 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 #0E36AC is Cyan = 0.92, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 14 | 54 | 172 | - |
| CMYK | 0.92 | 0.69 | 0 | 0.33 |
| HSL | 224.81º | 0.85% | 0.36% | - |
| HSV(B) | 224.81º | 0.92% | 0.67% | - |
| XYZ | 8.95 | 5.71 | 39.66 | - |
| YUV | 55.49 | 193.75 | 98.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 54 | 172 | 0.92 | 0.69 | 0 | 0.33 | 224.81 | 0.85 | 0.36 |
| Hex | E | 36 | AC | 5C | 45 | 0 | 21 | E1 | 55 | 24 |
| Octal | 16 | 66 | 254 | 134 | 105 | 0 | 41 | 341 | 125 | 44 |
| Binary | 1110 | 110110 | 10101100 | 1011100 | 1000101 | 0 | 100001 | 11100001 | 1010101 | 100100 |
Color Harmonies of #0E36AC
Complementary color
Monochromatic Colors of #0E36AC
Black with #0E36AC
Text Example
Text Example
White with #0E36AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E36AC; }
p { color: rgb(14,54,172); }
H1.HeaderClassName
{
color: #0E36AC;
}
.AnyTagClassName
{
color: #0E36AC;
}
</style>
background-color css
<style>
a { background-color: #0E36AC; }
a { background-color: rgb(14,54,172); }
div.DivClassName
{
background-color: #0E36AC;
}
.BgClassName
{
background-color: #0E36AC;
}
</style>
border-color css
<style>
span { border-color: #0E36AC; }
span { border-color: rgb(14,54,172); }
td.TdClassName
{
border-color: #0E36AC;
}
.TagClassName
{
border-color: #0E36AC;
}
</style>