Shades of Egyptian Blue #112393
Tints of Egyptian Blue #112393
RGB
CMYK
RGB Variations
Color information
#112393 (or 0x112393) is known color: Egyptian Blue. HEX triplet: 11, 23 and 93. RGB value is (17,35,147). Sum of RGB (Red+Green+Blue) = 17+35+147=199 (26% of max value = 765). Red value is 17 (7.03% from 255 or 8.54% from 199); Green value is 35 (14.06% from 255 or 17.59% from 199); Blue value is 147 (57.81% from 255 or 73.87% from 199); Max value from RGB is 147 - color contains mainly: blue. Hex color #112393 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #112393 is #EEDC6C. Grayscale: #292929. Windows color (decimal): -15653997 or 9642769. OLE color: 9642769.
HSL color Cylindrical-coordinate representation of color #112393: hue angle of 231.69º 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 #112393 is Cyan = 0.88, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 17 | 35 | 147 | - |
| CMYK | 0.88 | 0.76 | 0 | 0.42 |
| HSL | 231.69º | 0.79% | 0.32% | - |
| HSV(B) | 231.69º | 0.88% | 0.58% | - |
| XYZ | 6.1 | 3.43 | 27.94 | - |
| YUV | 42.39 | 187.04 | 109.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 35 | 147 | 0.88 | 0.76 | 0 | 0.42 | 231.69 | 0.79 | 0.32 |
| Hex | 11 | 23 | 93 | 58 | 4C | 0 | 2A | E8 | 4F | 20 |
| Octal | 21 | 43 | 223 | 130 | 114 | 0 | 52 | 350 | 117 | 40 |
| Binary | 10001 | 100011 | 10010011 | 1011000 | 1001100 | 0 | 101010 | 11101000 | 1001111 | 100000 |
Color Harmonies of #112393
Complementary color
Monochromatic Colors of #112393
Black with #112393
Text Example
Text Example
White with #112393
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #112393; }
p { color: rgb(17,35,147); }
H1.HeaderClassName
{
color: #112393;
}
.AnyTagClassName
{
color: #112393;
}
</style>
background-color css
<style>
a { background-color: #112393; }
a { background-color: rgb(17,35,147); }
div.DivClassName
{
background-color: #112393;
}
.BgClassName
{
background-color: #112393;
}
</style>
border-color css
<style>
span { border-color: #112393; }
span { border-color: rgb(17,35,147); }
td.TdClassName
{
border-color: #112393;
}
.TagClassName
{
border-color: #112393;
}
</style>