Shades of Egyptian Blue #1E28AC
Tints of Egyptian Blue #1E28AC
RGB
CMYK
RGB Variations
Color information
#1E28AC (or 0x1E28AC) is known color: Egyptian Blue. HEX triplet: 1E, 28 and AC. RGB value is (30,40,172). Sum of RGB (Red+Green+Blue) = 30+40+172=242 (32% of max value = 765). Red value is 30 (12.11% from 255 or 12.40% from 242); Green value is 40 (16.02% from 255 or 16.53% from 242); Blue value is 172 (67.58% from 255 or 71.07% from 242); Max value from RGB is 172 - color contains mainly: blue. Hex color #1E28AC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1E28AC is #E1D753. Grayscale: #333333. Windows color (decimal): -14800724 or 11282462. OLE color: 11282462.
HSL color Cylindrical-coordinate representation of color #1E28AC: hue angle of 235.77º degrees, saturation: 0.7, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1E28AC is Cyan = 0.83, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 30 | 40 | 172 | - |
| CMYK | 0.83 | 0.77 | 0 | 0.33 |
| HSL | 235.77º | 0.7% | 0.4% | - |
| HSV(B) | 235.77º | 0.83% | 0.67% | - |
| XYZ | 8.74 | 4.77 | 39.49 | - |
| YUV | 52.06 | 195.69 | 112.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 40 | 172 | 0.83 | 0.77 | 0 | 0.33 | 235.77 | 0.7 | 0.4 |
| Hex | 1E | 28 | AC | 53 | 4D | 0 | 21 | EC | 46 | 28 |
| Octal | 36 | 50 | 254 | 123 | 115 | 0 | 41 | 354 | 106 | 50 |
| Binary | 11110 | 101000 | 10101100 | 1010011 | 1001101 | 0 | 100001 | 11101100 | 1000110 | 101000 |
Color Harmonies of #1E28AC
Complementary color
Monochromatic Colors of #1E28AC
Black with #1E28AC
Text Example
Text Example
White with #1E28AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E28AC; }
p { color: rgb(30,40,172); }
H1.HeaderClassName
{
color: #1E28AC;
}
.AnyTagClassName
{
color: #1E28AC;
}
</style>
background-color css
<style>
a { background-color: #1E28AC; }
a { background-color: rgb(30,40,172); }
div.DivClassName
{
background-color: #1E28AC;
}
.BgClassName
{
background-color: #1E28AC;
}
</style>
border-color css
<style>
span { border-color: #1E28AC; }
span { border-color: rgb(30,40,172); }
td.TdClassName
{
border-color: #1E28AC;
}
.TagClassName
{
border-color: #1E28AC;
}
</style>