Shades of Egyptian Blue #1C2FAC
Tints of Egyptian Blue #1C2FAC
RGB
CMYK
RGB Variations
Color information
#1C2FAC (or 0x1C2FAC) is known color: Egyptian Blue. HEX triplet: 1C, 2F and AC. RGB value is (28,47,172). Sum of RGB (Red+Green+Blue) = 28+47+172=247 (32% of max value = 765). Red value is 28 (11.33% from 255 or 11.34% from 247); Green value is 47 (18.75% from 255 or 19.03% from 247); Blue value is 172 (67.58% from 255 or 69.64% from 247); Max value from RGB is 172 - color contains mainly: blue. Hex color #1C2FAC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1C2FAC is #E3D053. Grayscale: #373737. Windows color (decimal): -14930004 or 11284252. OLE color: 11284252.
HSL color Cylindrical-coordinate representation of color #1C2FAC: hue angle of 232.08º 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 #1C2FAC is Cyan = 0.84, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 28 | 47 | 172 | - |
| CMYK | 0.84 | 0.73 | 0 | 0.33 |
| HSL | 232.08º | 0.72% | 0.39% | - |
| HSV(B) | 232.08º | 0.84% | 0.67% | - |
| XYZ | 8.94 | 5.26 | 39.57 | - |
| YUV | 55.57 | 193.71 | 108.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 47 | 172 | 0.84 | 0.73 | 0 | 0.33 | 232.08 | 0.72 | 0.39 |
| Hex | 1C | 2F | AC | 54 | 49 | 0 | 21 | E8 | 48 | 27 |
| Octal | 34 | 57 | 254 | 124 | 111 | 0 | 41 | 350 | 110 | 47 |
| Binary | 11100 | 101111 | 10101100 | 1010100 | 1001001 | 0 | 100001 | 11101000 | 1001000 | 100111 |
Color Harmonies of #1C2FAC
Complementary color
Monochromatic Colors of #1C2FAC
Black with #1C2FAC
Text Example
Text Example
White with #1C2FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C2FAC; }
p { color: rgb(28,47,172); }
H1.HeaderClassName
{
color: #1C2FAC;
}
.AnyTagClassName
{
color: #1C2FAC;
}
</style>
background-color css
<style>
a { background-color: #1C2FAC; }
a { background-color: rgb(28,47,172); }
div.DivClassName
{
background-color: #1C2FAC;
}
.BgClassName
{
background-color: #1C2FAC;
}
</style>
border-color css
<style>
span { border-color: #1C2FAC; }
span { border-color: rgb(28,47,172); }
td.TdClassName
{
border-color: #1C2FAC;
}
.TagClassName
{
border-color: #1C2FAC;
}
</style>