Shades of Egyptian Blue #112A9D
Tints of Egyptian Blue #112A9D
RGB
CMYK
RGB Variations
Color information
#112A9D (or 0x112A9D) is known color: Egyptian Blue. HEX triplet: 11, 2A and 9D. RGB value is (17,42,157). Sum of RGB (Red+Green+Blue) = 17+42+157=216 (28% of max value = 765). Red value is 17 (7.03% from 255 or 7.87% from 216); Green value is 42 (16.80% from 255 or 19.44% from 216); Blue value is 157 (61.72% from 255 or 72.69% from 216); Max value from RGB is 157 - color contains mainly: blue. Hex color #112A9D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #112A9D is #EED562. Grayscale: #2F2F2F. Windows color (decimal): -15652195 or 10299921. OLE color: 10299921.
HSL color Cylindrical-coordinate representation of color #112A9D: hue angle of 229.29º 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 #112A9D is Cyan = 0.89, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 17 | 42 | 157 | - |
| CMYK | 0.89 | 0.73 | 0 | 0.38 |
| HSL | 229.29º | 0.8% | 0.34% | - |
| HSV(B) | 229.29º | 0.89% | 0.62% | - |
| XYZ | 7.14 | 4.21 | 32.33 | - |
| YUV | 47.64 | 189.72 | 106.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 42 | 157 | 0.89 | 0.73 | 0 | 0.38 | 229.29 | 0.8 | 0.34 |
| Hex | 11 | 2A | 9D | 59 | 49 | 0 | 26 | E5 | 50 | 22 |
| Octal | 21 | 52 | 235 | 131 | 111 | 0 | 46 | 345 | 120 | 42 |
| Binary | 10001 | 101010 | 10011101 | 1011001 | 1001001 | 0 | 100110 | 11100101 | 1010000 | 100010 |
Color Harmonies of #112A9D
Complementary color
Monochromatic Colors of #112A9D
Black with #112A9D
Text Example
Text Example
White with #112A9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #112A9D; }
p { color: rgb(17,42,157); }
H1.HeaderClassName
{
color: #112A9D;
}
.AnyTagClassName
{
color: #112A9D;
}
</style>
background-color css
<style>
a { background-color: #112A9D; }
a { background-color: rgb(17,42,157); }
div.DivClassName
{
background-color: #112A9D;
}
.BgClassName
{
background-color: #112A9D;
}
</style>
border-color css
<style>
span { border-color: #112A9D; }
span { border-color: rgb(17,42,157); }
td.TdClassName
{
border-color: #112A9D;
}
.TagClassName
{
border-color: #112A9D;
}
</style>