Shades of Egyptian Blue #112F9F
Tints of Egyptian Blue #112F9F
RGB
CMYK
RGB Variations
Color information
#112F9F (or 0x112F9F) is known color: Egyptian Blue. HEX triplet: 11, 2F and 9F. RGB value is (17,47,159). Sum of RGB (Red+Green+Blue) = 17+47+159=223 (29% of max value = 765). Red value is 17 (7.03% from 255 or 7.62% from 223); Green value is 47 (18.75% from 255 or 21.08% from 223); Blue value is 159 (62.5% from 255 or 71.30% from 223); Max value from RGB is 159 - color contains mainly: blue. Hex color #112F9F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #112F9F is #EED060. Grayscale: #323232. Windows color (decimal): -15650913 or 10432273. OLE color: 10432273.
HSL color Cylindrical-coordinate representation of color #112F9F: hue angle of 227.32º degrees, saturation: 0.81, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #112F9F is Cyan = 0.89, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 17 | 47 | 159 | - |
| CMYK | 0.89 | 0.70 | 0 | 0.38 |
| HSL | 227.32º | 0.81% | 0.35% | - |
| HSV(B) | 227.32º | 0.89% | 0.62% | - |
| XYZ | 7.51 | 4.66 | 33.3 | - |
| YUV | 50.8 | 189.06 | 103.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 47 | 159 | 0.89 | 0.70 | 0 | 0.38 | 227.32 | 0.81 | 0.35 |
| Hex | 11 | 2F | 9F | 59 | 46 | 0 | 26 | E3 | 51 | 23 |
| Octal | 21 | 57 | 237 | 131 | 106 | 0 | 46 | 343 | 121 | 43 |
| Binary | 10001 | 101111 | 10011111 | 1011001 | 1000110 | 0 | 100110 | 11100011 | 1010001 | 100011 |
Color Harmonies of #112F9F
Complementary color
Monochromatic Colors of #112F9F
Black with #112F9F
Text Example
Text Example
White with #112F9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #112F9F; }
p { color: rgb(17,47,159); }
H1.HeaderClassName
{
color: #112F9F;
}
.AnyTagClassName
{
color: #112F9F;
}
</style>
background-color css
<style>
a { background-color: #112F9F; }
a { background-color: rgb(17,47,159); }
div.DivClassName
{
background-color: #112F9F;
}
.BgClassName
{
background-color: #112F9F;
}
</style>
border-color css
<style>
span { border-color: #112F9F; }
span { border-color: rgb(17,47,159); }
td.TdClassName
{
border-color: #112F9F;
}
.TagClassName
{
border-color: #112F9F;
}
</style>