Shades of Egyptian Blue #1E48A4
Tints of Egyptian Blue #1E48A4
RGB
CMYK
RGB Variations
Color information
#1E48A4 (or 0x1E48A4) is known color: Egyptian Blue. HEX triplet: 1E, 48 and A4. RGB value is (30,72,164). Sum of RGB (Red+Green+Blue) = 30+72+164=266 (35% of max value = 765). Red value is 30 (12.11% from 255 or 11.28% from 266); Green value is 72 (28.52% from 255 or 27.07% from 266); Blue value is 164 (64.45% from 255 or 61.65% from 266); Max value from RGB is 164 - color contains mainly: blue. Hex color #1E48A4 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1E48A4 is #E1B75B. Grayscale: #454545. Windows color (decimal): -14792540 or 10766366. OLE color: 10766366.
HSL color Cylindrical-coordinate representation of color #1E48A4: hue angle of 221.19º degrees, saturation: 0.69, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1E48A4 is Cyan = 0.82, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 30 | 72 | 164 | - |
| CMYK | 0.82 | 0.56 | 0 | 0.36 |
| HSL | 221.19º | 0.69% | 0.38% | - |
| HSV(B) | 221.19º | 0.82% | 0.64% | - |
| XYZ | 9.55 | 7.59 | 36.08 | - |
| YUV | 69.93 | 181.09 | 99.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 72 | 164 | 0.82 | 0.56 | 0 | 0.36 | 221.19 | 0.69 | 0.38 |
| Hex | 1E | 48 | A4 | 52 | 38 | 0 | 24 | DD | 45 | 26 |
| Octal | 36 | 110 | 244 | 122 | 70 | 0 | 44 | 335 | 105 | 46 |
| Binary | 11110 | 1001000 | 10100100 | 1010010 | 111000 | 0 | 100100 | 11011101 | 1000101 | 100110 |
Color Harmonies of #1E48A4
Complementary color
Monochromatic Colors of #1E48A4
Black with #1E48A4
Text Example
Text Example
White with #1E48A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E48A4; }
p { color: rgb(30,72,164); }
H1.HeaderClassName
{
color: #1E48A4;
}
.AnyTagClassName
{
color: #1E48A4;
}
</style>
background-color css
<style>
a { background-color: #1E48A4; }
a { background-color: rgb(30,72,164); }
div.DivClassName
{
background-color: #1E48A4;
}
.BgClassName
{
background-color: #1E48A4;
}
</style>
border-color css
<style>
span { border-color: #1E48A4; }
span { border-color: rgb(30,72,164); }
td.TdClassName
{
border-color: #1E48A4;
}
.TagClassName
{
border-color: #1E48A4;
}
</style>