Shades of Egyptian Blue #0E3C9D
Tints of Egyptian Blue #0E3C9D
RGB
CMYK
RGB Variations
Color information
#0E3C9D (or 0x0E3C9D) is known color: Egyptian Blue. HEX triplet: 0E, 3C and 9D. RGB value is (14,60,157). Sum of RGB (Red+Green+Blue) = 14+60+157=231 (30% of max value = 765). Red value is 14 (5.86% from 255 or 6.06% from 231); Green value is 60 (23.83% from 255 or 25.97% from 231); Blue value is 157 (61.72% from 255 or 67.97% from 231); Max value from RGB is 157 - color contains mainly: blue. Hex color #0E3C9D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0E3C9D is #F1C362. Grayscale: #383838. Windows color (decimal): -15844195 or 10304526. OLE color: 10304526.
HSL color Cylindrical-coordinate representation of color #0E3C9D: hue angle of 220.7º degrees, saturation: 0.84, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0E3C9D is Cyan = 0.91, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 14 | 60 | 157 | - |
| CMYK | 0.91 | 0.62 | 0 | 0.38 |
| HSL | 220.7º | 0.84% | 0.34% | - |
| HSV(B) | 220.7º | 0.91% | 0.62% | - |
| XYZ | 7.88 | 5.76 | 32.59 | - |
| YUV | 57.3 | 184.26 | 97.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 60 | 157 | 0.91 | 0.62 | 0 | 0.38 | 220.7 | 0.84 | 0.34 |
| Hex | E | 3C | 9D | 5B | 3E | 0 | 26 | DD | 54 | 22 |
| Octal | 16 | 74 | 235 | 133 | 76 | 0 | 46 | 335 | 124 | 42 |
| Binary | 1110 | 111100 | 10011101 | 1011011 | 111110 | 0 | 100110 | 11011101 | 1010100 | 100010 |
Color Harmonies of #0E3C9D
Complementary color
Monochromatic Colors of #0E3C9D
Black with #0E3C9D
Text Example
Text Example
White with #0E3C9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E3C9D; }
p { color: rgb(14,60,157); }
H1.HeaderClassName
{
color: #0E3C9D;
}
.AnyTagClassName
{
color: #0E3C9D;
}
</style>
background-color css
<style>
a { background-color: #0E3C9D; }
a { background-color: rgb(14,60,157); }
div.DivClassName
{
background-color: #0E3C9D;
}
.BgClassName
{
background-color: #0E3C9D;
}
</style>
border-color css
<style>
span { border-color: #0E3C9D; }
span { border-color: rgb(14,60,157); }
td.TdClassName
{
border-color: #0E3C9D;
}
.TagClassName
{
border-color: #0E3C9D;
}
</style>