Shades of Egyptian Blue #1E3E97
Tints of Egyptian Blue #1E3E97
RGB
CMYK
RGB Variations
Color information
#1E3E97 (or 0x1E3E97) is known color: Egyptian Blue. HEX triplet: 1E, 3E and 97. RGB value is (30,62,151). Sum of RGB (Red+Green+Blue) = 30+62+151=243 (32% of max value = 765). Red value is 30 (12.11% from 255 or 12.35% from 243); Green value is 62 (24.61% from 255 or 25.51% from 243); Blue value is 151 (59.38% from 255 or 62.14% from 243); Max value from RGB is 151 - color contains mainly: blue. Hex color #1E3E97 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1E3E97 is #E1C168. Grayscale: #3E3E3E. Windows color (decimal): -14795113 or 9911838. OLE color: 9911838.
HSL color Cylindrical-coordinate representation of color #1E3E97: hue angle of 224.13º degrees, saturation: 0.67, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1E3E97 is Cyan = 0.80, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 30 | 62 | 151 | - |
| CMYK | 0.80 | 0.59 | 0 | 0.41 |
| HSL | 224.13º | 0.67% | 0.35% | - |
| HSV(B) | 224.13º | 0.8% | 0.59% | - |
| XYZ | 7.84 | 5.96 | 30.01 | - |
| YUV | 62.58 | 177.9 | 104.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 62 | 151 | 0.80 | 0.59 | 0 | 0.41 | 224.13 | 0.67 | 0.35 |
| Hex | 1E | 3E | 97 | 50 | 3B | 0 | 29 | E0 | 43 | 23 |
| Octal | 36 | 76 | 227 | 120 | 73 | 0 | 51 | 340 | 103 | 43 |
| Binary | 11110 | 111110 | 10010111 | 1010000 | 111011 | 0 | 101001 | 11100000 | 1000011 | 100011 |
Color Harmonies of #1E3E97
Complementary color
Monochromatic Colors of #1E3E97
Black with #1E3E97
Text Example
Text Example
White with #1E3E97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E3E97; }
p { color: rgb(30,62,151); }
H1.HeaderClassName
{
color: #1E3E97;
}
.AnyTagClassName
{
color: #1E3E97;
}
</style>
background-color css
<style>
a { background-color: #1E3E97; }
a { background-color: rgb(30,62,151); }
div.DivClassName
{
background-color: #1E3E97;
}
.BgClassName
{
background-color: #1E3E97;
}
</style>
border-color css
<style>
span { border-color: #1E3E97; }
span { border-color: rgb(30,62,151); }
td.TdClassName
{
border-color: #1E3E97;
}
.TagClassName
{
border-color: #1E3E97;
}
</style>