Shades of Egyptian Blue #1C2FAA
Tints of Egyptian Blue #1C2FAA
RGB
CMYK
RGB Variations
Color information
#1C2FAA (or 0x1C2FAA) is known color: Egyptian Blue. HEX triplet: 1C, 2F and AA. RGB value is (28,47,170). Sum of RGB (Red+Green+Blue) = 28+47+170=245 (32% of max value = 765). Red value is 28 (11.33% from 255 or 11.43% from 245); Green value is 47 (18.75% from 255 or 19.18% from 245); Blue value is 170 (66.80% from 255 or 69.39% from 245); Max value from RGB is 170 - color contains mainly: blue. Hex color #1C2FAA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1C2FAA is #E3D055. Grayscale: #363636. Windows color (decimal): -14930006 or 11153180. OLE color: 11153180.
HSL color Cylindrical-coordinate representation of color #1C2FAA: hue angle of 231.97º degrees, saturation: 0.72, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1C2FAA is Cyan = 0.84, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 28 | 47 | 170 | - |
| CMYK | 0.84 | 0.72 | 0 | 0.33 |
| HSL | 231.97º | 0.72% | 0.39% | - |
| HSV(B) | 231.97º | 0.84% | 0.67% | - |
| XYZ | 8.75 | 5.18 | 38.57 | - |
| YUV | 55.34 | 192.71 | 108.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 47 | 170 | 0.84 | 0.72 | 0 | 0.33 | 231.97 | 0.72 | 0.39 |
| Hex | 1C | 2F | AA | 54 | 48 | 0 | 21 | E8 | 48 | 27 |
| Octal | 34 | 57 | 252 | 124 | 110 | 0 | 41 | 350 | 110 | 47 |
| Binary | 11100 | 101111 | 10101010 | 1010100 | 1001000 | 0 | 100001 | 11101000 | 1001000 | 100111 |
Color Harmonies of #1C2FAA
Complementary color
Monochromatic Colors of #1C2FAA
Black with #1C2FAA
Text Example
Text Example
White with #1C2FAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C2FAA; }
p { color: rgb(28,47,170); }
H1.HeaderClassName
{
color: #1C2FAA;
}
.AnyTagClassName
{
color: #1C2FAA;
}
</style>
background-color css
<style>
a { background-color: #1C2FAA; }
a { background-color: rgb(28,47,170); }
div.DivClassName
{
background-color: #1C2FAA;
}
.BgClassName
{
background-color: #1C2FAA;
}
</style>
border-color css
<style>
span { border-color: #1C2FAA; }
span { border-color: rgb(28,47,170); }
td.TdClassName
{
border-color: #1C2FAA;
}
.TagClassName
{
border-color: #1C2FAA;
}
</style>