Shades of Egyptian Blue #112F9D
Tints of Egyptian Blue #112F9D
RGB
CMYK
RGB Variations
Color information
#112F9D (or 0x112F9D) is known color: Egyptian Blue. HEX triplet: 11, 2F and 9D. RGB value is (17,47,157). Sum of RGB (Red+Green+Blue) = 17+47+157=221 (29% of max value = 765). Red value is 17 (7.03% from 255 or 7.69% from 221); Green value is 47 (18.75% from 255 or 21.27% from 221); Blue value is 157 (61.72% from 255 or 71.04% from 221); Max value from RGB is 157 - color contains mainly: blue. Hex color #112F9D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #112F9D is #EED062. Grayscale: #323232. Windows color (decimal): -15650915 or 10301201. OLE color: 10301201.
HSL color Cylindrical-coordinate representation of color #112F9D: hue angle of 227.14º degrees, saturation: 0.8, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #112F9D is Cyan = 0.89, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 17 | 47 | 157 | - |
| CMYK | 0.89 | 0.70 | 0 | 0.38 |
| HSL | 227.14º | 0.8% | 0.34% | - |
| HSV(B) | 227.14º | 0.89% | 0.62% | - |
| XYZ | 7.33 | 4.59 | 32.4 | - |
| YUV | 50.57 | 188.06 | 104.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 47 | 157 | 0.89 | 0.70 | 0 | 0.38 | 227.14 | 0.8 | 0.34 |
| Hex | 11 | 2F | 9D | 59 | 46 | 0 | 26 | E3 | 50 | 22 |
| Octal | 21 | 57 | 235 | 131 | 106 | 0 | 46 | 343 | 120 | 42 |
| Binary | 10001 | 101111 | 10011101 | 1011001 | 1000110 | 0 | 100110 | 11100011 | 1010000 | 100010 |
Color Harmonies of #112F9D
Complementary color
Monochromatic Colors of #112F9D
Black with #112F9D
Text Example
Text Example
White with #112F9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #112F9D; }
p { color: rgb(17,47,157); }
H1.HeaderClassName
{
color: #112F9D;
}
.AnyTagClassName
{
color: #112F9D;
}
</style>
background-color css
<style>
a { background-color: #112F9D; }
a { background-color: rgb(17,47,157); }
div.DivClassName
{
background-color: #112F9D;
}
.BgClassName
{
background-color: #112F9D;
}
</style>
border-color css
<style>
span { border-color: #112F9D; }
span { border-color: rgb(17,47,157); }
td.TdClassName
{
border-color: #112F9D;
}
.TagClassName
{
border-color: #112F9D;
}
</style>