Shades of Egyptian Blue #1E3295
Tints of Egyptian Blue #1E3295
RGB
CMYK
RGB Variations
Color information
#1E3295 (or 0x1E3295) is known color: Egyptian Blue. HEX triplet: 1E, 32 and 95. RGB value is (30,50,149). Sum of RGB (Red+Green+Blue) = 30+50+149=229 (30% of max value = 765). Red value is 30 (12.11% from 255 or 13.10% from 229); Green value is 50 (19.92% from 255 or 21.83% from 229); Blue value is 149 (58.59% from 255 or 65.07% from 229); Max value from RGB is 149 - color contains mainly: blue. Hex color #1E3295 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1E3295 is #E1CD6A. Grayscale: #363636. Windows color (decimal): -14798187 or 9777694. OLE color: 9777694.
HSL color Cylindrical-coordinate representation of color #1E3295: hue angle of 229.92º 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 #1E3295 is Cyan = 0.80, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 30 | 50 | 149 | - |
| CMYK | 0.80 | 0.66 | 0 | 0.42 |
| HSL | 229.92º | 0.66% | 0.35% | - |
| HSV(B) | 229.92º | 0.8% | 0.58% | - |
| XYZ | 7.1 | 4.73 | 28.97 | - |
| YUV | 55.31 | 180.87 | 109.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 50 | 149 | 0.80 | 0.66 | 0 | 0.42 | 229.92 | 0.66 | 0.35 |
| Hex | 1E | 32 | 95 | 50 | 42 | 0 | 2A | E6 | 42 | 23 |
| Octal | 36 | 62 | 225 | 120 | 102 | 0 | 52 | 346 | 102 | 43 |
| Binary | 11110 | 110010 | 10010101 | 1010000 | 1000010 | 0 | 101010 | 11100110 | 1000010 | 100011 |
Color Harmonies of #1E3295
Complementary color
Monochromatic Colors of #1E3295
Black with #1E3295
Text Example
Text Example
White with #1E3295
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E3295; }
p { color: rgb(30,50,149); }
H1.HeaderClassName
{
color: #1E3295;
}
.AnyTagClassName
{
color: #1E3295;
}
</style>
background-color css
<style>
a { background-color: #1E3295; }
a { background-color: rgb(30,50,149); }
div.DivClassName
{
background-color: #1E3295;
}
.BgClassName
{
background-color: #1E3295;
}
</style>
border-color css
<style>
span { border-color: #1E3295; }
span { border-color: rgb(30,50,149); }
td.TdClassName
{
border-color: #1E3295;
}
.TagClassName
{
border-color: #1E3295;
}
</style>