Shades of Egyptian Blue #112AA5
Tints of Egyptian Blue #112AA5
RGB
CMYK
RGB Variations
Color information
#112AA5 (or 0x112AA5) is known color: Egyptian Blue. HEX triplet: 11, 2A and A5. RGB value is (17,42,165). Sum of RGB (Red+Green+Blue) = 17+42+165=224 (29% of max value = 765). Red value is 17 (7.03% from 255 or 7.59% from 224); Green value is 42 (16.80% from 255 or 18.75% from 224); Blue value is 165 (64.84% from 255 or 73.66% from 224); Max value from RGB is 165 - color contains mainly: blue. Hex color #112AA5 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #112AA5 is #EED55A. Grayscale: #303030. Windows color (decimal): -15652187 or 10824209. OLE color: 10824209.
HSL color Cylindrical-coordinate representation of color #112AA5: hue angle of 229.86º degrees, saturation: 0.81, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #112AA5 is Cyan = 0.90, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 17 | 42 | 165 | - |
| CMYK | 0.90 | 0.75 | 0 | 0.35 |
| HSL | 229.86º | 0.81% | 0.36% | - |
| HSV(B) | 229.86º | 0.9% | 0.65% | - |
| XYZ | 7.85 | 4.49 | 36.05 | - |
| YUV | 48.55 | 193.72 | 105.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 42 | 165 | 0.90 | 0.75 | 0 | 0.35 | 229.86 | 0.81 | 0.36 |
| Hex | 11 | 2A | A5 | 5A | 4B | 0 | 23 | E6 | 51 | 24 |
| Octal | 21 | 52 | 245 | 132 | 113 | 0 | 43 | 346 | 121 | 44 |
| Binary | 10001 | 101010 | 10100101 | 1011010 | 1001011 | 0 | 100011 | 11100110 | 1010001 | 100100 |
Color Harmonies of #112AA5
Complementary color
Monochromatic Colors of #112AA5
Black with #112AA5
Text Example
Text Example
White with #112AA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #112AA5; }
p { color: rgb(17,42,165); }
H1.HeaderClassName
{
color: #112AA5;
}
.AnyTagClassName
{
color: #112AA5;
}
</style>
background-color css
<style>
a { background-color: #112AA5; }
a { background-color: rgb(17,42,165); }
div.DivClassName
{
background-color: #112AA5;
}
.BgClassName
{
background-color: #112AA5;
}
</style>
border-color css
<style>
span { border-color: #112AA5; }
span { border-color: rgb(17,42,165); }
td.TdClassName
{
border-color: #112AA5;
}
.TagClassName
{
border-color: #112AA5;
}
</style>