Shades of Egyptian Blue #112895
Tints of Egyptian Blue #112895
RGB
CMYK
RGB Variations
Color information
#112895 (or 0x112895) is known color: Egyptian Blue. HEX triplet: 11, 28 and 95. RGB value is (17,40,149). Sum of RGB (Red+Green+Blue) = 17+40+149=206 (27% of max value = 765). Red value is 17 (7.03% from 255 or 8.25% from 206); Green value is 40 (16.02% from 255 or 19.42% from 206); Blue value is 149 (58.59% from 255 or 72.33% from 206); Max value from RGB is 149 - color contains mainly: blue. Hex color #112895 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #112895 is #EED76A. Grayscale: #2D2D2D. Windows color (decimal): -15652715 or 9775121. OLE color: 9775121.
HSL color Cylindrical-coordinate representation of color #112895: hue angle of 229.55º 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 #112895 is Cyan = 0.89, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 17 | 40 | 149 | - |
| CMYK | 0.89 | 0.73 | 0 | 0.42 |
| HSL | 229.55º | 0.8% | 0.33% | - |
| HSV(B) | 229.55º | 0.89% | 0.58% | - |
| XYZ | 6.41 | 3.81 | 28.83 | - |
| YUV | 45.55 | 186.38 | 107.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 40 | 149 | 0.89 | 0.73 | 0 | 0.42 | 229.55 | 0.8 | 0.33 |
| Hex | 11 | 28 | 95 | 59 | 49 | 0 | 2A | E6 | 50 | 21 |
| Octal | 21 | 50 | 225 | 131 | 111 | 0 | 52 | 346 | 120 | 41 |
| Binary | 10001 | 101000 | 10010101 | 1011001 | 1001001 | 0 | 101010 | 11100110 | 1010000 | 100001 |
Color Harmonies of #112895
Complementary color
Monochromatic Colors of #112895
Black with #112895
Text Example
Text Example
White with #112895
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #112895; }
p { color: rgb(17,40,149); }
H1.HeaderClassName
{
color: #112895;
}
.AnyTagClassName
{
color: #112895;
}
</style>
background-color css
<style>
a { background-color: #112895; }
a { background-color: rgb(17,40,149); }
div.DivClassName
{
background-color: #112895;
}
.BgClassName
{
background-color: #112895;
}
</style>
border-color css
<style>
span { border-color: #112895; }
span { border-color: rgb(17,40,149); }
td.TdClassName
{
border-color: #112895;
}
.TagClassName
{
border-color: #112895;
}
</style>