Shades of Egyptian Blue #112CA9
Tints of Egyptian Blue #112CA9
RGB
CMYK
RGB Variations
Color information
#112CA9 (or 0x112CA9) is known color: Egyptian Blue. HEX triplet: 11, 2C and A9. RGB value is (17,44,169). Sum of RGB (Red+Green+Blue) = 17+44+169=230 (30% of max value = 765). Red value is 17 (7.03% from 255 or 7.39% from 230); Green value is 44 (17.58% from 255 or 19.13% from 230); Blue value is 169 (66.41% from 255 or 73.48% from 230); Max value from RGB is 169 - color contains mainly: blue. Hex color #112CA9 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #112CA9 is #EED356. Grayscale: #313131. Windows color (decimal): -15651671 or 11086865. OLE color: 11086865.
HSL color Cylindrical-coordinate representation of color #112CA9: hue angle of 229.34º degrees, saturation: 0.82, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #112CA9 is Cyan = 0.90, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 17 | 44 | 169 | - |
| CMYK | 0.90 | 0.74 | 0 | 0.34 |
| HSL | 229.34º | 0.82% | 0.36% | - |
| HSV(B) | 229.34º | 0.9% | 0.66% | - |
| XYZ | 8.29 | 4.79 | 38.02 | - |
| YUV | 50.18 | 195.05 | 104.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 44 | 169 | 0.90 | 0.74 | 0 | 0.34 | 229.34 | 0.82 | 0.36 |
| Hex | 11 | 2C | A9 | 5A | 4A | 0 | 22 | E5 | 52 | 24 |
| Octal | 21 | 54 | 251 | 132 | 112 | 0 | 42 | 345 | 122 | 44 |
| Binary | 10001 | 101100 | 10101001 | 1011010 | 1001010 | 0 | 100010 | 11100101 | 1010010 | 100100 |
Color Harmonies of #112CA9
Complementary color
Monochromatic Colors of #112CA9
Black with #112CA9
Text Example
Text Example
White with #112CA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #112CA9; }
p { color: rgb(17,44,169); }
H1.HeaderClassName
{
color: #112CA9;
}
.AnyTagClassName
{
color: #112CA9;
}
</style>
background-color css
<style>
a { background-color: #112CA9; }
a { background-color: rgb(17,44,169); }
div.DivClassName
{
background-color: #112CA9;
}
.BgClassName
{
background-color: #112CA9;
}
</style>
border-color css
<style>
span { border-color: #112CA9; }
span { border-color: rgb(17,44,169); }
td.TdClassName
{
border-color: #112CA9;
}
.TagClassName
{
border-color: #112CA9;
}
</style>