Shades of Egyptian Blue #112798
Tints of Egyptian Blue #112798
RGB
CMYK
RGB Variations
Color information
#112798 (or 0x112798) is known color: Egyptian Blue. HEX triplet: 11, 27 and 98. RGB value is (17,39,152). Sum of RGB (Red+Green+Blue) = 17+39+152=208 (27% of max value = 765). Red value is 17 (7.03% from 255 or 8.17% from 208); Green value is 39 (15.62% from 255 or 18.75% from 208); Blue value is 152 (59.77% from 255 or 73.08% from 208); Max value from RGB is 152 - color contains mainly: blue. Hex color #112798 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #112798 is #EED867. Grayscale: #2C2C2C. Windows color (decimal): -15652968 or 9971473. OLE color: 9971473.
HSL color Cylindrical-coordinate representation of color #112798: hue angle of 230.22º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #112798 is Cyan = 0.89, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 17 | 39 | 152 | - |
| CMYK | 0.89 | 0.74 | 0 | 0.40 |
| HSL | 230.22º | 0.8% | 0.33% | - |
| HSV(B) | 230.22º | 0.89% | 0.6% | - |
| XYZ | 6.62 | 3.84 | 30.1 | - |
| YUV | 45.3 | 188.21 | 107.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 39 | 152 | 0.89 | 0.74 | 0 | 0.40 | 230.22 | 0.8 | 0.33 |
| Hex | 11 | 27 | 98 | 59 | 4A | 0 | 28 | E6 | 50 | 21 |
| Octal | 21 | 47 | 230 | 131 | 112 | 0 | 50 | 346 | 120 | 41 |
| Binary | 10001 | 100111 | 10011000 | 1011001 | 1001010 | 0 | 101000 | 11100110 | 1010000 | 100001 |
Color Harmonies of #112798
Complementary color
Monochromatic Colors of #112798
Black with #112798
Text Example
Text Example
White with #112798
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #112798; }
p { color: rgb(17,39,152); }
H1.HeaderClassName
{
color: #112798;
}
.AnyTagClassName
{
color: #112798;
}
</style>
background-color css
<style>
a { background-color: #112798; }
a { background-color: rgb(17,39,152); }
div.DivClassName
{
background-color: #112798;
}
.BgClassName
{
background-color: #112798;
}
</style>
border-color css
<style>
span { border-color: #112798; }
span { border-color: rgb(17,39,152); }
td.TdClassName
{
border-color: #112798;
}
.TagClassName
{
border-color: #112798;
}
</style>