Shades of Egyptian Blue #1E329A
Tints of Egyptian Blue #1E329A
RGB
CMYK
RGB Variations
Color information
#1E329A (or 0x1E329A) is known color: Egyptian Blue. HEX triplet: 1E, 32 and 9A. RGB value is (30,50,154). Sum of RGB (Red+Green+Blue) = 30+50+154=234 (30% of max value = 765). Red value is 30 (12.11% from 255 or 12.82% from 234); Green value is 50 (19.92% from 255 or 21.37% from 234); Blue value is 154 (60.55% from 255 or 65.81% from 234); Max value from RGB is 154 - color contains mainly: blue. Hex color #1E329A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1E329A is #E1CD65. Grayscale: #373737. Windows color (decimal): -14798182 or 10105374. OLE color: 10105374.
HSL color Cylindrical-coordinate representation of color #1E329A: hue angle of 230.32º degrees, saturation: 0.67, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1E329A is Cyan = 0.81, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 30 | 50 | 154 | - |
| CMYK | 0.81 | 0.68 | 0 | 0.40 |
| HSL | 230.32º | 0.67% | 0.36% | - |
| HSV(B) | 230.32º | 0.81% | 0.6% | - |
| XYZ | 7.51 | 4.89 | 31.12 | - |
| YUV | 55.88 | 183.37 | 109.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 50 | 154 | 0.81 | 0.68 | 0 | 0.40 | 230.32 | 0.67 | 0.36 |
| Hex | 1E | 32 | 9A | 51 | 44 | 0 | 28 | E6 | 43 | 24 |
| Octal | 36 | 62 | 232 | 121 | 104 | 0 | 50 | 346 | 103 | 44 |
| Binary | 11110 | 110010 | 10011010 | 1010001 | 1000100 | 0 | 101000 | 11100110 | 1000011 | 100100 |
Color Harmonies of #1E329A
Complementary color
Monochromatic Colors of #1E329A
Black with #1E329A
Text Example
Text Example
White with #1E329A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E329A; }
p { color: rgb(30,50,154); }
H1.HeaderClassName
{
color: #1E329A;
}
.AnyTagClassName
{
color: #1E329A;
}
</style>
background-color css
<style>
a { background-color: #1E329A; }
a { background-color: rgb(30,50,154); }
div.DivClassName
{
background-color: #1E329A;
}
.BgClassName
{
background-color: #1E329A;
}
</style>
border-color css
<style>
span { border-color: #1E329A; }
span { border-color: rgb(30,50,154); }
td.TdClassName
{
border-color: #1E329A;
}
.TagClassName
{
border-color: #1E329A;
}
</style>