Shades of Egyptian Blue #112EAD
Tints of Egyptian Blue #112EAD
RGB
CMYK
RGB Variations
Color information
#112EAD (or 0x112EAD) is known color: Egyptian Blue. HEX triplet: 11, 2E and AD. RGB value is (17,46,173). Sum of RGB (Red+Green+Blue) = 17+46+173=236 (31% of max value = 765). Red value is 17 (7.03% from 255 or 7.20% from 236); Green value is 46 (18.36% from 255 or 19.49% from 236); Blue value is 173 (67.97% from 255 or 73.31% from 236); Max value from RGB is 173 - color contains mainly: blue. Hex color #112EAD is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #112EAD is #EED152. Grayscale: #333333. Windows color (decimal): -15651155 or 11349521. OLE color: 11349521.
HSL color Cylindrical-coordinate representation of color #112EAD: hue angle of 228.85º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #112EAD is Cyan = 0.90, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 17 | 46 | 173 | - |
| CMYK | 0.90 | 0.73 | 0 | 0.32 |
| HSL | 228.85º | 0.82% | 0.37% | - |
| HSV(B) | 228.85º | 0.9% | 0.68% | - |
| XYZ | 8.75 | 5.09 | 40.06 | - |
| YUV | 51.81 | 196.39 | 103.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 46 | 173 | 0.90 | 0.73 | 0 | 0.32 | 228.85 | 0.82 | 0.37 |
| Hex | 11 | 2E | AD | 5A | 49 | 0 | 20 | E5 | 52 | 25 |
| Octal | 21 | 56 | 255 | 132 | 111 | 0 | 40 | 345 | 122 | 45 |
| Binary | 10001 | 101110 | 10101101 | 1011010 | 1001001 | 0 | 100000 | 11100101 | 1010010 | 100101 |
Color Harmonies of #112EAD
Complementary color
Monochromatic Colors of #112EAD
Black with #112EAD
Text Example
Text Example
White with #112EAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #112EAD; }
p { color: rgb(17,46,173); }
H1.HeaderClassName
{
color: #112EAD;
}
.AnyTagClassName
{
color: #112EAD;
}
</style>
background-color css
<style>
a { background-color: #112EAD; }
a { background-color: rgb(17,46,173); }
div.DivClassName
{
background-color: #112EAD;
}
.BgClassName
{
background-color: #112EAD;
}
</style>
border-color css
<style>
span { border-color: #112EAD; }
span { border-color: rgb(17,46,173); }
td.TdClassName
{
border-color: #112EAD;
}
.TagClassName
{
border-color: #112EAD;
}
</style>