Shades of Egyptian Blue #1132A8
Tints of Egyptian Blue #1132A8
RGB
CMYK
RGB Variations
Color information
#1132A8 (or 0x1132A8) is known color: Egyptian Blue. HEX triplet: 11, 32 and A8. RGB value is (17,50,168). Sum of RGB (Red+Green+Blue) = 17+50+168=235 (31% of max value = 765). Red value is 17 (7.03% from 255 or 7.23% from 235); Green value is 50 (19.92% from 255 or 21.28% from 235); Blue value is 168 (66.02% from 255 or 71.49% from 235); Max value from RGB is 168 - color contains mainly: blue. Hex color #1132A8 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1132A8 is #EECD57. Grayscale: #353535. Windows color (decimal): -15650136 or 11022865. OLE color: 11022865.
HSL color Cylindrical-coordinate representation of color #1132A8: hue angle of 226.89º degrees, saturation: 0.82, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1132A8 is Cyan = 0.90, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 17 | 50 | 168 | - |
| CMYK | 0.90 | 0.70 | 0 | 0.34 |
| HSL | 226.89º | 0.82% | 0.36% | - |
| HSV(B) | 226.89º | 0.9% | 0.66% | - |
| XYZ | 8.44 | 5.23 | 37.61 | - |
| YUV | 53.59 | 192.57 | 101.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 50 | 168 | 0.90 | 0.70 | 0 | 0.34 | 226.89 | 0.82 | 0.36 |
| Hex | 11 | 32 | A8 | 5A | 46 | 0 | 22 | E3 | 52 | 24 |
| Octal | 21 | 62 | 250 | 132 | 106 | 0 | 42 | 343 | 122 | 44 |
| Binary | 10001 | 110010 | 10101000 | 1011010 | 1000110 | 0 | 100010 | 11100011 | 1010010 | 100100 |
Color Harmonies of #1132A8
Complementary color
Monochromatic Colors of #1132A8
Black with #1132A8
Text Example
Text Example
White with #1132A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1132A8; }
p { color: rgb(17,50,168); }
H1.HeaderClassName
{
color: #1132A8;
}
.AnyTagClassName
{
color: #1132A8;
}
</style>
background-color css
<style>
a { background-color: #1132A8; }
a { background-color: rgb(17,50,168); }
div.DivClassName
{
background-color: #1132A8;
}
.BgClassName
{
background-color: #1132A8;
}
</style>
border-color css
<style>
span { border-color: #1132A8; }
span { border-color: rgb(17,50,168); }
td.TdClassName
{
border-color: #1132A8;
}
.TagClassName
{
border-color: #1132A8;
}
</style>