Shades of Egyptian Blue #11359A
Tints of Egyptian Blue #11359A
RGB
CMYK
RGB Variations
Color information
#11359A (or 0x11359A) is known color: Egyptian Blue. HEX triplet: 11, 35 and 9A. RGB value is (17,53,154). Sum of RGB (Red+Green+Blue) = 17+53+154=224 (29% of max value = 765). Red value is 17 (7.03% from 255 or 7.59% from 224); Green value is 53 (21.09% from 255 or 23.66% from 224); Blue value is 154 (60.55% from 255 or 68.75% from 224); Max value from RGB is 154 - color contains mainly: blue. Hex color #11359A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #11359A is #EECA65. Grayscale: #353535. Windows color (decimal): -15649382 or 10106129. OLE color: 10106129.
HSL color Cylindrical-coordinate representation of color #11359A: hue angle of 224.23º degrees, saturation: 0.8, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #11359A is Cyan = 0.89, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 17 | 53 | 154 | - |
| CMYK | 0.89 | 0.66 | 0 | 0.40 |
| HSL | 224.23º | 0.8% | 0.34% | - |
| HSV(B) | 224.23º | 0.89% | 0.6% | - |
| XYZ | 7.34 | 5 | 31.15 | - |
| YUV | 53.75 | 184.57 | 101.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 53 | 154 | 0.89 | 0.66 | 0 | 0.40 | 224.23 | 0.8 | 0.34 |
| Hex | 11 | 35 | 9A | 59 | 42 | 0 | 28 | E0 | 50 | 22 |
| Octal | 21 | 65 | 232 | 131 | 102 | 0 | 50 | 340 | 120 | 42 |
| Binary | 10001 | 110101 | 10011010 | 1011001 | 1000010 | 0 | 101000 | 11100000 | 1010000 | 100010 |
Color Harmonies of #11359A
Complementary color
Monochromatic Colors of #11359A
Black with #11359A
Text Example
Text Example
White with #11359A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11359A; }
p { color: rgb(17,53,154); }
H1.HeaderClassName
{
color: #11359A;
}
.AnyTagClassName
{
color: #11359A;
}
</style>
background-color css
<style>
a { background-color: #11359A; }
a { background-color: rgb(17,53,154); }
div.DivClassName
{
background-color: #11359A;
}
.BgClassName
{
background-color: #11359A;
}
</style>
border-color css
<style>
span { border-color: #11359A; }
span { border-color: rgb(17,53,154); }
td.TdClassName
{
border-color: #11359A;
}
.TagClassName
{
border-color: #11359A;
}
</style>