Shades of Egyptian Blue #1E299B
Tints of Egyptian Blue #1E299B
RGB
CMYK
RGB Variations
Color information
#1E299B (or 0x1E299B) is known color: Egyptian Blue. HEX triplet: 1E, 29 and 9B. RGB value is (30,41,155). Sum of RGB (Red+Green+Blue) = 30+41+155=226 (29% of max value = 765). Red value is 30 (12.11% from 255 or 13.27% from 226); Green value is 41 (16.41% from 255 or 18.14% from 226); Blue value is 155 (60.94% from 255 or 68.58% from 226); Max value from RGB is 155 - color contains mainly: blue. Hex color #1E299B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1E299B is #E1D664. Grayscale: #323232. Windows color (decimal): -14800485 or 10168606. OLE color: 10168606.
HSL color Cylindrical-coordinate representation of color #1E299B: hue angle of 234.72º degrees, saturation: 0.68, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1E299B is Cyan = 0.81, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 30 | 41 | 155 | - |
| CMYK | 0.81 | 0.74 | 0 | 0.39 |
| HSL | 234.72º | 0.68% | 0.36% | - |
| HSV(B) | 234.72º | 0.81% | 0.61% | - |
| XYZ | 7.24 | 4.23 | 31.44 | - |
| YUV | 50.71 | 186.86 | 113.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 41 | 155 | 0.81 | 0.74 | 0 | 0.39 | 234.72 | 0.68 | 0.36 |
| Hex | 1E | 29 | 9B | 51 | 4A | 0 | 27 | EB | 44 | 24 |
| Octal | 36 | 51 | 233 | 121 | 112 | 0 | 47 | 353 | 104 | 44 |
| Binary | 11110 | 101001 | 10011011 | 1010001 | 1001010 | 0 | 100111 | 11101011 | 1000100 | 100100 |
Color Harmonies of #1E299B
Complementary color
Monochromatic Colors of #1E299B
Black with #1E299B
Text Example
Text Example
White with #1E299B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E299B; }
p { color: rgb(30,41,155); }
H1.HeaderClassName
{
color: #1E299B;
}
.AnyTagClassName
{
color: #1E299B;
}
</style>
background-color css
<style>
a { background-color: #1E299B; }
a { background-color: rgb(30,41,155); }
div.DivClassName
{
background-color: #1E299B;
}
.BgClassName
{
background-color: #1E299B;
}
</style>
border-color css
<style>
span { border-color: #1E299B; }
span { border-color: rgb(30,41,155); }
td.TdClassName
{
border-color: #1E299B;
}
.TagClassName
{
border-color: #1E299B;
}
</style>