Shades of Egyptian Blue #112DAB
Tints of Egyptian Blue #112DAB
RGB
CMYK
RGB Variations
Color information
#112DAB (or 0x112DAB) is known color: Egyptian Blue. HEX triplet: 11, 2D and AB. RGB value is (17,45,171). Sum of RGB (Red+Green+Blue) = 17+45+171=233 (30% of max value = 765). Red value is 17 (7.03% from 255 or 7.30% from 233); Green value is 45 (17.97% from 255 or 19.31% from 233); Blue value is 171 (67.19% from 255 or 73.39% from 233); Max value from RGB is 171 - color contains mainly: blue. Hex color #112DAB is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #112DAB is #EED254. Grayscale: #323232. Windows color (decimal): -15651413 or 11218193. OLE color: 11218193.
HSL color Cylindrical-coordinate representation of color #112DAB: hue angle of 229.09º 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 #112DAB is Cyan = 0.90, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 17 | 45 | 171 | - |
| CMYK | 0.90 | 0.74 | 0 | 0.33 |
| HSL | 229.09º | 0.82% | 0.37% | - |
| HSV(B) | 229.09º | 0.9% | 0.67% | - |
| XYZ | 8.52 | 4.94 | 39.03 | - |
| YUV | 50.99 | 195.72 | 103.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 45 | 171 | 0.90 | 0.74 | 0 | 0.33 | 229.09 | 0.82 | 0.37 |
| Hex | 11 | 2D | AB | 5A | 4A | 0 | 21 | E5 | 52 | 25 |
| Octal | 21 | 55 | 253 | 132 | 112 | 0 | 41 | 345 | 122 | 45 |
| Binary | 10001 | 101101 | 10101011 | 1011010 | 1001010 | 0 | 100001 | 11100101 | 1010010 | 100101 |
Color Harmonies of #112DAB
Complementary color
Monochromatic Colors of #112DAB
Black with #112DAB
Text Example
Text Example
White with #112DAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #112DAB; }
p { color: rgb(17,45,171); }
H1.HeaderClassName
{
color: #112DAB;
}
.AnyTagClassName
{
color: #112DAB;
}
</style>
background-color css
<style>
a { background-color: #112DAB; }
a { background-color: rgb(17,45,171); }
div.DivClassName
{
background-color: #112DAB;
}
.BgClassName
{
background-color: #112DAB;
}
</style>
border-color css
<style>
span { border-color: #112DAB; }
span { border-color: rgb(17,45,171); }
td.TdClassName
{
border-color: #112DAB;
}
.TagClassName
{
border-color: #112DAB;
}
</style>