Shades of Egyptian Blue #112295
Tints of Egyptian Blue #112295
RGB
CMYK
RGB Variations
Color information
#112295 (or 0x112295) is known color: Egyptian Blue. HEX triplet: 11, 22 and 95. RGB value is (17,34,149). Sum of RGB (Red+Green+Blue) = 17+34+149=200 (26% of max value = 765). Red value is 17 (7.03% from 255 or 8.5% from 200); Green value is 34 (13.67% from 255 or 17% from 200); Blue value is 149 (58.59% from 255 or 74.5% from 200); Max value from RGB is 149 - color contains mainly: blue. Hex color #112295 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #112295 is #EEDD6A. Grayscale: #292929. Windows color (decimal): -15654251 or 9773585. OLE color: 9773585.
HSL color Cylindrical-coordinate representation of color #112295: hue angle of 232.27º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #112295 is Cyan = 0.89, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 17 | 34 | 149 | - |
| CMYK | 0.89 | 0.77 | 0 | 0.42 |
| HSL | 232.27º | 0.8% | 0.33% | - |
| HSV(B) | 232.27º | 0.89% | 0.58% | - |
| XYZ | 6.23 | 3.43 | 28.77 | - |
| YUV | 42.03 | 188.37 | 110.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 34 | 149 | 0.89 | 0.77 | 0 | 0.42 | 232.27 | 0.8 | 0.33 |
| Hex | 11 | 22 | 95 | 59 | 4D | 0 | 2A | E8 | 50 | 21 |
| Octal | 21 | 42 | 225 | 131 | 115 | 0 | 52 | 350 | 120 | 41 |
| Binary | 10001 | 100010 | 10010101 | 1011001 | 1001101 | 0 | 101010 | 11101000 | 1010000 | 100001 |
Color Harmonies of #112295
Complementary color
Monochromatic Colors of #112295
Black with #112295
Text Example
Text Example
White with #112295
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #112295; }
p { color: rgb(17,34,149); }
H1.HeaderClassName
{
color: #112295;
}
.AnyTagClassName
{
color: #112295;
}
</style>
background-color css
<style>
a { background-color: #112295; }
a { background-color: rgb(17,34,149); }
div.DivClassName
{
background-color: #112295;
}
.BgClassName
{
background-color: #112295;
}
</style>
border-color css
<style>
span { border-color: #112295; }
span { border-color: rgb(17,34,149); }
td.TdClassName
{
border-color: #112295;
}
.TagClassName
{
border-color: #112295;
}
</style>