Shades of Egyptian Blue #11389D
Tints of Egyptian Blue #11389D
RGB
CMYK
RGB Variations
Color information
#11389D (or 0x11389D) is known color: Egyptian Blue. HEX triplet: 11, 38 and 9D. RGB value is (17,56,157). Sum of RGB (Red+Green+Blue) = 17+56+157=230 (30% of max value = 765). Red value is 17 (7.03% from 255 or 7.39% from 230); Green value is 56 (22.27% from 255 or 24.35% from 230); Blue value is 157 (61.72% from 255 or 68.26% from 230); Max value from RGB is 157 - color contains mainly: blue. Hex color #11389D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #11389D is #EEC762. Grayscale: #373737. Windows color (decimal): -15648611 or 10303505. OLE color: 10303505.
HSL color Cylindrical-coordinate representation of color #11389D: hue angle of 223.29º degrees, saturation: 0.8, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #11389D is Cyan = 0.89, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 17 | 56 | 157 | - |
| CMYK | 0.89 | 0.64 | 0 | 0.38 |
| HSL | 223.29º | 0.8% | 0.34% | - |
| HSV(B) | 223.29º | 0.89% | 0.62% | - |
| XYZ | 7.73 | 5.38 | 32.53 | - |
| YUV | 55.85 | 185.08 | 100.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 56 | 157 | 0.89 | 0.64 | 0 | 0.38 | 223.29 | 0.8 | 0.34 |
| Hex | 11 | 38 | 9D | 59 | 40 | 0 | 26 | DF | 50 | 22 |
| Octal | 21 | 70 | 235 | 131 | 100 | 0 | 46 | 337 | 120 | 42 |
| Binary | 10001 | 111000 | 10011101 | 1011001 | 1000000 | 0 | 100110 | 11011111 | 1010000 | 100010 |
Color Harmonies of #11389D
Complementary color
Monochromatic Colors of #11389D
Black with #11389D
Text Example
Text Example
White with #11389D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11389D; }
p { color: rgb(17,56,157); }
H1.HeaderClassName
{
color: #11389D;
}
.AnyTagClassName
{
color: #11389D;
}
</style>
background-color css
<style>
a { background-color: #11389D; }
a { background-color: rgb(17,56,157); }
div.DivClassName
{
background-color: #11389D;
}
.BgClassName
{
background-color: #11389D;
}
</style>
border-color css
<style>
span { border-color: #11389D; }
span { border-color: rgb(17,56,157); }
td.TdClassName
{
border-color: #11389D;
}
.TagClassName
{
border-color: #11389D;
}
</style>