Shades of Egyptian Blue #1C1EAE
Tints of Egyptian Blue #1C1EAE
RGB
CMYK
RGB Variations
Color information
#1C1EAE (or 0x1C1EAE) is known color: Egyptian Blue. HEX triplet: 1C, 1E and AE. RGB value is (28,30,174). Sum of RGB (Red+Green+Blue) = 28+30+174=232 (30% of max value = 765). Red value is 28 (11.33% from 255 or 12.07% from 232); Green value is 30 (12.11% from 255 or 12.93% from 232); Blue value is 174 (68.36% from 255 or 75% from 232); Max value from RGB is 174 - color contains mainly: blue. Hex color #1C1EAE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1C1EAE is #E3E151. Grayscale: #2D2D2D. Windows color (decimal): -14934354 or 11410972. OLE color: 11410972.
HSL color Cylindrical-coordinate representation of color #1C1EAE: hue angle of 239.18º degrees, saturation: 0.72, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1C1EAE is Cyan = 0.84, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 28 | 30 | 174 | - |
| CMYK | 0.84 | 0.83 | 0 | 0.32 |
| HSL | 239.18º | 0.72% | 0.4% | - |
| HSV(B) | 239.18º | 0.84% | 0.68% | - |
| XYZ | 8.58 | 4.23 | 40.41 | - |
| YUV | 45.82 | 200.34 | 115.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 30 | 174 | 0.84 | 0.83 | 0 | 0.32 | 239.18 | 0.72 | 0.4 |
| Hex | 1C | 1E | AE | 54 | 53 | 0 | 20 | EF | 48 | 28 |
| Octal | 34 | 36 | 256 | 124 | 123 | 0 | 40 | 357 | 110 | 50 |
| Binary | 11100 | 11110 | 10101110 | 1010100 | 1010011 | 0 | 100000 | 11101111 | 1001000 | 101000 |
Color Harmonies of #1C1EAE
Complementary color
Monochromatic Colors of #1C1EAE
Black with #1C1EAE
Text Example
Text Example
White with #1C1EAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C1EAE; }
p { color: rgb(28,30,174); }
H1.HeaderClassName
{
color: #1C1EAE;
}
.AnyTagClassName
{
color: #1C1EAE;
}
</style>
background-color css
<style>
a { background-color: #1C1EAE; }
a { background-color: rgb(28,30,174); }
div.DivClassName
{
background-color: #1C1EAE;
}
.BgClassName
{
background-color: #1C1EAE;
}
</style>
border-color css
<style>
span { border-color: #1C1EAE; }
span { border-color: rgb(28,30,174); }
td.TdClassName
{
border-color: #1C1EAE;
}
.TagClassName
{
border-color: #1C1EAE;
}
</style>