Shades of Egyptian Blue #112FA7
Tints of Egyptian Blue #112FA7
RGB
CMYK
RGB Variations
Color information
#112FA7 (or 0x112FA7) is known color: Egyptian Blue. HEX triplet: 11, 2F and A7. RGB value is (17,47,167). Sum of RGB (Red+Green+Blue) = 17+47+167=231 (30% of max value = 765). Red value is 17 (7.03% from 255 or 7.36% from 231); Green value is 47 (18.75% from 255 or 20.35% from 231); Blue value is 167 (65.62% from 255 or 72.29% from 231); Max value from RGB is 167 - color contains mainly: blue. Hex color #112FA7 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #112FA7 is #EED058. Grayscale: #333333. Windows color (decimal): -15650905 or 10956561. OLE color: 10956561.
HSL color Cylindrical-coordinate representation of color #112FA7: hue angle of 228º degrees, saturation: 0.82, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #112FA7 is Cyan = 0.90, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 17 | 47 | 167 | - |
| CMYK | 0.90 | 0.72 | 0 | 0.35 |
| HSL | 228º | 0.82% | 0.36% | - |
| HSV(B) | 228º | 0.9% | 0.65% | - |
| XYZ | 8.22 | 4.94 | 37.08 | - |
| YUV | 51.71 | 193.06 | 103.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 47 | 167 | 0.90 | 0.72 | 0 | 0.35 | 228 | 0.82 | 0.36 |
| Hex | 11 | 2F | A7 | 5A | 48 | 0 | 23 | E4 | 52 | 24 |
| Octal | 21 | 57 | 247 | 132 | 110 | 0 | 43 | 344 | 122 | 44 |
| Binary | 10001 | 101111 | 10100111 | 1011010 | 1001000 | 0 | 100011 | 11100100 | 1010010 | 100100 |
Color Harmonies of #112FA7
Complementary color
Monochromatic Colors of #112FA7
Black with #112FA7
Text Example
Text Example
White with #112FA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #112FA7; }
p { color: rgb(17,47,167); }
H1.HeaderClassName
{
color: #112FA7;
}
.AnyTagClassName
{
color: #112FA7;
}
</style>
background-color css
<style>
a { background-color: #112FA7; }
a { background-color: rgb(17,47,167); }
div.DivClassName
{
background-color: #112FA7;
}
.BgClassName
{
background-color: #112FA7;
}
</style>
border-color css
<style>
span { border-color: #112FA7; }
span { border-color: rgb(17,47,167); }
td.TdClassName
{
border-color: #112FA7;
}
.TagClassName
{
border-color: #112FA7;
}
</style>