Shades of Egyptian Blue #1E3D8D
Tints of Egyptian Blue #1E3D8D
RGB
CMYK
RGB Variations
Color information
#1E3D8D (or 0x1E3D8D) is known color: Egyptian Blue. HEX triplet: 1E, 3D and 8D. RGB value is (30,61,141). Sum of RGB (Red+Green+Blue) = 30+61+141=232 (30% of max value = 765). Red value is 30 (12.11% from 255 or 12.93% from 232); Green value is 61 (24.22% from 255 or 26.29% from 232); Blue value is 141 (55.47% from 255 or 60.78% from 232); Max value from RGB is 141 - color contains mainly: blue. Hex color #1E3D8D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1E3D8D is #E1C272. Grayscale: #3C3C3C. Windows color (decimal): -14795379 or 9256222. OLE color: 9256222.
HSL color Cylindrical-coordinate representation of color #1E3D8D: hue angle of 223.24º degrees, saturation: 0.65, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1E3D8D is Cyan = 0.79, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 30 | 61 | 141 | - |
| CMYK | 0.79 | 0.57 | 0 | 0.45 |
| HSL | 223.24º | 0.65% | 0.34% | - |
| HSV(B) | 223.24º | 0.79% | 0.55% | - |
| XYZ | 7.01 | 5.54 | 25.9 | - |
| YUV | 60.85 | 173.23 | 106 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 61 | 141 | 0.79 | 0.57 | 0 | 0.45 | 223.24 | 0.65 | 0.34 |
| Hex | 1E | 3D | 8D | 4F | 39 | 0 | 2D | DF | 41 | 22 |
| Octal | 36 | 75 | 215 | 117 | 71 | 0 | 55 | 337 | 101 | 42 |
| Binary | 11110 | 111101 | 10001101 | 1001111 | 111001 | 0 | 101101 | 11011111 | 1000001 | 100010 |
Color Harmonies of #1E3D8D
Complementary color
Monochromatic Colors of #1E3D8D
Black with #1E3D8D
Text Example
Text Example
White with #1E3D8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E3D8D; }
p { color: rgb(30,61,141); }
H1.HeaderClassName
{
color: #1E3D8D;
}
.AnyTagClassName
{
color: #1E3D8D;
}
</style>
background-color css
<style>
a { background-color: #1E3D8D; }
a { background-color: rgb(30,61,141); }
div.DivClassName
{
background-color: #1E3D8D;
}
.BgClassName
{
background-color: #1E3D8D;
}
</style>
border-color css
<style>
span { border-color: #1E3D8D; }
span { border-color: rgb(30,61,141); }
td.TdClassName
{
border-color: #1E3D8D;
}
.TagClassName
{
border-color: #1E3D8D;
}
</style>