Shades of Egyptian Blue #1E239B
Tints of Egyptian Blue #1E239B
RGB
CMYK
RGB Variations
Color information
#1E239B (or 0x1E239B) is known color: Egyptian Blue. HEX triplet: 1E, 23 and 9B. RGB value is (30,35,155). Sum of RGB (Red+Green+Blue) = 30+35+155=220 (29% of max value = 765). Red value is 30 (12.11% from 255 or 13.64% from 220); Green value is 35 (14.06% from 255 or 15.91% from 220); Blue value is 155 (60.94% from 255 or 70.45% from 220); Max value from RGB is 155 - color contains mainly: blue. Hex color #1E239B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1E239B is #E1DC64. Grayscale: #2E2E2E. Windows color (decimal): -14802021 or 10167070. OLE color: 10167070.
HSL color Cylindrical-coordinate representation of color #1E239B: hue angle of 237.6º 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 #1E239B is Cyan = 0.81, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 30 | 35 | 155 | - |
| CMYK | 0.81 | 0.77 | 0 | 0.39 |
| HSL | 237.6º | 0.68% | 0.36% | - |
| HSV(B) | 237.6º | 0.81% | 0.61% | - |
| XYZ | 7.05 | 3.84 | 31.38 | - |
| YUV | 47.19 | 188.84 | 115.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 35 | 155 | 0.81 | 0.77 | 0 | 0.39 | 237.6 | 0.68 | 0.36 |
| Hex | 1E | 23 | 9B | 51 | 4D | 0 | 27 | EE | 44 | 24 |
| Octal | 36 | 43 | 233 | 121 | 115 | 0 | 47 | 356 | 104 | 44 |
| Binary | 11110 | 100011 | 10011011 | 1010001 | 1001101 | 0 | 100111 | 11101110 | 1000100 | 100100 |
Color Harmonies of #1E239B
Complementary color
Monochromatic Colors of #1E239B
Black with #1E239B
Text Example
Text Example
White with #1E239B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E239B; }
p { color: rgb(30,35,155); }
H1.HeaderClassName
{
color: #1E239B;
}
.AnyTagClassName
{
color: #1E239B;
}
</style>
background-color css
<style>
a { background-color: #1E239B; }
a { background-color: rgb(30,35,155); }
div.DivClassName
{
background-color: #1E239B;
}
.BgClassName
{
background-color: #1E239B;
}
</style>
border-color css
<style>
span { border-color: #1E239B; }
span { border-color: rgb(30,35,155); }
td.TdClassName
{
border-color: #1E239B;
}
.TagClassName
{
border-color: #1E239B;
}
</style>