Shades of Egyptian Blue #112FA5
Tints of Egyptian Blue #112FA5
RGB
CMYK
RGB Variations
Color information
#112FA5 (or 0x112FA5) is known color: Egyptian Blue. HEX triplet: 11, 2F and A5. RGB value is (17,47,165). Sum of RGB (Red+Green+Blue) = 17+47+165=229 (30% of max value = 765). Red value is 17 (7.03% from 255 or 7.42% from 229); Green value is 47 (18.75% from 255 or 20.52% from 229); Blue value is 165 (64.84% from 255 or 72.05% from 229); Max value from RGB is 165 - color contains mainly: blue. Hex color #112FA5 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #112FA5 is #EED05A. Grayscale: #323232. Windows color (decimal): -15650907 or 10825489. OLE color: 10825489.
HSL color Cylindrical-coordinate representation of color #112FA5: hue angle of 227.84º degrees, saturation: 0.81, 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 #112FA5 is Cyan = 0.90, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 17 | 47 | 165 | - |
| CMYK | 0.90 | 0.72 | 0 | 0.35 |
| HSL | 227.84º | 0.81% | 0.36% | - |
| HSV(B) | 227.84º | 0.9% | 0.65% | - |
| XYZ | 8.04 | 4.87 | 36.11 | - |
| YUV | 51.48 | 192.06 | 103.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 47 | 165 | 0.90 | 0.72 | 0 | 0.35 | 227.84 | 0.81 | 0.36 |
| Hex | 11 | 2F | A5 | 5A | 48 | 0 | 23 | E4 | 51 | 24 |
| Octal | 21 | 57 | 245 | 132 | 110 | 0 | 43 | 344 | 121 | 44 |
| Binary | 10001 | 101111 | 10100101 | 1011010 | 1001000 | 0 | 100011 | 11100100 | 1010001 | 100100 |
Color Harmonies of #112FA5
Complementary color
Monochromatic Colors of #112FA5
Black with #112FA5
Text Example
Text Example
White with #112FA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #112FA5; }
p { color: rgb(17,47,165); }
H1.HeaderClassName
{
color: #112FA5;
}
.AnyTagClassName
{
color: #112FA5;
}
</style>
background-color css
<style>
a { background-color: #112FA5; }
a { background-color: rgb(17,47,165); }
div.DivClassName
{
background-color: #112FA5;
}
.BgClassName
{
background-color: #112FA5;
}
</style>
border-color css
<style>
span { border-color: #112FA5; }
span { border-color: rgb(17,47,165); }
td.TdClassName
{
border-color: #112FA5;
}
.TagClassName
{
border-color: #112FA5;
}
</style>