Shades of Egyptian Blue #112CAB
Tints of Egyptian Blue #112CAB
RGB
CMYK
RGB Variations
Color information
#112CAB (or 0x112CAB) is known color: Egyptian Blue. HEX triplet: 11, 2C and AB. RGB value is (17,44,171). Sum of RGB (Red+Green+Blue) = 17+44+171=232 (30% of max value = 765). Red value is 17 (7.03% from 255 or 7.33% from 232); Green value is 44 (17.58% from 255 or 18.97% from 232); Blue value is 171 (67.19% from 255 or 73.71% from 232); Max value from RGB is 171 - color contains mainly: blue. Hex color #112CAB is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #112CAB is #EED354. Grayscale: #313131. Windows color (decimal): -15651669 or 11217937. OLE color: 11217937.
HSL color Cylindrical-coordinate representation of color #112CAB: hue angle of 229.48º 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 #112CAB is Cyan = 0.90, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 17 | 44 | 171 | - |
| CMYK | 0.90 | 0.74 | 0 | 0.33 |
| HSL | 229.48º | 0.82% | 0.37% | - |
| HSV(B) | 229.48º | 0.9% | 0.67% | - |
| XYZ | 8.48 | 4.86 | 39.02 | - |
| YUV | 50.41 | 196.05 | 104.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 44 | 171 | 0.90 | 0.74 | 0 | 0.33 | 229.48 | 0.82 | 0.37 |
| Hex | 11 | 2C | AB | 5A | 4A | 0 | 21 | E5 | 52 | 25 |
| Octal | 21 | 54 | 253 | 132 | 112 | 0 | 41 | 345 | 122 | 45 |
| Binary | 10001 | 101100 | 10101011 | 1011010 | 1001010 | 0 | 100001 | 11100101 | 1010010 | 100101 |
Color Harmonies of #112CAB
Complementary color
Monochromatic Colors of #112CAB
Black with #112CAB
Text Example
Text Example
White with #112CAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #112CAB; }
p { color: rgb(17,44,171); }
H1.HeaderClassName
{
color: #112CAB;
}
.AnyTagClassName
{
color: #112CAB;
}
</style>
background-color css
<style>
a { background-color: #112CAB; }
a { background-color: rgb(17,44,171); }
div.DivClassName
{
background-color: #112CAB;
}
.BgClassName
{
background-color: #112CAB;
}
</style>
border-color css
<style>
span { border-color: #112CAB; }
span { border-color: rgb(17,44,171); }
td.TdClassName
{
border-color: #112CAB;
}
.TagClassName
{
border-color: #112CAB;
}
</style>