Shades of Egyptian Blue #112294
Tints of Egyptian Blue #112294
RGB
CMYK
RGB Variations
Color information
#112294 (or 0x112294) is known color: Egyptian Blue. HEX triplet: 11, 22 and 94. RGB value is (17,34,148). Sum of RGB (Red+Green+Blue) = 17+34+148=199 (26% of max value = 765). Red value is 17 (7.03% from 255 or 8.54% from 199); Green value is 34 (13.67% from 255 or 17.09% from 199); Blue value is 148 (58.20% from 255 or 74.37% from 199); Max value from RGB is 148 - color contains mainly: blue. Hex color #112294 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #112294 is #EEDD6B. Grayscale: #292929. Windows color (decimal): -15654252 or 9708049. OLE color: 9708049.
HSL color Cylindrical-coordinate representation of color #112294: hue angle of 232.21º degrees, saturation: 0.79, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #112294 is Cyan = 0.89, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 17 | 34 | 148 | - |
| CMYK | 0.89 | 0.77 | 0 | 0.42 |
| HSL | 232.21º | 0.79% | 0.32% | - |
| HSV(B) | 232.21º | 0.89% | 0.58% | - |
| XYZ | 6.15 | 3.4 | 28.35 | - |
| YUV | 41.91 | 187.87 | 110.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 34 | 148 | 0.89 | 0.77 | 0 | 0.42 | 232.21 | 0.79 | 0.32 |
| Hex | 11 | 22 | 94 | 59 | 4D | 0 | 2A | E8 | 4F | 20 |
| Octal | 21 | 42 | 224 | 131 | 115 | 0 | 52 | 350 | 117 | 40 |
| Binary | 10001 | 100010 | 10010100 | 1011001 | 1001101 | 0 | 101010 | 11101000 | 1001111 | 100000 |
Color Harmonies of #112294
Complementary color
Monochromatic Colors of #112294
Black with #112294
Text Example
Text Example
White with #112294
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #112294; }
p { color: rgb(17,34,148); }
H1.HeaderClassName
{
color: #112294;
}
.AnyTagClassName
{
color: #112294;
}
</style>
background-color css
<style>
a { background-color: #112294; }
a { background-color: rgb(17,34,148); }
div.DivClassName
{
background-color: #112294;
}
.BgClassName
{
background-color: #112294;
}
</style>
border-color css
<style>
span { border-color: #112294; }
span { border-color: rgb(17,34,148); }
td.TdClassName
{
border-color: #112294;
}
.TagClassName
{
border-color: #112294;
}
</style>