Shades of Egyptian Blue #1C2AA4
Tints of Egyptian Blue #1C2AA4
RGB
CMYK
RGB Variations
Color information
#1C2AA4 (or 0x1C2AA4) is known color: Egyptian Blue. HEX triplet: 1C, 2A and A4. RGB value is (28,42,164). Sum of RGB (Red+Green+Blue) = 28+42+164=234 (30% of max value = 765). Red value is 28 (11.33% from 255 or 11.97% from 234); Green value is 42 (16.80% from 255 or 17.95% from 234); Blue value is 164 (64.45% from 255 or 70.09% from 234); Max value from RGB is 164 - color contains mainly: blue. Hex color #1C2AA4 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1C2AA4 is #E3D55B. Grayscale: #333333. Windows color (decimal): -14931292 or 10758684. OLE color: 10758684.
HSL color Cylindrical-coordinate representation of color #1C2AA4: hue angle of 233.82º degrees, saturation: 0.71, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1C2AA4 is Cyan = 0.83, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 28 | 42 | 164 | - |
| CMYK | 0.83 | 0.74 | 0 | 0.36 |
| HSL | 233.82º | 0.71% | 0.38% | - |
| HSV(B) | 233.82º | 0.83% | 0.64% | - |
| XYZ | 8.01 | 4.58 | 35.58 | - |
| YUV | 51.72 | 191.36 | 111.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 42 | 164 | 0.83 | 0.74 | 0 | 0.36 | 233.82 | 0.71 | 0.38 |
| Hex | 1C | 2A | A4 | 53 | 4A | 0 | 24 | EA | 47 | 26 |
| Octal | 34 | 52 | 244 | 123 | 112 | 0 | 44 | 352 | 107 | 46 |
| Binary | 11100 | 101010 | 10100100 | 1010011 | 1001010 | 0 | 100100 | 11101010 | 1000111 | 100110 |
Color Harmonies of #1C2AA4
Complementary color
Monochromatic Colors of #1C2AA4
Black with #1C2AA4
Text Example
Text Example
White with #1C2AA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C2AA4; }
p { color: rgb(28,42,164); }
H1.HeaderClassName
{
color: #1C2AA4;
}
.AnyTagClassName
{
color: #1C2AA4;
}
</style>
background-color css
<style>
a { background-color: #1C2AA4; }
a { background-color: rgb(28,42,164); }
div.DivClassName
{
background-color: #1C2AA4;
}
.BgClassName
{
background-color: #1C2AA4;
}
</style>
border-color css
<style>
span { border-color: #1C2AA4; }
span { border-color: rgb(28,42,164); }
td.TdClassName
{
border-color: #1C2AA4;
}
.TagClassName
{
border-color: #1C2AA4;
}
</style>