Shades of Egyptian Blue #112BAA
Tints of Egyptian Blue #112BAA
RGB
CMYK
RGB Variations
Color information
#112BAA (or 0x112BAA) is known color: Egyptian Blue. HEX triplet: 11, 2B and AA. RGB value is (17,43,170). Sum of RGB (Red+Green+Blue) = 17+43+170=230 (30% of max value = 765). Red value is 17 (7.03% from 255 or 7.39% from 230); Green value is 43 (17.19% from 255 or 18.70% from 230); Blue value is 170 (66.80% from 255 or 73.91% from 230); Max value from RGB is 170 - color contains mainly: blue. Hex color #112BAA is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #112BAA is #EED455. Grayscale: #313131. Windows color (decimal): -15651926 or 11152145. OLE color: 11152145.
HSL color Cylindrical-coordinate representation of color #112BAA: hue angle of 229.8º 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 #112BAA is Cyan = 0.9, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 17 | 43 | 170 | - |
| CMYK | 0.9 | 0.75 | 0 | 0.33 |
| HSL | 229.8º | 0.82% | 0.37% | - |
| HSV(B) | 229.8º | 0.9% | 0.67% | - |
| XYZ | 8.35 | 4.75 | 38.51 | - |
| YUV | 49.7 | 195.89 | 104.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 43 | 170 | 0.9 | 0.75 | 0 | 0.33 | 229.8 | 0.82 | 0.37 |
| Hex | 11 | 2B | AA | 5A | 4B | 0 | 21 | E6 | 52 | 25 |
| Octal | 21 | 53 | 252 | 132 | 113 | 0 | 41 | 346 | 122 | 45 |
| Binary | 10001 | 101011 | 10101010 | 1011010 | 1001011 | 0 | 100001 | 11100110 | 1010010 | 100101 |
Color Harmonies of #112BAA
Complementary color
Monochromatic Colors of #112BAA
Black with #112BAA
Text Example
Text Example
White with #112BAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #112BAA; }
p { color: rgb(17,43,170); }
H1.HeaderClassName
{
color: #112BAA;
}
.AnyTagClassName
{
color: #112BAA;
}
</style>
background-color css
<style>
a { background-color: #112BAA; }
a { background-color: rgb(17,43,170); }
div.DivClassName
{
background-color: #112BAA;
}
.BgClassName
{
background-color: #112BAA;
}
</style>
border-color css
<style>
span { border-color: #112BAA; }
span { border-color: rgb(17,43,170); }
td.TdClassName
{
border-color: #112BAA;
}
.TagClassName
{
border-color: #112BAA;
}
</style>