Shades of Egyptian Blue #112CAC
Tints of Egyptian Blue #112CAC
RGB
CMYK
RGB Variations
Color information
#112CAC (or 0x112CAC) is known color: Egyptian Blue. HEX triplet: 11, 2C and AC. RGB value is (17,44,172). Sum of RGB (Red+Green+Blue) = 17+44+172=233 (30% of max value = 765). Red value is 17 (7.03% from 255 or 7.30% from 233); Green value is 44 (17.58% from 255 or 18.88% from 233); Blue value is 172 (67.58% from 255 or 73.82% from 233); Max value from RGB is 172 - color contains mainly: blue. Hex color #112CAC is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #112CAC is #EED353. Grayscale: #313131. Windows color (decimal): -15651668 or 11283473. OLE color: 11283473.
HSL color Cylindrical-coordinate representation of color #112CAC: hue angle of 229.55º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #112CAC is Cyan = 0.90, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 17 | 44 | 172 | - |
| CMYK | 0.90 | 0.74 | 0 | 0.33 |
| HSL | 229.55º | 0.82% | 0.37% | - |
| HSV(B) | 229.55º | 0.9% | 0.67% | - |
| XYZ | 8.58 | 4.9 | 39.52 | - |
| YUV | 50.52 | 196.55 | 104.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 44 | 172 | 0.90 | 0.74 | 0 | 0.33 | 229.55 | 0.82 | 0.37 |
| Hex | 11 | 2C | AC | 5A | 4A | 0 | 21 | E6 | 52 | 25 |
| Octal | 21 | 54 | 254 | 132 | 112 | 0 | 41 | 346 | 122 | 45 |
| Binary | 10001 | 101100 | 10101100 | 1011010 | 1001010 | 0 | 100001 | 11100110 | 1010010 | 100101 |
Color Harmonies of #112CAC
Complementary color
Monochromatic Colors of #112CAC
Black with #112CAC
Text Example
Text Example
White with #112CAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #112CAC; }
p { color: rgb(17,44,172); }
H1.HeaderClassName
{
color: #112CAC;
}
.AnyTagClassName
{
color: #112CAC;
}
</style>
background-color css
<style>
a { background-color: #112CAC; }
a { background-color: rgb(17,44,172); }
div.DivClassName
{
background-color: #112CAC;
}
.BgClassName
{
background-color: #112CAC;
}
</style>
border-color css
<style>
span { border-color: #112CAC; }
span { border-color: rgb(17,44,172); }
td.TdClassName
{
border-color: #112CAC;
}
.TagClassName
{
border-color: #112CAC;
}
</style>