Shades of Egyptian Blue #112FA9
Tints of Egyptian Blue #112FA9
RGB
CMYK
RGB Variations
Color information
#112FA9 (or 0x112FA9) is known color: Egyptian Blue. HEX triplet: 11, 2F and A9. RGB value is (17,47,169). Sum of RGB (Red+Green+Blue) = 17+47+169=233 (30% of max value = 765). Red value is 17 (7.03% from 255 or 7.30% from 233); Green value is 47 (18.75% from 255 or 20.17% from 233); Blue value is 169 (66.41% from 255 or 72.53% from 233); Max value from RGB is 169 - color contains mainly: blue. Hex color #112FA9 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #112FA9 is #EED056. Grayscale: #333333. Windows color (decimal): -15650903 or 11087633. OLE color: 11087633.
HSL color Cylindrical-coordinate representation of color #112FA9: hue angle of 228.16º 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 #112FA9 is Cyan = 0.90, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 17 | 47 | 169 | - |
| CMYK | 0.90 | 0.72 | 0 | 0.34 |
| HSL | 228.16º | 0.82% | 0.36% | - |
| HSV(B) | 228.16º | 0.9% | 0.66% | - |
| XYZ | 8.41 | 5.02 | 38.06 | - |
| YUV | 51.94 | 194.06 | 103.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 47 | 169 | 0.90 | 0.72 | 0 | 0.34 | 228.16 | 0.82 | 0.36 |
| Hex | 11 | 2F | A9 | 5A | 48 | 0 | 22 | E4 | 52 | 24 |
| Octal | 21 | 57 | 251 | 132 | 110 | 0 | 42 | 344 | 122 | 44 |
| Binary | 10001 | 101111 | 10101001 | 1011010 | 1001000 | 0 | 100010 | 11100100 | 1010010 | 100100 |
Color Harmonies of #112FA9
Complementary color
Monochromatic Colors of #112FA9
Black with #112FA9
Text Example
Text Example
White with #112FA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #112FA9; }
p { color: rgb(17,47,169); }
H1.HeaderClassName
{
color: #112FA9;
}
.AnyTagClassName
{
color: #112FA9;
}
</style>
background-color css
<style>
a { background-color: #112FA9; }
a { background-color: rgb(17,47,169); }
div.DivClassName
{
background-color: #112FA9;
}
.BgClassName
{
background-color: #112FA9;
}
</style>
border-color css
<style>
span { border-color: #112FA9; }
span { border-color: rgb(17,47,169); }
td.TdClassName
{
border-color: #112FA9;
}
.TagClassName
{
border-color: #112FA9;
}
</style>