Shades of Egyptian Blue #0E3E9C
Tints of Egyptian Blue #0E3E9C
RGB
CMYK
RGB Variations
Color information
#0E3E9C (or 0x0E3E9C) is known color: Egyptian Blue. HEX triplet: 0E, 3E and 9C. RGB value is (14,62,156). Sum of RGB (Red+Green+Blue) = 14+62+156=232 (30% of max value = 765). Red value is 14 (5.86% from 255 or 6.03% from 232); Green value is 62 (24.61% from 255 or 26.72% from 232); Blue value is 156 (61.33% from 255 or 67.24% from 232); Max value from RGB is 156 - color contains mainly: blue. Hex color #0E3E9C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0E3E9C is #F1C163. Grayscale: #393939. Windows color (decimal): -15843684 or 10239502. OLE color: 10239502.
HSL color Cylindrical-coordinate representation of color #0E3E9C: hue angle of 219.72º 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 #0E3E9C is Cyan = 0.91, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 14 | 62 | 156 | - |
| CMYK | 0.91 | 0.60 | 0 | 0.39 |
| HSL | 219.72º | 0.84% | 0.33% | - |
| HSV(B) | 219.72º | 0.91% | 0.61% | - |
| XYZ | 7.9 | 5.94 | 32.18 | - |
| YUV | 58.36 | 183.1 | 96.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 62 | 156 | 0.91 | 0.60 | 0 | 0.39 | 219.72 | 0.84 | 0.33 |
| Hex | E | 3E | 9C | 5B | 3C | 0 | 27 | DC | 54 | 21 |
| Octal | 16 | 76 | 234 | 133 | 74 | 0 | 47 | 334 | 124 | 41 |
| Binary | 1110 | 111110 | 10011100 | 1011011 | 111100 | 0 | 100111 | 11011100 | 1010100 | 100001 |
Color Harmonies of #0E3E9C
Complementary color
Monochromatic Colors of #0E3E9C
Black with #0E3E9C
Text Example
Text Example
White with #0E3E9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E3E9C; }
p { color: rgb(14,62,156); }
H1.HeaderClassName
{
color: #0E3E9C;
}
.AnyTagClassName
{
color: #0E3E9C;
}
</style>
background-color css
<style>
a { background-color: #0E3E9C; }
a { background-color: rgb(14,62,156); }
div.DivClassName
{
background-color: #0E3E9C;
}
.BgClassName
{
background-color: #0E3E9C;
}
</style>
border-color css
<style>
span { border-color: #0E3E9C; }
span { border-color: rgb(14,62,156); }
td.TdClassName
{
border-color: #0E3E9C;
}
.TagClassName
{
border-color: #0E3E9C;
}
</style>