Shades of Egyptian Blue #0E389C
Tints of Egyptian Blue #0E389C
RGB
CMYK
RGB Variations
Color information
#0E389C (or 0x0E389C) is known color: Egyptian Blue. HEX triplet: 0E, 38 and 9C. RGB value is (14,56,156). Sum of RGB (Red+Green+Blue) = 14+56+156=226 (29% of max value = 765). Red value is 14 (5.86% from 255 or 6.19% from 226); Green value is 56 (22.27% from 255 or 24.78% from 226); Blue value is 156 (61.33% from 255 or 69.03% from 226); Max value from RGB is 156 - color contains mainly: blue. Hex color #0E389C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0E389C is #F1C763. Grayscale: #363636. Windows color (decimal): -15845220 or 10237966. OLE color: 10237966.
HSL color Cylindrical-coordinate representation of color #0E389C: hue angle of 222.25º degrees, saturation: 0.84, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0E389C is Cyan = 0.91, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 14 | 56 | 156 | - |
| CMYK | 0.91 | 0.64 | 0 | 0.39 |
| HSL | 222.25º | 0.84% | 0.33% | - |
| HSV(B) | 222.25º | 0.91% | 0.61% | - |
| XYZ | 7.6 | 5.32 | 32.08 | - |
| YUV | 54.84 | 185.09 | 98.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 56 | 156 | 0.91 | 0.64 | 0 | 0.39 | 222.25 | 0.84 | 0.33 |
| Hex | E | 38 | 9C | 5B | 40 | 0 | 27 | DE | 54 | 21 |
| Octal | 16 | 70 | 234 | 133 | 100 | 0 | 47 | 336 | 124 | 41 |
| Binary | 1110 | 111000 | 10011100 | 1011011 | 1000000 | 0 | 100111 | 11011110 | 1010100 | 100001 |
Color Harmonies of #0E389C
Complementary color
Monochromatic Colors of #0E389C
Black with #0E389C
Text Example
Text Example
White with #0E389C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E389C; }
p { color: rgb(14,56,156); }
H1.HeaderClassName
{
color: #0E389C;
}
.AnyTagClassName
{
color: #0E389C;
}
</style>
background-color css
<style>
a { background-color: #0E389C; }
a { background-color: rgb(14,56,156); }
div.DivClassName
{
background-color: #0E389C;
}
.BgClassName
{
background-color: #0E389C;
}
</style>
border-color css
<style>
span { border-color: #0E389C; }
span { border-color: rgb(14,56,156); }
td.TdClassName
{
border-color: #0E389C;
}
.TagClassName
{
border-color: #0E389C;
}
</style>