Shades of Egyptian Blue #11379D
Tints of Egyptian Blue #11379D
RGB
CMYK
RGB Variations
Color information
#11379D (or 0x11379D) is known color: Egyptian Blue. HEX triplet: 11, 37 and 9D. RGB value is (17,55,157). Sum of RGB (Red+Green+Blue) = 17+55+157=229 (30% of max value = 765). Red value is 17 (7.03% from 255 or 7.42% from 229); Green value is 55 (21.88% from 255 or 24.02% from 229); Blue value is 157 (61.72% from 255 or 68.56% from 229); Max value from RGB is 157 - color contains mainly: blue. Hex color #11379D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #11379D is #EEC862. Grayscale: #363636. Windows color (decimal): -15648867 or 10303249. OLE color: 10303249.
HSL color Cylindrical-coordinate representation of color #11379D: hue angle of 223.71º 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 #11379D is Cyan = 0.89, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 17 | 55 | 157 | - |
| CMYK | 0.89 | 0.65 | 0 | 0.38 |
| HSL | 223.71º | 0.8% | 0.34% | - |
| HSV(B) | 223.71º | 0.89% | 0.62% | - |
| XYZ | 7.68 | 5.29 | 32.51 | - |
| YUV | 55.27 | 185.41 | 100.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 55 | 157 | 0.89 | 0.65 | 0 | 0.38 | 223.71 | 0.8 | 0.34 |
| Hex | 11 | 37 | 9D | 59 | 41 | 0 | 26 | E0 | 50 | 22 |
| Octal | 21 | 67 | 235 | 131 | 101 | 0 | 46 | 340 | 120 | 42 |
| Binary | 10001 | 110111 | 10011101 | 1011001 | 1000001 | 0 | 100110 | 11100000 | 1010000 | 100010 |
Color Harmonies of #11379D
Complementary color
Monochromatic Colors of #11379D
Black with #11379D
Text Example
Text Example
White with #11379D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11379D; }
p { color: rgb(17,55,157); }
H1.HeaderClassName
{
color: #11379D;
}
.AnyTagClassName
{
color: #11379D;
}
</style>
background-color css
<style>
a { background-color: #11379D; }
a { background-color: rgb(17,55,157); }
div.DivClassName
{
background-color: #11379D;
}
.BgClassName
{
background-color: #11379D;
}
</style>
border-color css
<style>
span { border-color: #11379D; }
span { border-color: rgb(17,55,157); }
td.TdClassName
{
border-color: #11379D;
}
.TagClassName
{
border-color: #11379D;
}
</style>