Shades of Egyptian Blue #1E249C
Tints of Egyptian Blue #1E249C
RGB
CMYK
RGB Variations
Color information
#1E249C (or 0x1E249C) is known color: Egyptian Blue. HEX triplet: 1E, 24 and 9C. RGB value is (30,36,156). Sum of RGB (Red+Green+Blue) = 30+36+156=222 (29% of max value = 765). Red value is 30 (12.11% from 255 or 13.51% from 222); Green value is 36 (14.45% from 255 or 16.22% from 222); Blue value is 156 (61.33% from 255 or 70.27% from 222); Max value from RGB is 156 - color contains mainly: blue. Hex color #1E249C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1E249C is #E1DB63. Grayscale: #2F2F2F. Windows color (decimal): -14801764 or 10232862. OLE color: 10232862.
HSL color Cylindrical-coordinate representation of color #1E249C: hue angle of 237.14º degrees, saturation: 0.68, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1E249C is Cyan = 0.81, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 30 | 36 | 156 | - |
| CMYK | 0.81 | 0.77 | 0 | 0.39 |
| HSL | 237.14º | 0.68% | 0.36% | - |
| HSV(B) | 237.14º | 0.81% | 0.61% | - |
| XYZ | 7.17 | 3.94 | 31.83 | - |
| YUV | 47.89 | 189.01 | 115.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 36 | 156 | 0.81 | 0.77 | 0 | 0.39 | 237.14 | 0.68 | 0.36 |
| Hex | 1E | 24 | 9C | 51 | 4D | 0 | 27 | ED | 44 | 24 |
| Octal | 36 | 44 | 234 | 121 | 115 | 0 | 47 | 355 | 104 | 44 |
| Binary | 11110 | 100100 | 10011100 | 1010001 | 1001101 | 0 | 100111 | 11101101 | 1000100 | 100100 |
Color Harmonies of #1E249C
Complementary color
Monochromatic Colors of #1E249C
Black with #1E249C
Text Example
Text Example
White with #1E249C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E249C; }
p { color: rgb(30,36,156); }
H1.HeaderClassName
{
color: #1E249C;
}
.AnyTagClassName
{
color: #1E249C;
}
</style>
background-color css
<style>
a { background-color: #1E249C; }
a { background-color: rgb(30,36,156); }
div.DivClassName
{
background-color: #1E249C;
}
.BgClassName
{
background-color: #1E249C;
}
</style>
border-color css
<style>
span { border-color: #1E249C; }
span { border-color: rgb(30,36,156); }
td.TdClassName
{
border-color: #1E249C;
}
.TagClassName
{
border-color: #1E249C;
}
</style>