Shades of Egyptian Blue #112B9C
Tints of Egyptian Blue #112B9C
RGB
CMYK
RGB Variations
Color information
#112B9C (or 0x112B9C) is known color: Egyptian Blue. HEX triplet: 11, 2B and 9C. RGB value is (17,43,156). Sum of RGB (Red+Green+Blue) = 17+43+156=216 (28% of max value = 765). Red value is 17 (7.03% from 255 or 7.87% from 216); Green value is 43 (17.19% from 255 or 19.91% from 216); Blue value is 156 (61.33% from 255 or 72.22% from 216); Max value from RGB is 156 - color contains mainly: blue. Hex color #112B9C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #112B9C is #EED463. Grayscale: #2F2F2F. Windows color (decimal): -15651940 or 10234641. OLE color: 10234641.
HSL color Cylindrical-coordinate representation of color #112B9C: hue angle of 228.78º 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 #112B9C is Cyan = 0.89, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 17 | 43 | 156 | - |
| CMYK | 0.89 | 0.72 | 0 | 0.39 |
| HSL | 228.78º | 0.8% | 0.34% | - |
| HSV(B) | 228.78º | 0.89% | 0.61% | - |
| XYZ | 7.1 | 4.25 | 31.9 | - |
| YUV | 48.11 | 188.89 | 105.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 43 | 156 | 0.89 | 0.72 | 0 | 0.39 | 228.78 | 0.8 | 0.34 |
| Hex | 11 | 2B | 9C | 59 | 48 | 0 | 27 | E5 | 50 | 22 |
| Octal | 21 | 53 | 234 | 131 | 110 | 0 | 47 | 345 | 120 | 42 |
| Binary | 10001 | 101011 | 10011100 | 1011001 | 1001000 | 0 | 100111 | 11100101 | 1010000 | 100010 |
Color Harmonies of #112B9C
Complementary color
Monochromatic Colors of #112B9C
Black with #112B9C
Text Example
Text Example
White with #112B9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #112B9C; }
p { color: rgb(17,43,156); }
H1.HeaderClassName
{
color: #112B9C;
}
.AnyTagClassName
{
color: #112B9C;
}
</style>
background-color css
<style>
a { background-color: #112B9C; }
a { background-color: rgb(17,43,156); }
div.DivClassName
{
background-color: #112B9C;
}
.BgClassName
{
background-color: #112B9C;
}
</style>
border-color css
<style>
span { border-color: #112B9C; }
span { border-color: rgb(17,43,156); }
td.TdClassName
{
border-color: #112B9C;
}
.TagClassName
{
border-color: #112B9C;
}
</style>