Shades of Egyptian Blue #1E378E
Tints of Egyptian Blue #1E378E
RGB
CMYK
RGB Variations
Color information
#1E378E (or 0x1E378E) is known color: Egyptian Blue. HEX triplet: 1E, 37 and 8E. RGB value is (30,55,142). Sum of RGB (Red+Green+Blue) = 30+55+142=227 (30% of max value = 765). Red value is 30 (12.11% from 255 or 13.22% from 227); Green value is 55 (21.88% from 255 or 24.23% from 227); Blue value is 142 (55.86% from 255 or 62.56% from 227); Max value from RGB is 142 - color contains mainly: blue. Hex color #1E378E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1E378E is #E1C871. Grayscale: #393939. Windows color (decimal): -14796914 or 9320222. OLE color: 9320222.
HSL color Cylindrical-coordinate representation of color #1E378E: hue angle of 226.61º degrees, saturation: 0.65, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1E378E is Cyan = 0.79, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 30 | 55 | 142 | - |
| CMYK | 0.79 | 0.61 | 0 | 0.44 |
| HSL | 226.61º | 0.65% | 0.34% | - |
| HSV(B) | 226.61º | 0.79% | 0.56% | - |
| XYZ | 6.78 | 4.96 | 26.19 | - |
| YUV | 57.44 | 175.72 | 108.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 55 | 142 | 0.79 | 0.61 | 0 | 0.44 | 226.61 | 0.65 | 0.34 |
| Hex | 1E | 37 | 8E | 4F | 3D | 0 | 2C | E3 | 41 | 22 |
| Octal | 36 | 67 | 216 | 117 | 75 | 0 | 54 | 343 | 101 | 42 |
| Binary | 11110 | 110111 | 10001110 | 1001111 | 111101 | 0 | 101100 | 11100011 | 1000001 | 100010 |
Color Harmonies of #1E378E
Complementary color
Monochromatic Colors of #1E378E
Black with #1E378E
Text Example
Text Example
White with #1E378E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E378E; }
p { color: rgb(30,55,142); }
H1.HeaderClassName
{
color: #1E378E;
}
.AnyTagClassName
{
color: #1E378E;
}
</style>
background-color css
<style>
a { background-color: #1E378E; }
a { background-color: rgb(30,55,142); }
div.DivClassName
{
background-color: #1E378E;
}
.BgClassName
{
background-color: #1E378E;
}
</style>
border-color css
<style>
span { border-color: #1E378E; }
span { border-color: rgb(30,55,142); }
td.TdClassName
{
border-color: #1E378E;
}
.TagClassName
{
border-color: #1E378E;
}
</style>