Shades of Egyptian Blue #1E28A2
Tints of Egyptian Blue #1E28A2
RGB
CMYK
RGB Variations
Color information
#1E28A2 (or 0x1E28A2) is known color: Egyptian Blue. HEX triplet: 1E, 28 and A2. RGB value is (30,40,162). Sum of RGB (Red+Green+Blue) = 30+40+162=232 (30% of max value = 765). Red value is 30 (12.11% from 255 or 12.93% from 232); Green value is 40 (16.02% from 255 or 17.24% from 232); Blue value is 162 (63.67% from 255 or 69.83% from 232); Max value from RGB is 162 - color contains mainly: blue. Hex color #1E28A2 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1E28A2 is #E1D75D. Grayscale: #323232. Windows color (decimal): -14800734 or 10627102. OLE color: 10627102.
HSL color Cylindrical-coordinate representation of color #1E28A2: hue angle of 235.45º degrees, saturation: 0.69, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1E28A2 is Cyan = 0.81, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 30 | 40 | 162 | - |
| CMYK | 0.81 | 0.75 | 0 | 0.36 |
| HSL | 235.45º | 0.69% | 0.38% | - |
| HSV(B) | 235.45º | 0.81% | 0.64% | - |
| XYZ | 7.82 | 4.4 | 34.62 | - |
| YUV | 50.92 | 190.69 | 113.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 40 | 162 | 0.81 | 0.75 | 0 | 0.36 | 235.45 | 0.69 | 0.38 |
| Hex | 1E | 28 | A2 | 51 | 4B | 0 | 24 | EB | 45 | 26 |
| Octal | 36 | 50 | 242 | 121 | 113 | 0 | 44 | 353 | 105 | 46 |
| Binary | 11110 | 101000 | 10100010 | 1010001 | 1001011 | 0 | 100100 | 11101011 | 1000101 | 100110 |
Color Harmonies of #1E28A2
Complementary color
Monochromatic Colors of #1E28A2
Black with #1E28A2
Text Example
Text Example
White with #1E28A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E28A2; }
p { color: rgb(30,40,162); }
H1.HeaderClassName
{
color: #1E28A2;
}
.AnyTagClassName
{
color: #1E28A2;
}
</style>
background-color css
<style>
a { background-color: #1E28A2; }
a { background-color: rgb(30,40,162); }
div.DivClassName
{
background-color: #1E28A2;
}
.BgClassName
{
background-color: #1E28A2;
}
</style>
border-color css
<style>
span { border-color: #1E28A2; }
span { border-color: rgb(30,40,162); }
td.TdClassName
{
border-color: #1E28A2;
}
.TagClassName
{
border-color: #1E28A2;
}
</style>