Shades of Egyptian Blue #1136AB
Tints of Egyptian Blue #1136AB
RGB
CMYK
RGB Variations
Color information
#1136AB (or 0x1136AB) is known color: Egyptian Blue. HEX triplet: 11, 36 and AB. RGB value is (17,54,171). Sum of RGB (Red+Green+Blue) = 17+54+171=242 (32% of max value = 765). Red value is 17 (7.03% from 255 or 7.02% from 242); Green value is 54 (21.48% from 255 or 22.31% from 242); Blue value is 171 (67.19% from 255 or 70.66% from 242); Max value from RGB is 171 - color contains mainly: blue. Hex color #1136AB is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1136AB is #EEC954. Grayscale: #373737. Windows color (decimal): -15649109 or 11220497. OLE color: 11220497.
HSL color Cylindrical-coordinate representation of color #1136AB: hue angle of 225.58º 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 #1136AB is Cyan = 0.90, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 17 | 54 | 171 | - |
| CMYK | 0.90 | 0.68 | 0 | 0.33 |
| HSL | 225.58º | 0.82% | 0.37% | - |
| HSV(B) | 225.58º | 0.9% | 0.67% | - |
| XYZ | 8.9 | 5.7 | 39.16 | - |
| YUV | 56.28 | 192.74 | 99.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 54 | 171 | 0.90 | 0.68 | 0 | 0.33 | 225.58 | 0.82 | 0.37 |
| Hex | 11 | 36 | AB | 5A | 44 | 0 | 21 | E2 | 52 | 25 |
| Octal | 21 | 66 | 253 | 132 | 104 | 0 | 41 | 342 | 122 | 45 |
| Binary | 10001 | 110110 | 10101011 | 1011010 | 1000100 | 0 | 100001 | 11100010 | 1010010 | 100101 |
Color Harmonies of #1136AB
Complementary color
Monochromatic Colors of #1136AB
Black with #1136AB
Text Example
Text Example
White with #1136AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1136AB; }
p { color: rgb(17,54,171); }
H1.HeaderClassName
{
color: #1136AB;
}
.AnyTagClassName
{
color: #1136AB;
}
</style>
background-color css
<style>
a { background-color: #1136AB; }
a { background-color: rgb(17,54,171); }
div.DivClassName
{
background-color: #1136AB;
}
.BgClassName
{
background-color: #1136AB;
}
</style>
border-color css
<style>
span { border-color: #1136AB; }
span { border-color: rgb(17,54,171); }
td.TdClassName
{
border-color: #1136AB;
}
.TagClassName
{
border-color: #1136AB;
}
</style>