Shades of Egyptian Blue #11399F
Tints of Egyptian Blue #11399F
RGB
CMYK
RGB Variations
Color information
#11399F (or 0x11399F) is known color: Egyptian Blue. HEX triplet: 11, 39 and 9F. RGB value is (17,57,159). Sum of RGB (Red+Green+Blue) = 17+57+159=233 (30% of max value = 765). Red value is 17 (7.03% from 255 or 7.30% from 233); Green value is 57 (22.66% from 255 or 24.46% from 233); Blue value is 159 (62.5% from 255 or 68.24% from 233); Max value from RGB is 159 - color contains mainly: blue. Hex color #11399F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #11399F is #EEC660. Grayscale: #383838. Windows color (decimal): -15648353 or 10434833. OLE color: 10434833.
HSL color Cylindrical-coordinate representation of color #11399F: hue angle of 223.1º 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 #11399F is Cyan = 0.89, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 17 | 57 | 159 | - |
| CMYK | 0.89 | 0.64 | 0 | 0.38 |
| HSL | 223.1º | 0.81% | 0.35% | - |
| HSV(B) | 223.1º | 0.89% | 0.62% | - |
| XYZ | 7.95 | 5.55 | 33.45 | - |
| YUV | 56.67 | 185.75 | 99.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 57 | 159 | 0.89 | 0.64 | 0 | 0.38 | 223.1 | 0.81 | 0.35 |
| Hex | 11 | 39 | 9F | 59 | 40 | 0 | 26 | DF | 51 | 23 |
| Octal | 21 | 71 | 237 | 131 | 100 | 0 | 46 | 337 | 121 | 43 |
| Binary | 10001 | 111001 | 10011111 | 1011001 | 1000000 | 0 | 100110 | 11011111 | 1010001 | 100011 |
Color Harmonies of #11399F
Complementary color
Monochromatic Colors of #11399F
Black with #11399F
Text Example
Text Example
White with #11399F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11399F; }
p { color: rgb(17,57,159); }
H1.HeaderClassName
{
color: #11399F;
}
.AnyTagClassName
{
color: #11399F;
}
</style>
background-color css
<style>
a { background-color: #11399F; }
a { background-color: rgb(17,57,159); }
div.DivClassName
{
background-color: #11399F;
}
.BgClassName
{
background-color: #11399F;
}
</style>
border-color css
<style>
span { border-color: #11399F; }
span { border-color: rgb(17,57,159); }
td.TdClassName
{
border-color: #11399F;
}
.TagClassName
{
border-color: #11399F;
}
</style>