Shades of Egyptian Blue #1132AB
Tints of Egyptian Blue #1132AB
RGB
CMYK
RGB Variations
Color information
#1132AB (or 0x1132AB) is known color: Egyptian Blue. HEX triplet: 11, 32 and AB. RGB value is (17,50,171). Sum of RGB (Red+Green+Blue) = 17+50+171=238 (31% of max value = 765). Red value is 17 (7.03% from 255 or 7.14% from 238); Green value is 50 (19.92% from 255 or 21.01% from 238); Blue value is 171 (67.19% from 255 or 71.85% from 238); Max value from RGB is 171 - color contains mainly: blue. Hex color #1132AB is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1132AB is #EECD54. Grayscale: #353535. Windows color (decimal): -15650133 or 11219473. OLE color: 11219473.
HSL color Cylindrical-coordinate representation of color #1132AB: hue angle of 227.14º 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 #1132AB is Cyan = 0.90, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 17 | 50 | 171 | - |
| CMYK | 0.90 | 0.71 | 0 | 0.33 |
| HSL | 227.14º | 0.82% | 0.37% | - |
| HSV(B) | 227.14º | 0.9% | 0.67% | - |
| XYZ | 8.72 | 5.34 | 39.1 | - |
| YUV | 53.93 | 194.07 | 101.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 50 | 171 | 0.90 | 0.71 | 0 | 0.33 | 227.14 | 0.82 | 0.37 |
| Hex | 11 | 32 | AB | 5A | 47 | 0 | 21 | E3 | 52 | 25 |
| Octal | 21 | 62 | 253 | 132 | 107 | 0 | 41 | 343 | 122 | 45 |
| Binary | 10001 | 110010 | 10101011 | 1011010 | 1000111 | 0 | 100001 | 11100011 | 1010010 | 100101 |
Color Harmonies of #1132AB
Complementary color
Monochromatic Colors of #1132AB
Black with #1132AB
Text Example
Text Example
White with #1132AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1132AB; }
p { color: rgb(17,50,171); }
H1.HeaderClassName
{
color: #1132AB;
}
.AnyTagClassName
{
color: #1132AB;
}
</style>
background-color css
<style>
a { background-color: #1132AB; }
a { background-color: rgb(17,50,171); }
div.DivClassName
{
background-color: #1132AB;
}
.BgClassName
{
background-color: #1132AB;
}
</style>
border-color css
<style>
span { border-color: #1132AB; }
span { border-color: rgb(17,50,171); }
td.TdClassName
{
border-color: #1132AB;
}
.TagClassName
{
border-color: #1132AB;
}
</style>