Shades of Egyptian Blue #112FA1
Tints of Egyptian Blue #112FA1
RGB
CMYK
RGB Variations
Color information
#112FA1 (or 0x112FA1) is known color: Egyptian Blue. HEX triplet: 11, 2F and A1. RGB value is (17,47,161). Sum of RGB (Red+Green+Blue) = 17+47+161=225 (29% of max value = 765). Red value is 17 (7.03% from 255 or 7.56% from 225); Green value is 47 (18.75% from 255 or 20.89% from 225); Blue value is 161 (63.28% from 255 or 71.56% from 225); Max value from RGB is 161 - color contains mainly: blue. Hex color #112FA1 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #112FA1 is #EED05E. Grayscale: #323232. Windows color (decimal): -15650911 or 10563345. OLE color: 10563345.
HSL color Cylindrical-coordinate representation of color #112FA1: hue angle of 227.5º 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 #112FA1 is Cyan = 0.89, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 17 | 47 | 161 | - |
| CMYK | 0.89 | 0.71 | 0 | 0.37 |
| HSL | 227.5º | 0.81% | 0.35% | - |
| HSV(B) | 227.5º | 0.89% | 0.63% | - |
| XYZ | 7.68 | 4.73 | 34.23 | - |
| YUV | 51.03 | 190.06 | 103.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 47 | 161 | 0.89 | 0.71 | 0 | 0.37 | 227.5 | 0.81 | 0.35 |
| Hex | 11 | 2F | A1 | 59 | 47 | 0 | 25 | E4 | 51 | 23 |
| Octal | 21 | 57 | 241 | 131 | 107 | 0 | 45 | 344 | 121 | 43 |
| Binary | 10001 | 101111 | 10100001 | 1011001 | 1000111 | 0 | 100101 | 11100100 | 1010001 | 100011 |
Color Harmonies of #112FA1
Complementary color
Monochromatic Colors of #112FA1
Black with #112FA1
Text Example
Text Example
White with #112FA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #112FA1; }
p { color: rgb(17,47,161); }
H1.HeaderClassName
{
color: #112FA1;
}
.AnyTagClassName
{
color: #112FA1;
}
</style>
background-color css
<style>
a { background-color: #112FA1; }
a { background-color: rgb(17,47,161); }
div.DivClassName
{
background-color: #112FA1;
}
.BgClassName
{
background-color: #112FA1;
}
</style>
border-color css
<style>
span { border-color: #112FA1; }
span { border-color: rgb(17,47,161); }
td.TdClassName
{
border-color: #112FA1;
}
.TagClassName
{
border-color: #112FA1;
}
</style>