Shades of Egyptian Blue #1137AB
Tints of Egyptian Blue #1137AB
RGB
CMYK
RGB Variations
Color information
#1137AB (or 0x1137AB) is known color: Egyptian Blue. HEX triplet: 11, 37 and AB. RGB value is (17,55,171). Sum of RGB (Red+Green+Blue) = 17+55+171=243 (32% of max value = 765). Red value is 17 (7.03% from 255 or 7.00% from 243); Green value is 55 (21.88% from 255 or 22.63% from 243); Blue value is 171 (67.19% from 255 or 70.37% from 243); Max value from RGB is 171 - color contains mainly: blue. Hex color #1137AB is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1137AB is #EEC854. Grayscale: #383838. Windows color (decimal): -15648853 or 11220753. OLE color: 11220753.
HSL color Cylindrical-coordinate representation of color #1137AB: hue angle of 225.19º 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 #1137AB is Cyan = 0.90, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 17 | 55 | 171 | - |
| CMYK | 0.90 | 0.68 | 0 | 0.33 |
| HSL | 225.19º | 0.82% | 0.37% | - |
| HSV(B) | 225.19º | 0.9% | 0.67% | - |
| XYZ | 8.95 | 5.79 | 39.17 | - |
| YUV | 56.86 | 192.41 | 99.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 55 | 171 | 0.90 | 0.68 | 0 | 0.33 | 225.19 | 0.82 | 0.37 |
| Hex | 11 | 37 | AB | 5A | 44 | 0 | 21 | E1 | 52 | 25 |
| Octal | 21 | 67 | 253 | 132 | 104 | 0 | 41 | 341 | 122 | 45 |
| Binary | 10001 | 110111 | 10101011 | 1011010 | 1000100 | 0 | 100001 | 11100001 | 1010010 | 100101 |
Color Harmonies of #1137AB
Complementary color
Monochromatic Colors of #1137AB
Black with #1137AB
Text Example
Text Example
White with #1137AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1137AB; }
p { color: rgb(17,55,171); }
H1.HeaderClassName
{
color: #1137AB;
}
.AnyTagClassName
{
color: #1137AB;
}
</style>
background-color css
<style>
a { background-color: #1137AB; }
a { background-color: rgb(17,55,171); }
div.DivClassName
{
background-color: #1137AB;
}
.BgClassName
{
background-color: #1137AB;
}
</style>
border-color css
<style>
span { border-color: #1137AB; }
span { border-color: rgb(17,55,171); }
td.TdClassName
{
border-color: #1137AB;
}
.TagClassName
{
border-color: #1137AB;
}
</style>