Shades of Egyptian Blue #1E3E9A
Tints of Egyptian Blue #1E3E9A
RGB
CMYK
RGB Variations
Color information
#1E3E9A (or 0x1E3E9A) is known color: Egyptian Blue. HEX triplet: 1E, 3E and 9A. RGB value is (30,62,154). Sum of RGB (Red+Green+Blue) = 30+62+154=246 (32% of max value = 765). Red value is 30 (12.11% from 255 or 12.20% from 246); Green value is 62 (24.61% from 255 or 25.20% from 246); Blue value is 154 (60.55% from 255 or 62.60% from 246); Max value from RGB is 154 - color contains mainly: blue. Hex color #1E3E9A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1E3E9A is #E1C165. Grayscale: #3E3E3E. Windows color (decimal): -14795110 or 10108446. OLE color: 10108446.
HSL color Cylindrical-coordinate representation of color #1E3E9A: hue angle of 224.52º degrees, saturation: 0.67, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1E3E9A is Cyan = 0.81, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 30 | 62 | 154 | - |
| CMYK | 0.81 | 0.60 | 0 | 0.40 |
| HSL | 224.52º | 0.67% | 0.36% | - |
| HSV(B) | 224.52º | 0.81% | 0.6% | - |
| XYZ | 8.09 | 6.05 | 31.31 | - |
| YUV | 62.92 | 179.4 | 104.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 62 | 154 | 0.81 | 0.60 | 0 | 0.40 | 224.52 | 0.67 | 0.36 |
| Hex | 1E | 3E | 9A | 51 | 3C | 0 | 28 | E1 | 43 | 24 |
| Octal | 36 | 76 | 232 | 121 | 74 | 0 | 50 | 341 | 103 | 44 |
| Binary | 11110 | 111110 | 10011010 | 1010001 | 111100 | 0 | 101000 | 11100001 | 1000011 | 100100 |
Color Harmonies of #1E3E9A
Complementary color
Monochromatic Colors of #1E3E9A
Black with #1E3E9A
Text Example
Text Example
White with #1E3E9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E3E9A; }
p { color: rgb(30,62,154); }
H1.HeaderClassName
{
color: #1E3E9A;
}
.AnyTagClassName
{
color: #1E3E9A;
}
</style>
background-color css
<style>
a { background-color: #1E3E9A; }
a { background-color: rgb(30,62,154); }
div.DivClassName
{
background-color: #1E3E9A;
}
.BgClassName
{
background-color: #1E3E9A;
}
</style>
border-color css
<style>
span { border-color: #1E3E9A; }
span { border-color: rgb(30,62,154); }
td.TdClassName
{
border-color: #1E3E9A;
}
.TagClassName
{
border-color: #1E3E9A;
}
</style>