Shades of Egyptian Blue #1131AD
Tints of Egyptian Blue #1131AD
RGB
CMYK
RGB Variations
Color information
#1131AD (or 0x1131AD) is known color: Egyptian Blue. HEX triplet: 11, 31 and AD. RGB value is (17,49,173). Sum of RGB (Red+Green+Blue) = 17+49+173=239 (31% of max value = 765). Red value is 17 (7.03% from 255 or 7.11% from 239); Green value is 49 (19.53% from 255 or 20.50% from 239); Blue value is 173 (67.97% from 255 or 72.38% from 239); Max value from RGB is 173 - color contains mainly: blue. Hex color #1131AD is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1131AD is #EECE52. Grayscale: #353535. Windows color (decimal): -15650387 or 11350289. OLE color: 11350289.
HSL color Cylindrical-coordinate representation of color #1131AD: hue angle of 227.69º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1131AD is Cyan = 0.90, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 17 | 49 | 173 | - |
| CMYK | 0.90 | 0.72 | 0 | 0.32 |
| HSL | 227.69º | 0.82% | 0.37% | - |
| HSV(B) | 227.69º | 0.9% | 0.68% | - |
| XYZ | 8.87 | 5.33 | 40.1 | - |
| YUV | 53.57 | 195.4 | 101.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 49 | 173 | 0.90 | 0.72 | 0 | 0.32 | 227.69 | 0.82 | 0.37 |
| Hex | 11 | 31 | AD | 5A | 48 | 0 | 20 | E4 | 52 | 25 |
| Octal | 21 | 61 | 255 | 132 | 110 | 0 | 40 | 344 | 122 | 45 |
| Binary | 10001 | 110001 | 10101101 | 1011010 | 1001000 | 0 | 100000 | 11100100 | 1010010 | 100101 |
Color Harmonies of #1131AD
Complementary color
Monochromatic Colors of #1131AD
Black with #1131AD
Text Example
Text Example
White with #1131AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1131AD; }
p { color: rgb(17,49,173); }
H1.HeaderClassName
{
color: #1131AD;
}
.AnyTagClassName
{
color: #1131AD;
}
</style>
background-color css
<style>
a { background-color: #1131AD; }
a { background-color: rgb(17,49,173); }
div.DivClassName
{
background-color: #1131AD;
}
.BgClassName
{
background-color: #1131AD;
}
</style>
border-color css
<style>
span { border-color: #1131AD; }
span { border-color: rgb(17,49,173); }
td.TdClassName
{
border-color: #1131AD;
}
.TagClassName
{
border-color: #1131AD;
}
</style>