Shades of Egyptian Blue #11389F
Tints of Egyptian Blue #11389F
RGB
CMYK
RGB Variations
Color information
#11389F (or 0x11389F) is known color: Egyptian Blue. HEX triplet: 11, 38 and 9F. RGB value is (17,56,159). Sum of RGB (Red+Green+Blue) = 17+56+159=232 (30% of max value = 765). Red value is 17 (7.03% from 255 or 7.33% from 232); Green value is 56 (22.27% from 255 or 24.14% from 232); Blue value is 159 (62.5% from 255 or 68.53% from 232); Max value from RGB is 159 - color contains mainly: blue. Hex color #11389F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #11389F is #EEC760. Grayscale: #373737. Windows color (decimal): -15648609 or 10434577. OLE color: 10434577.
HSL color Cylindrical-coordinate representation of color #11389F: hue angle of 223.52º degrees, saturation: 0.81, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #11389F is Cyan = 0.89, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 17 | 56 | 159 | - |
| CMYK | 0.89 | 0.65 | 0 | 0.38 |
| HSL | 223.52º | 0.81% | 0.35% | - |
| HSV(B) | 223.52º | 0.89% | 0.62% | - |
| XYZ | 7.9 | 5.45 | 33.44 | - |
| YUV | 56.08 | 186.08 | 100.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 56 | 159 | 0.89 | 0.65 | 0 | 0.38 | 223.52 | 0.81 | 0.35 |
| Hex | 11 | 38 | 9F | 59 | 41 | 0 | 26 | E0 | 51 | 23 |
| Octal | 21 | 70 | 237 | 131 | 101 | 0 | 46 | 340 | 121 | 43 |
| Binary | 10001 | 111000 | 10011111 | 1011001 | 1000001 | 0 | 100110 | 11100000 | 1010001 | 100011 |
Color Harmonies of #11389F
Complementary color
Monochromatic Colors of #11389F
Black with #11389F
Text Example
Text Example
White with #11389F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11389F; }
p { color: rgb(17,56,159); }
H1.HeaderClassName
{
color: #11389F;
}
.AnyTagClassName
{
color: #11389F;
}
</style>
background-color css
<style>
a { background-color: #11389F; }
a { background-color: rgb(17,56,159); }
div.DivClassName
{
background-color: #11389F;
}
.BgClassName
{
background-color: #11389F;
}
</style>
border-color css
<style>
span { border-color: #11389F; }
span { border-color: rgb(17,56,159); }
td.TdClassName
{
border-color: #11389F;
}
.TagClassName
{
border-color: #11389F;
}
</style>