Shades of Egyptian Blue #1E3394
Tints of Egyptian Blue #1E3394
RGB
CMYK
RGB Variations
Color information
#1E3394 (or 0x1E3394) is known color: Egyptian Blue. HEX triplet: 1E, 33 and 94. RGB value is (30,51,148). Sum of RGB (Red+Green+Blue) = 30+51+148=229 (30% of max value = 765). Red value is 30 (12.11% from 255 or 13.10% from 229); Green value is 51 (20.31% from 255 or 22.27% from 229); Blue value is 148 (58.20% from 255 or 64.63% from 229); Max value from RGB is 148 - color contains mainly: blue. Hex color #1E3394 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1E3394 is #E1CC6B. Grayscale: #373737. Windows color (decimal): -14797932 or 9712414. OLE color: 9712414.
HSL color Cylindrical-coordinate representation of color #1E3394: hue angle of 229.32º degrees, saturation: 0.66, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1E3394 is Cyan = 0.80, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 30 | 51 | 148 | - |
| CMYK | 0.80 | 0.66 | 0 | 0.42 |
| HSL | 229.32º | 0.66% | 0.35% | - |
| HSV(B) | 229.32º | 0.8% | 0.58% | - |
| XYZ | 7.06 | 4.78 | 28.57 | - |
| YUV | 55.78 | 180.04 | 109.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 51 | 148 | 0.80 | 0.66 | 0 | 0.42 | 229.32 | 0.66 | 0.35 |
| Hex | 1E | 33 | 94 | 50 | 42 | 0 | 2A | E5 | 42 | 23 |
| Octal | 36 | 63 | 224 | 120 | 102 | 0 | 52 | 345 | 102 | 43 |
| Binary | 11110 | 110011 | 10010100 | 1010000 | 1000010 | 0 | 101010 | 11100101 | 1000010 | 100011 |
Color Harmonies of #1E3394
Complementary color
Monochromatic Colors of #1E3394
Black with #1E3394
Text Example
Text Example
White with #1E3394
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E3394; }
p { color: rgb(30,51,148); }
H1.HeaderClassName
{
color: #1E3394;
}
.AnyTagClassName
{
color: #1E3394;
}
</style>
background-color css
<style>
a { background-color: #1E3394; }
a { background-color: rgb(30,51,148); }
div.DivClassName
{
background-color: #1E3394;
}
.BgClassName
{
background-color: #1E3394;
}
</style>
border-color css
<style>
span { border-color: #1E3394; }
span { border-color: rgb(30,51,148); }
td.TdClassName
{
border-color: #1E3394;
}
.TagClassName
{
border-color: #1E3394;
}
</style>