Shades of Egyptian Blue #1C39AC
Tints of Egyptian Blue #1C39AC
RGB
CMYK
RGB Variations
Color information
#1C39AC (or 0x1C39AC) is known color: Egyptian Blue. HEX triplet: 1C, 39 and AC. RGB value is (28,57,172). Sum of RGB (Red+Green+Blue) = 28+57+172=257 (34% of max value = 765). Red value is 28 (11.33% from 255 or 10.89% from 257); Green value is 57 (22.66% from 255 or 22.18% from 257); Blue value is 172 (67.58% from 255 or 66.93% from 257); Max value from RGB is 172 - color contains mainly: blue. Hex color #1C39AC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1C39AC is #E3C653. Grayscale: #3C3C3C. Windows color (decimal): -14927444 or 11286812. OLE color: 11286812.
HSL color Cylindrical-coordinate representation of color #1C39AC: hue angle of 227.92º 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 #1C39AC is Cyan = 0.84, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 28 | 57 | 172 | - |
| CMYK | 0.84 | 0.67 | 0 | 0.33 |
| HSL | 227.92º | 0.72% | 0.39% | - |
| HSV(B) | 227.92º | 0.84% | 0.67% | - |
| XYZ | 9.39 | 6.15 | 39.72 | - |
| YUV | 61.44 | 190.39 | 104.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 57 | 172 | 0.84 | 0.67 | 0 | 0.33 | 227.92 | 0.72 | 0.39 |
| Hex | 1C | 39 | AC | 54 | 43 | 0 | 21 | E4 | 48 | 27 |
| Octal | 34 | 71 | 254 | 124 | 103 | 0 | 41 | 344 | 110 | 47 |
| Binary | 11100 | 111001 | 10101100 | 1010100 | 1000011 | 0 | 100001 | 11100100 | 1001000 | 100111 |
Color Harmonies of #1C39AC
Complementary color
Monochromatic Colors of #1C39AC
Black with #1C39AC
Text Example
Text Example
White with #1C39AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C39AC; }
p { color: rgb(28,57,172); }
H1.HeaderClassName
{
color: #1C39AC;
}
.AnyTagClassName
{
color: #1C39AC;
}
</style>
background-color css
<style>
a { background-color: #1C39AC; }
a { background-color: rgb(28,57,172); }
div.DivClassName
{
background-color: #1C39AC;
}
.BgClassName
{
background-color: #1C39AC;
}
</style>
border-color css
<style>
span { border-color: #1C39AC; }
span { border-color: rgb(28,57,172); }
td.TdClassName
{
border-color: #1C39AC;
}
.TagClassName
{
border-color: #1C39AC;
}
</style>