Shades of Egyptian Blue #0E39A8
Tints of Egyptian Blue #0E39A8
RGB
CMYK
RGB Variations
Color information
#0E39A8 (or 0x0E39A8) is known color: Egyptian Blue. HEX triplet: 0E, 39 and A8. RGB value is (14,57,168). Sum of RGB (Red+Green+Blue) = 14+57+168=239 (31% of max value = 765). Red value is 14 (5.86% from 255 or 5.86% from 239); Green value is 57 (22.66% from 255 or 23.85% from 239); Blue value is 168 (66.02% from 255 or 70.29% from 239); Max value from RGB is 168 - color contains mainly: blue. Hex color #0E39A8 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0E39A8 is #F1C657. Grayscale: #383838. Windows color (decimal): -15844952 or 11024654. OLE color: 11024654.
HSL color Cylindrical-coordinate representation of color #0E39A8: hue angle of 223.25º degrees, saturation: 0.85, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0E39A8 is Cyan = 0.92, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 14 | 57 | 168 | - |
| CMYK | 0.92 | 0.66 | 0 | 0.34 |
| HSL | 223.25º | 0.85% | 0.36% | - |
| HSV(B) | 223.25º | 0.92% | 0.66% | - |
| XYZ | 8.71 | 5.85 | 37.72 | - |
| YUV | 56.8 | 190.75 | 97.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 57 | 168 | 0.92 | 0.66 | 0 | 0.34 | 223.25 | 0.85 | 0.36 |
| Hex | E | 39 | A8 | 5C | 42 | 0 | 22 | DF | 55 | 24 |
| Octal | 16 | 71 | 250 | 134 | 102 | 0 | 42 | 337 | 125 | 44 |
| Binary | 1110 | 111001 | 10101000 | 1011100 | 1000010 | 0 | 100010 | 11011111 | 1010101 | 100100 |
Color Harmonies of #0E39A8
Complementary color
Monochromatic Colors of #0E39A8
Black with #0E39A8
Text Example
Text Example
White with #0E39A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E39A8; }
p { color: rgb(14,57,168); }
H1.HeaderClassName
{
color: #0E39A8;
}
.AnyTagClassName
{
color: #0E39A8;
}
</style>
background-color css
<style>
a { background-color: #0E39A8; }
a { background-color: rgb(14,57,168); }
div.DivClassName
{
background-color: #0E39A8;
}
.BgClassName
{
background-color: #0E39A8;
}
</style>
border-color css
<style>
span { border-color: #0E39A8; }
span { border-color: rgb(14,57,168); }
td.TdClassName
{
border-color: #0E39A8;
}
.TagClassName
{
border-color: #0E39A8;
}
</style>