Shades of Egyptian Blue #1C1CAC
Tints of Egyptian Blue #1C1CAC
RGB
CMYK
RGB Variations
Color information
#1C1CAC (or 0x1C1CAC) is known color: Egyptian Blue. HEX triplet: 1C, 1C and AC. RGB value is (28,28,172). Sum of RGB (Red+Green+Blue) = 28+28+172=228 (30% of max value = 765). Red value is 28 (11.33% from 255 or 12.28% from 228); Green value is 28 (11.33% from 255 or 12.28% from 228); Blue value is 172 (67.58% from 255 or 75.44% from 228); Max value from RGB is 172 - color contains mainly: blue. Hex color #1C1CAC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1C1CAC is #E3E353. Grayscale: #2B2B2B. Windows color (decimal): -14934868 or 11279388. OLE color: 11279388.
HSL color Cylindrical-coordinate representation of color #1C1CAC: hue angle of 240º 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 #1C1CAC is Cyan = 0.84, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 28 | 28 | 172 | - |
| CMYK | 0.84 | 0.84 | 0 | 0.33 |
| HSL | 240º | 0.72% | 0.39% | - |
| HSV(B) | 240º | 0.84% | 0.67% | - |
| XYZ | 8.34 | 4.06 | 39.37 | - |
| YUV | 44.42 | 200 | 116.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 28 | 172 | 0.84 | 0.84 | 0 | 0.33 | 240 | 0.72 | 0.39 |
| Hex | 1C | 1C | AC | 54 | 54 | 0 | 21 | F0 | 48 | 27 |
| Octal | 34 | 34 | 254 | 124 | 124 | 0 | 41 | 360 | 110 | 47 |
| Binary | 11100 | 11100 | 10101100 | 1010100 | 1010100 | 0 | 100001 | 11110000 | 1001000 | 100111 |
Color Harmonies of #1C1CAC
Complementary color
Monochromatic Colors of #1C1CAC
Black with #1C1CAC
Text Example
Text Example
White with #1C1CAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C1CAC; }
p { color: rgb(28,28,172); }
H1.HeaderClassName
{
color: #1C1CAC;
}
.AnyTagClassName
{
color: #1C1CAC;
}
</style>
background-color css
<style>
a { background-color: #1C1CAC; }
a { background-color: rgb(28,28,172); }
div.DivClassName
{
background-color: #1C1CAC;
}
.BgClassName
{
background-color: #1C1CAC;
}
</style>
border-color css
<style>
span { border-color: #1C1CAC; }
span { border-color: rgb(28,28,172); }
td.TdClassName
{
border-color: #1C1CAC;
}
.TagClassName
{
border-color: #1C1CAC;
}
</style>