Shades of Egyptian Blue #1E3B9F
Tints of Egyptian Blue #1E3B9F
RGB
CMYK
RGB Variations
Color information
#1E3B9F (or 0x1E3B9F) is known color: Egyptian Blue. HEX triplet: 1E, 3B and 9F. RGB value is (30,59,159). Sum of RGB (Red+Green+Blue) = 30+59+159=248 (32% of max value = 765). Red value is 30 (12.11% from 255 or 12.10% from 248); Green value is 59 (23.44% from 255 or 23.79% from 248); Blue value is 159 (62.5% from 255 or 64.11% from 248); Max value from RGB is 159 - color contains mainly: blue. Hex color #1E3B9F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1E3B9F is #E1C460. Grayscale: #3D3D3D. Windows color (decimal): -14795873 or 10435358. OLE color: 10435358.
HSL color Cylindrical-coordinate representation of color #1E3B9F: hue angle of 226.51º degrees, saturation: 0.68, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1E3B9F is Cyan = 0.81, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 30 | 59 | 159 | - |
| CMYK | 0.81 | 0.63 | 0 | 0.38 |
| HSL | 226.51º | 0.68% | 0.37% | - |
| HSV(B) | 226.51º | 0.81% | 0.62% | - |
| XYZ | 8.36 | 5.91 | 33.5 | - |
| YUV | 61.73 | 182.89 | 105.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 59 | 159 | 0.81 | 0.63 | 0 | 0.38 | 226.51 | 0.68 | 0.37 |
| Hex | 1E | 3B | 9F | 51 | 3F | 0 | 26 | E3 | 44 | 25 |
| Octal | 36 | 73 | 237 | 121 | 77 | 0 | 46 | 343 | 104 | 45 |
| Binary | 11110 | 111011 | 10011111 | 1010001 | 111111 | 0 | 100110 | 11100011 | 1000100 | 100101 |
Color Harmonies of #1E3B9F
Complementary color
Monochromatic Colors of #1E3B9F
Black with #1E3B9F
Text Example
Text Example
White with #1E3B9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E3B9F; }
p { color: rgb(30,59,159); }
H1.HeaderClassName
{
color: #1E3B9F;
}
.AnyTagClassName
{
color: #1E3B9F;
}
</style>
background-color css
<style>
a { background-color: #1E3B9F; }
a { background-color: rgb(30,59,159); }
div.DivClassName
{
background-color: #1E3B9F;
}
.BgClassName
{
background-color: #1E3B9F;
}
</style>
border-color css
<style>
span { border-color: #1E3B9F; }
span { border-color: rgb(30,59,159); }
td.TdClassName
{
border-color: #1E3B9F;
}
.TagClassName
{
border-color: #1E3B9F;
}
</style>