Shades of Egyptian Blue #11319F
Tints of Egyptian Blue #11319F
RGB
CMYK
RGB Variations
Color information
#11319F (or 0x11319F) is known color: Egyptian Blue. HEX triplet: 11, 31 and 9F. RGB value is (17,49,159). Sum of RGB (Red+Green+Blue) = 17+49+159=225 (29% of max value = 765). Red value is 17 (7.03% from 255 or 7.56% from 225); Green value is 49 (19.53% from 255 or 21.78% from 225); Blue value is 159 (62.5% from 255 or 70.67% from 225); Max value from RGB is 159 - color contains mainly: blue. Hex color #11319F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #11319F is #EECE60. Grayscale: #333333. Windows color (decimal): -15650401 or 10432785. OLE color: 10432785.
HSL color Cylindrical-coordinate representation of color #11319F: hue angle of 226.48º 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 #11319F is Cyan = 0.89, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 17 | 49 | 159 | - |
| CMYK | 0.89 | 0.69 | 0 | 0.38 |
| HSL | 226.48º | 0.81% | 0.35% | - |
| HSV(B) | 226.48º | 0.89% | 0.62% | - |
| XYZ | 7.59 | 4.82 | 33.33 | - |
| YUV | 51.97 | 188.4 | 103.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 49 | 159 | 0.89 | 0.69 | 0 | 0.38 | 226.48 | 0.81 | 0.35 |
| Hex | 11 | 31 | 9F | 59 | 45 | 0 | 26 | E2 | 51 | 23 |
| Octal | 21 | 61 | 237 | 131 | 105 | 0 | 46 | 342 | 121 | 43 |
| Binary | 10001 | 110001 | 10011111 | 1011001 | 1000101 | 0 | 100110 | 11100010 | 1010001 | 100011 |
Color Harmonies of #11319F
Complementary color
Monochromatic Colors of #11319F
Black with #11319F
Text Example
Text Example
White with #11319F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11319F; }
p { color: rgb(17,49,159); }
H1.HeaderClassName
{
color: #11319F;
}
.AnyTagClassName
{
color: #11319F;
}
</style>
background-color css
<style>
a { background-color: #11319F; }
a { background-color: rgb(17,49,159); }
div.DivClassName
{
background-color: #11319F;
}
.BgClassName
{
background-color: #11319F;
}
</style>
border-color css
<style>
span { border-color: #11319F; }
span { border-color: rgb(17,49,159); }
td.TdClassName
{
border-color: #11319F;
}
.TagClassName
{
border-color: #11319F;
}
</style>