Shades of Egyptian Blue #112FAE
Tints of Egyptian Blue #112FAE
RGB
CMYK
RGB Variations
Color information
#112FAE (or 0x112FAE) is known color: Egyptian Blue. HEX triplet: 11, 2F and AE. RGB value is (17,47,174). Sum of RGB (Red+Green+Blue) = 17+47+174=238 (31% of max value = 765). Red value is 17 (7.03% from 255 or 7.14% from 238); Green value is 47 (18.75% from 255 or 19.75% from 238); Blue value is 174 (68.36% from 255 or 73.11% from 238); Max value from RGB is 174 - color contains mainly: blue. Hex color #112FAE is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #112FAE is #EED051. Grayscale: #333333. Windows color (decimal): -15650898 or 11415313. OLE color: 11415313.
HSL color Cylindrical-coordinate representation of color #112FAE: hue angle of 228.54º 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 #112FAE is Cyan = 0.90, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 17 | 47 | 174 | - |
| CMYK | 0.90 | 0.73 | 0 | 0.32 |
| HSL | 228.54º | 0.82% | 0.37% | - |
| HSV(B) | 228.54º | 0.9% | 0.68% | - |
| XYZ | 8.89 | 5.21 | 40.58 | - |
| YUV | 52.51 | 196.56 | 102.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 47 | 174 | 0.90 | 0.73 | 0 | 0.32 | 228.54 | 0.82 | 0.37 |
| Hex | 11 | 2F | AE | 5A | 49 | 0 | 20 | E5 | 52 | 25 |
| Octal | 21 | 57 | 256 | 132 | 111 | 0 | 40 | 345 | 122 | 45 |
| Binary | 10001 | 101111 | 10101110 | 1011010 | 1001001 | 0 | 100000 | 11100101 | 1010010 | 100101 |
Color Harmonies of #112FAE
Complementary color
Monochromatic Colors of #112FAE
Black with #112FAE
Text Example
Text Example
White with #112FAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #112FAE; }
p { color: rgb(17,47,174); }
H1.HeaderClassName
{
color: #112FAE;
}
.AnyTagClassName
{
color: #112FAE;
}
</style>
background-color css
<style>
a { background-color: #112FAE; }
a { background-color: rgb(17,47,174); }
div.DivClassName
{
background-color: #112FAE;
}
.BgClassName
{
background-color: #112FAE;
}
</style>
border-color css
<style>
span { border-color: #112FAE; }
span { border-color: rgb(17,47,174); }
td.TdClassName
{
border-color: #112FAE;
}
.TagClassName
{
border-color: #112FAE;
}
</style>