Shades of Egyptian Blue #1C1DAE
Tints of Egyptian Blue #1C1DAE
RGB
CMYK
RGB Variations
Color information
#1C1DAE (or 0x1C1DAE) is known color: Egyptian Blue. HEX triplet: 1C, 1D and AE. RGB value is (28,29,174). Sum of RGB (Red+Green+Blue) = 28+29+174=231 (30% of max value = 765). Red value is 28 (11.33% from 255 or 12.12% from 231); Green value is 29 (11.72% from 255 or 12.55% from 231); Blue value is 174 (68.36% from 255 or 75.32% from 231); Max value from RGB is 174 - color contains mainly: blue. Hex color #1C1DAE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1C1DAE is #E3E251. Grayscale: #2C2C2C. Windows color (decimal): -14934610 or 11410716. OLE color: 11410716.
HSL color Cylindrical-coordinate representation of color #1C1DAE: hue angle of 239.59º 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 #1C1DAE is Cyan = 0.84, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 28 | 29 | 174 | - |
| CMYK | 0.84 | 0.83 | 0 | 0.32 |
| HSL | 239.59º | 0.72% | 0.4% | - |
| HSV(B) | 239.59º | 0.84% | 0.68% | - |
| XYZ | 8.56 | 4.18 | 40.4 | - |
| YUV | 45.23 | 200.67 | 115.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 29 | 174 | 0.84 | 0.83 | 0 | 0.32 | 239.59 | 0.72 | 0.4 |
| Hex | 1C | 1D | AE | 54 | 53 | 0 | 20 | F0 | 48 | 28 |
| Octal | 34 | 35 | 256 | 124 | 123 | 0 | 40 | 360 | 110 | 50 |
| Binary | 11100 | 11101 | 10101110 | 1010100 | 1010011 | 0 | 100000 | 11110000 | 1001000 | 101000 |
Color Harmonies of #1C1DAE
Complementary color
Monochromatic Colors of #1C1DAE
Black with #1C1DAE
Text Example
Text Example
White with #1C1DAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C1DAE; }
p { color: rgb(28,29,174); }
H1.HeaderClassName
{
color: #1C1DAE;
}
.AnyTagClassName
{
color: #1C1DAE;
}
</style>
background-color css
<style>
a { background-color: #1C1DAE; }
a { background-color: rgb(28,29,174); }
div.DivClassName
{
background-color: #1C1DAE;
}
.BgClassName
{
background-color: #1C1DAE;
}
</style>
border-color css
<style>
span { border-color: #1C1DAE; }
span { border-color: rgb(28,29,174); }
td.TdClassName
{
border-color: #1C1DAE;
}
.TagClassName
{
border-color: #1C1DAE;
}
</style>