Shades of Egyptian Blue #112E9D
Tints of Egyptian Blue #112E9D
RGB
CMYK
RGB Variations
Color information
#112E9D (or 0x112E9D) is known color: Egyptian Blue. HEX triplet: 11, 2E and 9D. RGB value is (17,46,157). Sum of RGB (Red+Green+Blue) = 17+46+157=220 (29% of max value = 765). Red value is 17 (7.03% from 255 or 7.73% from 220); Green value is 46 (18.36% from 255 or 20.91% from 220); Blue value is 157 (61.72% from 255 or 71.36% from 220); Max value from RGB is 157 - color contains mainly: blue. Hex color #112E9D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #112E9D is #EED162. Grayscale: #313131. Windows color (decimal): -15651171 or 10300945. OLE color: 10300945.
HSL color Cylindrical-coordinate representation of color #112E9D: hue angle of 227.57º degrees, saturation: 0.8, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #112E9D is Cyan = 0.89, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 17 | 46 | 157 | - |
| CMYK | 0.89 | 0.71 | 0 | 0.38 |
| HSL | 227.57º | 0.8% | 0.34% | - |
| HSV(B) | 227.57º | 0.89% | 0.62% | - |
| XYZ | 7.29 | 4.51 | 32.38 | - |
| YUV | 49.98 | 188.39 | 104.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 46 | 157 | 0.89 | 0.71 | 0 | 0.38 | 227.57 | 0.8 | 0.34 |
| Hex | 11 | 2E | 9D | 59 | 47 | 0 | 26 | E4 | 50 | 22 |
| Octal | 21 | 56 | 235 | 131 | 107 | 0 | 46 | 344 | 120 | 42 |
| Binary | 10001 | 101110 | 10011101 | 1011001 | 1000111 | 0 | 100110 | 11100100 | 1010000 | 100010 |
Color Harmonies of #112E9D
Complementary color
Monochromatic Colors of #112E9D
Black with #112E9D
Text Example
Text Example
White with #112E9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #112E9D; }
p { color: rgb(17,46,157); }
H1.HeaderClassName
{
color: #112E9D;
}
.AnyTagClassName
{
color: #112E9D;
}
</style>
background-color css
<style>
a { background-color: #112E9D; }
a { background-color: rgb(17,46,157); }
div.DivClassName
{
background-color: #112E9D;
}
.BgClassName
{
background-color: #112E9D;
}
</style>
border-color css
<style>
span { border-color: #112E9D; }
span { border-color: rgb(17,46,157); }
td.TdClassName
{
border-color: #112E9D;
}
.TagClassName
{
border-color: #112E9D;
}
</style>