Shades of Egyptian Blue #112DA0
Tints of Egyptian Blue #112DA0
RGB
CMYK
RGB Variations
Color information
#112DA0 (or 0x112DA0) is known color: Egyptian Blue. HEX triplet: 11, 2D and A0. RGB value is (17,45,160). Sum of RGB (Red+Green+Blue) = 17+45+160=222 (29% of max value = 765). Red value is 17 (7.03% from 255 or 7.66% from 222); Green value is 45 (17.97% from 255 or 20.27% from 222); Blue value is 160 (62.89% from 255 or 72.07% from 222); Max value from RGB is 160 - color contains mainly: blue. Hex color #112DA0 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #112DA0 is #EED25F. Grayscale: #313131. Windows color (decimal): -15651424 or 10497297. OLE color: 10497297.
HSL color Cylindrical-coordinate representation of color #112DA0: hue angle of 228.25º degrees, saturation: 0.81, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #112DA0 is Cyan = 0.89, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 17 | 45 | 160 | - |
| CMYK | 0.89 | 0.72 | 0 | 0.37 |
| HSL | 228.25º | 0.81% | 0.35% | - |
| HSV(B) | 228.25º | 0.89% | 0.63% | - |
| XYZ | 7.51 | 4.53 | 33.74 | - |
| YUV | 49.74 | 190.22 | 104.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 45 | 160 | 0.89 | 0.72 | 0 | 0.37 | 228.25 | 0.81 | 0.35 |
| Hex | 11 | 2D | A0 | 59 | 48 | 0 | 25 | E4 | 51 | 23 |
| Octal | 21 | 55 | 240 | 131 | 110 | 0 | 45 | 344 | 121 | 43 |
| Binary | 10001 | 101101 | 10100000 | 1011001 | 1001000 | 0 | 100101 | 11100100 | 1010001 | 100011 |
Color Harmonies of #112DA0
Complementary color
Monochromatic Colors of #112DA0
Black with #112DA0
Text Example
Text Example
White with #112DA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #112DA0; }
p { color: rgb(17,45,160); }
H1.HeaderClassName
{
color: #112DA0;
}
.AnyTagClassName
{
color: #112DA0;
}
</style>
background-color css
<style>
a { background-color: #112DA0; }
a { background-color: rgb(17,45,160); }
div.DivClassName
{
background-color: #112DA0;
}
.BgClassName
{
background-color: #112DA0;
}
</style>
border-color css
<style>
span { border-color: #112DA0; }
span { border-color: rgb(17,45,160); }
td.TdClassName
{
border-color: #112DA0;
}
.TagClassName
{
border-color: #112DA0;
}
</style>