Shades of Egyptian Blue #1E3E8E
Tints of Egyptian Blue #1E3E8E
RGB
CMYK
RGB Variations
Color information
#1E3E8E (or 0x1E3E8E) is known color: Egyptian Blue. HEX triplet: 1E, 3E and 8E. RGB value is (30,62,142). Sum of RGB (Red+Green+Blue) = 30+62+142=234 (30% of max value = 765). Red value is 30 (12.11% from 255 or 12.82% from 234); Green value is 62 (24.61% from 255 or 26.50% from 234); Blue value is 142 (55.86% from 255 or 60.68% from 234); Max value from RGB is 142 - color contains mainly: blue. Hex color #1E3E8E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1E3E8E is #E1C171. Grayscale: #3D3D3D. Windows color (decimal): -14795122 or 9322014. OLE color: 9322014.
HSL color Cylindrical-coordinate representation of color #1E3E8E: hue angle of 222.86º 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 #1E3E8E is Cyan = 0.79, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 30 | 62 | 142 | - |
| CMYK | 0.79 | 0.56 | 0 | 0.44 |
| HSL | 222.86º | 0.65% | 0.34% | - |
| HSV(B) | 222.86º | 0.79% | 0.56% | - |
| XYZ | 7.14 | 5.67 | 26.31 | - |
| YUV | 61.55 | 173.4 | 105.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 62 | 142 | 0.79 | 0.56 | 0 | 0.44 | 222.86 | 0.65 | 0.34 |
| Hex | 1E | 3E | 8E | 4F | 38 | 0 | 2C | DF | 41 | 22 |
| Octal | 36 | 76 | 216 | 117 | 70 | 0 | 54 | 337 | 101 | 42 |
| Binary | 11110 | 111110 | 10001110 | 1001111 | 111000 | 0 | 101100 | 11011111 | 1000001 | 100010 |
Color Harmonies of #1E3E8E
Complementary color
Monochromatic Colors of #1E3E8E
Black with #1E3E8E
Text Example
Text Example
White with #1E3E8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E3E8E; }
p { color: rgb(30,62,142); }
H1.HeaderClassName
{
color: #1E3E8E;
}
.AnyTagClassName
{
color: #1E3E8E;
}
</style>
background-color css
<style>
a { background-color: #1E3E8E; }
a { background-color: rgb(30,62,142); }
div.DivClassName
{
background-color: #1E3E8E;
}
.BgClassName
{
background-color: #1E3E8E;
}
</style>
border-color css
<style>
span { border-color: #1E3E8E; }
span { border-color: rgb(30,62,142); }
td.TdClassName
{
border-color: #1E3E8E;
}
.TagClassName
{
border-color: #1E3E8E;
}
</style>