Shades of Egyptian Blue #113193
Tints of Egyptian Blue #113193
RGB
CMYK
RGB Variations
Color information
#113193 (or 0x113193) is known color: Egyptian Blue. HEX triplet: 11, 31 and 93. RGB value is (17,49,147). Sum of RGB (Red+Green+Blue) = 17+49+147=213 (28% of max value = 765). Red value is 17 (7.03% from 255 or 7.98% from 213); Green value is 49 (19.53% from 255 or 23.00% from 213); Blue value is 147 (57.81% from 255 or 69.01% from 213); Max value from RGB is 147 - color contains mainly: blue. Hex color #113193 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #113193 is #EECE6C. Grayscale: #323232. Windows color (decimal): -15650413 or 9646353. OLE color: 9646353.
HSL color Cylindrical-coordinate representation of color #113193: hue angle of 225.23º degrees, saturation: 0.79, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #113193 is Cyan = 0.88, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 17 | 49 | 147 | - |
| CMYK | 0.88 | 0.67 | 0 | 0.42 |
| HSL | 225.23º | 0.79% | 0.32% | - |
| HSV(B) | 225.23º | 0.88% | 0.58% | - |
| XYZ | 6.6 | 4.42 | 28.11 | - |
| YUV | 50.6 | 182.4 | 104.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 49 | 147 | 0.88 | 0.67 | 0 | 0.42 | 225.23 | 0.79 | 0.32 |
| Hex | 11 | 31 | 93 | 58 | 43 | 0 | 2A | E1 | 4F | 20 |
| Octal | 21 | 61 | 223 | 130 | 103 | 0 | 52 | 341 | 117 | 40 |
| Binary | 10001 | 110001 | 10010011 | 1011000 | 1000011 | 0 | 101010 | 11100001 | 1001111 | 100000 |
Color Harmonies of #113193
Complementary color
Monochromatic Colors of #113193
Black with #113193
Text Example
Text Example
White with #113193
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #113193; }
p { color: rgb(17,49,147); }
H1.HeaderClassName
{
color: #113193;
}
.AnyTagClassName
{
color: #113193;
}
</style>
background-color css
<style>
a { background-color: #113193; }
a { background-color: rgb(17,49,147); }
div.DivClassName
{
background-color: #113193;
}
.BgClassName
{
background-color: #113193;
}
</style>
border-color css
<style>
span { border-color: #113193; }
span { border-color: rgb(17,49,147); }
td.TdClassName
{
border-color: #113193;
}
.TagClassName
{
border-color: #113193;
}
</style>