Shades of Egyptian Blue #1E2E97
Tints of Egyptian Blue #1E2E97
RGB
CMYK
RGB Variations
Color information
#1E2E97 (or 0x1E2E97) is known color: Egyptian Blue. HEX triplet: 1E, 2E and 97. RGB value is (30,46,151). Sum of RGB (Red+Green+Blue) = 30+46+151=227 (30% of max value = 765). Red value is 30 (12.11% from 255 or 13.22% from 227); Green value is 46 (18.36% from 255 or 20.26% from 227); Blue value is 151 (59.38% from 255 or 66.52% from 227); Max value from RGB is 151 - color contains mainly: blue. Hex color #1E2E97 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1E2E97 is #E1D168. Grayscale: #343434. Windows color (decimal): -14799209 or 9907742. OLE color: 9907742.
HSL color Cylindrical-coordinate representation of color #1E2E97: hue angle of 232.07º 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 #1E2E97 is Cyan = 0.80, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 30 | 46 | 151 | - |
| CMYK | 0.80 | 0.70 | 0 | 0.41 |
| HSL | 232.07º | 0.67% | 0.35% | - |
| HSV(B) | 232.07º | 0.8% | 0.59% | - |
| XYZ | 7.1 | 4.46 | 29.77 | - |
| YUV | 53.19 | 183.2 | 111.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 46 | 151 | 0.80 | 0.70 | 0 | 0.41 | 232.07 | 0.67 | 0.35 |
| Hex | 1E | 2E | 97 | 50 | 46 | 0 | 29 | E8 | 43 | 23 |
| Octal | 36 | 56 | 227 | 120 | 106 | 0 | 51 | 350 | 103 | 43 |
| Binary | 11110 | 101110 | 10010111 | 1010000 | 1000110 | 0 | 101001 | 11101000 | 1000011 | 100011 |
Color Harmonies of #1E2E97
Complementary color
Monochromatic Colors of #1E2E97
Black with #1E2E97
Text Example
Text Example
White with #1E2E97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E2E97; }
p { color: rgb(30,46,151); }
H1.HeaderClassName
{
color: #1E2E97;
}
.AnyTagClassName
{
color: #1E2E97;
}
</style>
background-color css
<style>
a { background-color: #1E2E97; }
a { background-color: rgb(30,46,151); }
div.DivClassName
{
background-color: #1E2E97;
}
.BgClassName
{
background-color: #1E2E97;
}
</style>
border-color css
<style>
span { border-color: #1E2E97; }
span { border-color: rgb(30,46,151); }
td.TdClassName
{
border-color: #1E2E97;
}
.TagClassName
{
border-color: #1E2E97;
}
</style>