Shades of Egyptian Blue #112D9B
Tints of Egyptian Blue #112D9B
RGB
CMYK
RGB Variations
Color information
#112D9B (or 0x112D9B) is known color: Egyptian Blue. HEX triplet: 11, 2D and 9B. RGB value is (17,45,155). Sum of RGB (Red+Green+Blue) = 17+45+155=217 (28% of max value = 765). Red value is 17 (7.03% from 255 or 7.83% from 217); Green value is 45 (17.97% from 255 or 20.74% from 217); Blue value is 155 (60.94% from 255 or 71.43% from 217); Max value from RGB is 155 - color contains mainly: blue. Hex color #112D9B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #112D9B is #EED264. Grayscale: #303030. Windows color (decimal): -15651429 or 10169617. OLE color: 10169617.
HSL color Cylindrical-coordinate representation of color #112D9B: hue angle of 227.83º degrees, saturation: 0.8, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #112D9B is Cyan = 0.89, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 17 | 45 | 155 | - |
| CMYK | 0.89 | 0.71 | 0 | 0.39 |
| HSL | 227.83º | 0.8% | 0.34% | - |
| HSV(B) | 227.83º | 0.89% | 0.61% | - |
| XYZ | 7.09 | 4.36 | 31.48 | - |
| YUV | 49.17 | 187.72 | 105.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 45 | 155 | 0.89 | 0.71 | 0 | 0.39 | 227.83 | 0.8 | 0.34 |
| Hex | 11 | 2D | 9B | 59 | 47 | 0 | 27 | E4 | 50 | 22 |
| Octal | 21 | 55 | 233 | 131 | 107 | 0 | 47 | 344 | 120 | 42 |
| Binary | 10001 | 101101 | 10011011 | 1011001 | 1000111 | 0 | 100111 | 11100100 | 1010000 | 100010 |
Color Harmonies of #112D9B
Complementary color
Monochromatic Colors of #112D9B
Black with #112D9B
Text Example
Text Example
White with #112D9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #112D9B; }
p { color: rgb(17,45,155); }
H1.HeaderClassName
{
color: #112D9B;
}
.AnyTagClassName
{
color: #112D9B;
}
</style>
background-color css
<style>
a { background-color: #112D9B; }
a { background-color: rgb(17,45,155); }
div.DivClassName
{
background-color: #112D9B;
}
.BgClassName
{
background-color: #112D9B;
}
</style>
border-color css
<style>
span { border-color: #112D9B; }
span { border-color: rgb(17,45,155); }
td.TdClassName
{
border-color: #112D9B;
}
.TagClassName
{
border-color: #112D9B;
}
</style>