Shades of Egyptian Blue #1135AB
Tints of Egyptian Blue #1135AB
RGB
CMYK
RGB Variations
Color information
#1135AB (or 0x1135AB) is known color: Egyptian Blue. HEX triplet: 11, 35 and AB. RGB value is (17,53,171). Sum of RGB (Red+Green+Blue) = 17+53+171=241 (31% of max value = 765). Red value is 17 (7.03% from 255 or 7.05% from 241); Green value is 53 (21.09% from 255 or 21.99% from 241); Blue value is 171 (67.19% from 255 or 70.95% from 241); Max value from RGB is 171 - color contains mainly: blue. Hex color #1135AB is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1135AB is #EECA54. Grayscale: #373737. Windows color (decimal): -15649365 or 11220241. OLE color: 11220241.
HSL color Cylindrical-coordinate representation of color #1135AB: hue angle of 225.97º 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 #1135AB is Cyan = 0.90, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 17 | 53 | 171 | - |
| CMYK | 0.90 | 0.69 | 0 | 0.33 |
| HSL | 225.97º | 0.82% | 0.37% | - |
| HSV(B) | 225.97º | 0.9% | 0.67% | - |
| XYZ | 8.85 | 5.61 | 39.14 | - |
| YUV | 55.69 | 193.07 | 100.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 53 | 171 | 0.90 | 0.69 | 0 | 0.33 | 225.97 | 0.82 | 0.37 |
| Hex | 11 | 35 | AB | 5A | 45 | 0 | 21 | E2 | 52 | 25 |
| Octal | 21 | 65 | 253 | 132 | 105 | 0 | 41 | 342 | 122 | 45 |
| Binary | 10001 | 110101 | 10101011 | 1011010 | 1000101 | 0 | 100001 | 11100010 | 1010010 | 100101 |
Color Harmonies of #1135AB
Complementary color
Monochromatic Colors of #1135AB
Black with #1135AB
Text Example
Text Example
White with #1135AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1135AB; }
p { color: rgb(17,53,171); }
H1.HeaderClassName
{
color: #1135AB;
}
.AnyTagClassName
{
color: #1135AB;
}
</style>
background-color css
<style>
a { background-color: #1135AB; }
a { background-color: rgb(17,53,171); }
div.DivClassName
{
background-color: #1135AB;
}
.BgClassName
{
background-color: #1135AB;
}
</style>
border-color css
<style>
span { border-color: #1135AB; }
span { border-color: rgb(17,53,171); }
td.TdClassName
{
border-color: #1135AB;
}
.TagClassName
{
border-color: #1135AB;
}
</style>