Shades of Egyptian Blue #112B99
Tints of Egyptian Blue #112B99
RGB
CMYK
RGB Variations
Color information
#112B99 (or 0x112B99) is known color: Egyptian Blue. HEX triplet: 11, 2B and 99. RGB value is (17,43,153). Sum of RGB (Red+Green+Blue) = 17+43+153=213 (28% of max value = 765). Red value is 17 (7.03% from 255 or 7.98% from 213); Green value is 43 (17.19% from 255 or 20.19% from 213); Blue value is 153 (60.16% from 255 or 71.83% from 213); Max value from RGB is 153 - color contains mainly: blue. Hex color #112B99 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #112B99 is #EED466. Grayscale: #2F2F2F. Windows color (decimal): -15651943 or 10038033. OLE color: 10038033.
HSL color Cylindrical-coordinate representation of color #112B99: hue angle of 228.53º 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 #112B99 is Cyan = 0.89, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 17 | 43 | 153 | - |
| CMYK | 0.89 | 0.72 | 0 | 0.4 |
| HSL | 228.53º | 0.8% | 0.33% | - |
| HSV(B) | 228.53º | 0.89% | 0.6% | - |
| XYZ | 6.84 | 4.15 | 30.58 | - |
| YUV | 47.77 | 187.39 | 106.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 43 | 153 | 0.89 | 0.72 | 0 | 0.4 | 228.53 | 0.8 | 0.33 |
| Hex | 11 | 2B | 99 | 59 | 48 | 0 | 28 | E5 | 50 | 21 |
| Octal | 21 | 53 | 231 | 131 | 110 | 0 | 50 | 345 | 120 | 41 |
| Binary | 10001 | 101011 | 10011001 | 1011001 | 1001000 | 0 | 101000 | 11100101 | 1010000 | 100001 |
Color Harmonies of #112B99
Complementary color
Monochromatic Colors of #112B99
Black with #112B99
Text Example
Text Example
White with #112B99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #112B99; }
p { color: rgb(17,43,153); }
H1.HeaderClassName
{
color: #112B99;
}
.AnyTagClassName
{
color: #112B99;
}
</style>
background-color css
<style>
a { background-color: #112B99; }
a { background-color: rgb(17,43,153); }
div.DivClassName
{
background-color: #112B99;
}
.BgClassName
{
background-color: #112B99;
}
</style>
border-color css
<style>
span { border-color: #112B99; }
span { border-color: rgb(17,43,153); }
td.TdClassName
{
border-color: #112B99;
}
.TagClassName
{
border-color: #112B99;
}
</style>