Shades of Egyptian Blue #112897
Tints of Egyptian Blue #112897
RGB
CMYK
RGB Variations
Color information
#112897 (or 0x112897) is known color: Egyptian Blue. HEX triplet: 11, 28 and 97. RGB value is (17,40,151). Sum of RGB (Red+Green+Blue) = 17+40+151=208 (27% of max value = 765). Red value is 17 (7.03% from 255 or 8.17% from 208); Green value is 40 (16.02% from 255 or 19.23% from 208); Blue value is 151 (59.38% from 255 or 72.60% from 208); Max value from RGB is 151 - color contains mainly: blue. Hex color #112897 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #112897 is #EED768. Grayscale: #2D2D2D. Windows color (decimal): -15652713 or 9906193. OLE color: 9906193.
HSL color Cylindrical-coordinate representation of color #112897: hue angle of 229.7º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #112897 is Cyan = 0.89, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 17 | 40 | 151 | - |
| CMYK | 0.89 | 0.74 | 0 | 0.41 |
| HSL | 229.7º | 0.8% | 0.33% | - |
| HSV(B) | 229.7º | 0.89% | 0.59% | - |
| XYZ | 6.58 | 3.87 | 29.68 | - |
| YUV | 45.78 | 187.38 | 107.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 40 | 151 | 0.89 | 0.74 | 0 | 0.41 | 229.7 | 0.8 | 0.33 |
| Hex | 11 | 28 | 97 | 59 | 4A | 0 | 29 | E6 | 50 | 21 |
| Octal | 21 | 50 | 227 | 131 | 112 | 0 | 51 | 346 | 120 | 41 |
| Binary | 10001 | 101000 | 10010111 | 1011001 | 1001010 | 0 | 101001 | 11100110 | 1010000 | 100001 |
Color Harmonies of #112897
Complementary color
Monochromatic Colors of #112897
Black with #112897
Text Example
Text Example
White with #112897
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #112897; }
p { color: rgb(17,40,151); }
H1.HeaderClassName
{
color: #112897;
}
.AnyTagClassName
{
color: #112897;
}
</style>
background-color css
<style>
a { background-color: #112897; }
a { background-color: rgb(17,40,151); }
div.DivClassName
{
background-color: #112897;
}
.BgClassName
{
background-color: #112897;
}
</style>
border-color css
<style>
span { border-color: #112897; }
span { border-color: rgb(17,40,151); }
td.TdClassName
{
border-color: #112897;
}
.TagClassName
{
border-color: #112897;
}
</style>