Shades of Egyptian Blue #112AAA
Tints of Egyptian Blue #112AAA
RGB
CMYK
RGB Variations
Color information
#112AAA (or 0x112AAA) is known color: Egyptian Blue. HEX triplet: 11, 2A and AA. RGB value is (17,42,170). Sum of RGB (Red+Green+Blue) = 17+42+170=229 (30% of max value = 765). Red value is 17 (7.03% from 255 or 7.42% from 229); Green value is 42 (16.80% from 255 or 18.34% from 229); Blue value is 170 (66.80% from 255 or 74.24% from 229); Max value from RGB is 170 - color contains mainly: blue. Hex color #112AAA is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #112AAA is #EED555. Grayscale: #303030. Windows color (decimal): -15652182 or 11151889. OLE color: 11151889.
HSL color Cylindrical-coordinate representation of color #112AAA: hue angle of 230.2º 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 #112AAA is Cyan = 0.9, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 17 | 42 | 170 | - |
| CMYK | 0.9 | 0.75 | 0 | 0.33 |
| HSL | 230.2º | 0.82% | 0.37% | - |
| HSV(B) | 230.2º | 0.9% | 0.67% | - |
| XYZ | 8.31 | 4.68 | 38.49 | - |
| YUV | 49.12 | 196.22 | 105.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 42 | 170 | 0.9 | 0.75 | 0 | 0.33 | 230.2 | 0.82 | 0.37 |
| Hex | 11 | 2A | AA | 5A | 4B | 0 | 21 | E6 | 52 | 25 |
| Octal | 21 | 52 | 252 | 132 | 113 | 0 | 41 | 346 | 122 | 45 |
| Binary | 10001 | 101010 | 10101010 | 1011010 | 1001011 | 0 | 100001 | 11100110 | 1010010 | 100101 |
Color Harmonies of #112AAA
Complementary color
Monochromatic Colors of #112AAA
Black with #112AAA
Text Example
Text Example
White with #112AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #112AAA; }
p { color: rgb(17,42,170); }
H1.HeaderClassName
{
color: #112AAA;
}
.AnyTagClassName
{
color: #112AAA;
}
</style>
background-color css
<style>
a { background-color: #112AAA; }
a { background-color: rgb(17,42,170); }
div.DivClassName
{
background-color: #112AAA;
}
.BgClassName
{
background-color: #112AAA;
}
</style>
border-color css
<style>
span { border-color: #112AAA; }
span { border-color: rgb(17,42,170); }
td.TdClassName
{
border-color: #112AAA;
}
.TagClassName
{
border-color: #112AAA;
}
</style>