Shades of Egyptian Blue #1130AB
Tints of Egyptian Blue #1130AB
RGB
CMYK
RGB Variations
Color information
#1130AB (or 0x1130AB) is known color: Egyptian Blue. HEX triplet: 11, 30 and AB. RGB value is (17,48,171). Sum of RGB (Red+Green+Blue) = 17+48+171=236 (31% of max value = 765). Red value is 17 (7.03% from 255 or 7.20% from 236); Green value is 48 (19.14% from 255 or 20.34% from 236); Blue value is 171 (67.19% from 255 or 72.46% from 236); Max value from RGB is 171 - color contains mainly: blue. Hex color #1130AB is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1130AB is #EECF54. Grayscale: #343434. Windows color (decimal): -15650645 or 11218961. OLE color: 11218961.
HSL color Cylindrical-coordinate representation of color #1130AB: hue angle of 227.92º 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 #1130AB is Cyan = 0.90, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 17 | 48 | 171 | - |
| CMYK | 0.90 | 0.72 | 0 | 0.33 |
| HSL | 227.92º | 0.82% | 0.37% | - |
| HSV(B) | 227.92º | 0.9% | 0.67% | - |
| XYZ | 8.64 | 5.17 | 39.07 | - |
| YUV | 52.75 | 194.73 | 102.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 48 | 171 | 0.90 | 0.72 | 0 | 0.33 | 227.92 | 0.82 | 0.37 |
| Hex | 11 | 30 | AB | 5A | 48 | 0 | 21 | E4 | 52 | 25 |
| Octal | 21 | 60 | 253 | 132 | 110 | 0 | 41 | 344 | 122 | 45 |
| Binary | 10001 | 110000 | 10101011 | 1011010 | 1001000 | 0 | 100001 | 11100100 | 1010010 | 100101 |
Color Harmonies of #1130AB
Complementary color
Monochromatic Colors of #1130AB
Black with #1130AB
Text Example
Text Example
White with #1130AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1130AB; }
p { color: rgb(17,48,171); }
H1.HeaderClassName
{
color: #1130AB;
}
.AnyTagClassName
{
color: #1130AB;
}
</style>
background-color css
<style>
a { background-color: #1130AB; }
a { background-color: rgb(17,48,171); }
div.DivClassName
{
background-color: #1130AB;
}
.BgClassName
{
background-color: #1130AB;
}
</style>
border-color css
<style>
span { border-color: #1130AB; }
span { border-color: rgb(17,48,171); }
td.TdClassName
{
border-color: #1130AB;
}
.TagClassName
{
border-color: #1130AB;
}
</style>