Shades of Egyptian Blue #1E4397
Tints of Egyptian Blue #1E4397
RGB
CMYK
RGB Variations
Color information
#1E4397 (or 0x1E4397) is known color: Egyptian Blue. HEX triplet: 1E, 43 and 97. RGB value is (30,67,151). Sum of RGB (Red+Green+Blue) = 30+67+151=248 (32% of max value = 765). Red value is 30 (12.11% from 255 or 12.10% from 248); Green value is 67 (26.56% from 255 or 27.02% from 248); Blue value is 151 (59.38% from 255 or 60.89% from 248); Max value from RGB is 151 - color contains mainly: blue. Hex color #1E4397 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1E4397 is #E1BC68. Grayscale: #414141. Windows color (decimal): -14793833 or 9913118. OLE color: 9913118.
HSL color Cylindrical-coordinate representation of color #1E4397: hue angle of 221.65º 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 #1E4397 is Cyan = 0.80, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 30 | 67 | 151 | - |
| CMYK | 0.80 | 0.56 | 0 | 0.41 |
| HSL | 221.65º | 0.67% | 0.35% | - |
| HSV(B) | 221.65º | 0.8% | 0.59% | - |
| XYZ | 8.13 | 6.52 | 30.11 | - |
| YUV | 65.51 | 176.24 | 102.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 67 | 151 | 0.80 | 0.56 | 0 | 0.41 | 221.65 | 0.67 | 0.35 |
| Hex | 1E | 43 | 97 | 50 | 38 | 0 | 29 | DE | 43 | 23 |
| Octal | 36 | 103 | 227 | 120 | 70 | 0 | 51 | 336 | 103 | 43 |
| Binary | 11110 | 1000011 | 10010111 | 1010000 | 111000 | 0 | 101001 | 11011110 | 1000011 | 100011 |
Color Harmonies of #1E4397
Complementary color
Monochromatic Colors of #1E4397
Black with #1E4397
Text Example
Text Example
White with #1E4397
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E4397; }
p { color: rgb(30,67,151); }
H1.HeaderClassName
{
color: #1E4397;
}
.AnyTagClassName
{
color: #1E4397;
}
</style>
background-color css
<style>
a { background-color: #1E4397; }
a { background-color: rgb(30,67,151); }
div.DivClassName
{
background-color: #1E4397;
}
.BgClassName
{
background-color: #1E4397;
}
</style>
border-color css
<style>
span { border-color: #1E4397; }
span { border-color: rgb(30,67,151); }
td.TdClassName
{
border-color: #1E4397;
}
.TagClassName
{
border-color: #1E4397;
}
</style>