Shades of Egyptian Blue #1E239C
Tints of Egyptian Blue #1E239C
RGB
CMYK
RGB Variations
Color information
#1E239C (or 0x1E239C) is known color: Egyptian Blue. HEX triplet: 1E, 23 and 9C. RGB value is (30,35,156). Sum of RGB (Red+Green+Blue) = 30+35+156=221 (29% of max value = 765). Red value is 30 (12.11% from 255 or 13.57% from 221); Green value is 35 (14.06% from 255 or 15.84% from 221); Blue value is 156 (61.33% from 255 or 70.59% from 221); Max value from RGB is 156 - color contains mainly: blue. Hex color #1E239C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1E239C is #E1DC63. Grayscale: #2E2E2E. Windows color (decimal): -14802020 or 10232606. OLE color: 10232606.
HSL color Cylindrical-coordinate representation of color #1E239C: hue angle of 237.62º 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 #1E239C is Cyan = 0.81, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 30 | 35 | 156 | - |
| CMYK | 0.81 | 0.78 | 0 | 0.39 |
| HSL | 237.62º | 0.68% | 0.36% | - |
| HSV(B) | 237.62º | 0.81% | 0.61% | - |
| XYZ | 7.14 | 3.88 | 31.82 | - |
| YUV | 47.3 | 189.34 | 115.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 35 | 156 | 0.81 | 0.78 | 0 | 0.39 | 237.62 | 0.68 | 0.36 |
| Hex | 1E | 23 | 9C | 51 | 4E | 0 | 27 | EE | 44 | 24 |
| Octal | 36 | 43 | 234 | 121 | 116 | 0 | 47 | 356 | 104 | 44 |
| Binary | 11110 | 100011 | 10011100 | 1010001 | 1001110 | 0 | 100111 | 11101110 | 1000100 | 100100 |
Color Harmonies of #1E239C
Complementary color
Monochromatic Colors of #1E239C
Black with #1E239C
Text Example
Text Example
White with #1E239C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E239C; }
p { color: rgb(30,35,156); }
H1.HeaderClassName
{
color: #1E239C;
}
.AnyTagClassName
{
color: #1E239C;
}
</style>
background-color css
<style>
a { background-color: #1E239C; }
a { background-color: rgb(30,35,156); }
div.DivClassName
{
background-color: #1E239C;
}
.BgClassName
{
background-color: #1E239C;
}
</style>
border-color css
<style>
span { border-color: #1E239C; }
span { border-color: rgb(30,35,156); }
td.TdClassName
{
border-color: #1E239C;
}
.TagClassName
{
border-color: #1E239C;
}
</style>