Shades of Egyptian Blue #1E24AC
Tints of Egyptian Blue #1E24AC
RGB
CMYK
RGB Variations
Color information
#1E24AC (or 0x1E24AC) is known color: Egyptian Blue. HEX triplet: 1E, 24 and AC. RGB value is (30,36,172). Sum of RGB (Red+Green+Blue) = 30+36+172=238 (31% of max value = 765). Red value is 30 (12.11% from 255 or 12.61% from 238); Green value is 36 (14.45% from 255 or 15.13% from 238); Blue value is 172 (67.58% from 255 or 72.27% from 238); Max value from RGB is 172 - color contains mainly: blue. Hex color #1E24AC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1E24AC is #E1DB53. Grayscale: #313131. Windows color (decimal): -14801748 or 11281438. OLE color: 11281438.
HSL color Cylindrical-coordinate representation of color #1E24AC: hue angle of 237.46º degrees, saturation: 0.7, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1E24AC is Cyan = 0.83, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 30 | 36 | 172 | - |
| CMYK | 0.83 | 0.79 | 0 | 0.33 |
| HSL | 237.46º | 0.7% | 0.4% | - |
| HSV(B) | 237.46º | 0.83% | 0.67% | - |
| XYZ | 8.61 | 4.52 | 39.45 | - |
| YUV | 49.71 | 197.01 | 113.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 36 | 172 | 0.83 | 0.79 | 0 | 0.33 | 237.46 | 0.7 | 0.4 |
| Hex | 1E | 24 | AC | 53 | 4F | 0 | 21 | ED | 46 | 28 |
| Octal | 36 | 44 | 254 | 123 | 117 | 0 | 41 | 355 | 106 | 50 |
| Binary | 11110 | 100100 | 10101100 | 1010011 | 1001111 | 0 | 100001 | 11101101 | 1000110 | 101000 |
Color Harmonies of #1E24AC
Complementary color
Monochromatic Colors of #1E24AC
Black with #1E24AC
Text Example
Text Example
White with #1E24AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E24AC; }
p { color: rgb(30,36,172); }
H1.HeaderClassName
{
color: #1E24AC;
}
.AnyTagClassName
{
color: #1E24AC;
}
</style>
background-color css
<style>
a { background-color: #1E24AC; }
a { background-color: rgb(30,36,172); }
div.DivClassName
{
background-color: #1E24AC;
}
.BgClassName
{
background-color: #1E24AC;
}
</style>
border-color css
<style>
span { border-color: #1E24AC; }
span { border-color: rgb(30,36,172); }
td.TdClassName
{
border-color: #1E24AC;
}
.TagClassName
{
border-color: #1E24AC;
}
</style>