Shades of Egyptian Blue #1132AC
Tints of Egyptian Blue #1132AC
RGB
CMYK
RGB Variations
Color information
#1132AC (or 0x1132AC) is known color: Egyptian Blue. HEX triplet: 11, 32 and AC. RGB value is (17,50,172). Sum of RGB (Red+Green+Blue) = 17+50+172=239 (31% of max value = 765). Red value is 17 (7.03% from 255 or 7.11% from 239); Green value is 50 (19.92% from 255 or 20.92% from 239); Blue value is 172 (67.58% from 255 or 71.97% from 239); Max value from RGB is 172 - color contains mainly: blue. Hex color #1132AC is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1132AC is #EECD53. Grayscale: #353535. Windows color (decimal): -15650132 or 11285009. OLE color: 11285009.
HSL color Cylindrical-coordinate representation of color #1132AC: hue angle of 227.23º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1132AC is Cyan = 0.90, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 17 | 50 | 172 | - |
| CMYK | 0.90 | 0.71 | 0 | 0.33 |
| HSL | 227.23º | 0.82% | 0.37% | - |
| HSV(B) | 227.23º | 0.9% | 0.67% | - |
| XYZ | 8.82 | 5.38 | 39.6 | - |
| YUV | 54.04 | 194.57 | 101.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 50 | 172 | 0.90 | 0.71 | 0 | 0.33 | 227.23 | 0.82 | 0.37 |
| Hex | 11 | 32 | AC | 5A | 47 | 0 | 21 | E3 | 52 | 25 |
| Octal | 21 | 62 | 254 | 132 | 107 | 0 | 41 | 343 | 122 | 45 |
| Binary | 10001 | 110010 | 10101100 | 1011010 | 1000111 | 0 | 100001 | 11100011 | 1010010 | 100101 |
Color Harmonies of #1132AC
Complementary color
Monochromatic Colors of #1132AC
Black with #1132AC
Text Example
Text Example
White with #1132AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1132AC; }
p { color: rgb(17,50,172); }
H1.HeaderClassName
{
color: #1132AC;
}
.AnyTagClassName
{
color: #1132AC;
}
</style>
background-color css
<style>
a { background-color: #1132AC; }
a { background-color: rgb(17,50,172); }
div.DivClassName
{
background-color: #1132AC;
}
.BgClassName
{
background-color: #1132AC;
}
</style>
border-color css
<style>
span { border-color: #1132AC; }
span { border-color: rgb(17,50,172); }
td.TdClassName
{
border-color: #1132AC;
}
.TagClassName
{
border-color: #1132AC;
}
</style>