Shades of Egyptian Blue #11399D
Tints of Egyptian Blue #11399D
RGB
CMYK
RGB Variations
Color information
#11399D (or 0x11399D) is known color: Egyptian Blue. HEX triplet: 11, 39 and 9D. RGB value is (17,57,157). Sum of RGB (Red+Green+Blue) = 17+57+157=231 (30% of max value = 765). Red value is 17 (7.03% from 255 or 7.36% from 231); Green value is 57 (22.66% from 255 or 24.68% from 231); Blue value is 157 (61.72% from 255 or 67.97% from 231); Max value from RGB is 157 - color contains mainly: blue. Hex color #11399D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #11399D is #EEC662. Grayscale: #383838. Windows color (decimal): -15648355 or 10303761. OLE color: 10303761.
HSL color Cylindrical-coordinate representation of color #11399D: hue angle of 222.86º 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 #11399D is Cyan = 0.89, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 17 | 57 | 157 | - |
| CMYK | 0.89 | 0.64 | 0 | 0.38 |
| HSL | 222.86º | 0.8% | 0.34% | - |
| HSV(B) | 222.86º | 0.89% | 0.62% | - |
| XYZ | 7.78 | 5.48 | 32.55 | - |
| YUV | 56.44 | 184.75 | 99.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 57 | 157 | 0.89 | 0.64 | 0 | 0.38 | 222.86 | 0.8 | 0.34 |
| Hex | 11 | 39 | 9D | 59 | 40 | 0 | 26 | DF | 50 | 22 |
| Octal | 21 | 71 | 235 | 131 | 100 | 0 | 46 | 337 | 120 | 42 |
| Binary | 10001 | 111001 | 10011101 | 1011001 | 1000000 | 0 | 100110 | 11011111 | 1010000 | 100010 |
Color Harmonies of #11399D
Complementary color
Monochromatic Colors of #11399D
Black with #11399D
Text Example
Text Example
White with #11399D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11399D; }
p { color: rgb(17,57,157); }
H1.HeaderClassName
{
color: #11399D;
}
.AnyTagClassName
{
color: #11399D;
}
</style>
background-color css
<style>
a { background-color: #11399D; }
a { background-color: rgb(17,57,157); }
div.DivClassName
{
background-color: #11399D;
}
.BgClassName
{
background-color: #11399D;
}
</style>
border-color css
<style>
span { border-color: #11399D; }
span { border-color: rgb(17,57,157); }
td.TdClassName
{
border-color: #11399D;
}
.TagClassName
{
border-color: #11399D;
}
</style>