Shades of Egyptian Blue #113AAB
Tints of Egyptian Blue #113AAB
RGB
CMYK
RGB Variations
Color information
#113AAB (or 0x113AAB) is known color: Egyptian Blue. HEX triplet: 11, 3A and AB. RGB value is (17,58,171). Sum of RGB (Red+Green+Blue) = 17+58+171=246 (32% of max value = 765). Red value is 17 (7.03% from 255 or 6.91% from 246); Green value is 58 (23.05% from 255 or 23.58% from 246); Blue value is 171 (67.19% from 255 or 69.51% from 246); Max value from RGB is 171 - color contains mainly: blue. Hex color #113AAB is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #113AAB is #EEC554. Grayscale: #3A3A3A. Windows color (decimal): -15648085 or 11221521. OLE color: 11221521.
HSL color Cylindrical-coordinate representation of color #113AAB: hue angle of 224.03º 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 #113AAB is Cyan = 0.90, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 17 | 58 | 171 | - |
| CMYK | 0.90 | 0.66 | 0 | 0.33 |
| HSL | 224.03º | 0.82% | 0.37% | - |
| HSV(B) | 224.03º | 0.9% | 0.67% | - |
| XYZ | 9.09 | 6.09 | 39.22 | - |
| YUV | 58.62 | 191.42 | 98.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 58 | 171 | 0.90 | 0.66 | 0 | 0.33 | 224.03 | 0.82 | 0.37 |
| Hex | 11 | 3A | AB | 5A | 42 | 0 | 21 | E0 | 52 | 25 |
| Octal | 21 | 72 | 253 | 132 | 102 | 0 | 41 | 340 | 122 | 45 |
| Binary | 10001 | 111010 | 10101011 | 1011010 | 1000010 | 0 | 100001 | 11100000 | 1010010 | 100101 |
Color Harmonies of #113AAB
Complementary color
Monochromatic Colors of #113AAB
Black with #113AAB
Text Example
Text Example
White with #113AAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #113AAB; }
p { color: rgb(17,58,171); }
H1.HeaderClassName
{
color: #113AAB;
}
.AnyTagClassName
{
color: #113AAB;
}
</style>
background-color css
<style>
a { background-color: #113AAB; }
a { background-color: rgb(17,58,171); }
div.DivClassName
{
background-color: #113AAB;
}
.BgClassName
{
background-color: #113AAB;
}
</style>
border-color css
<style>
span { border-color: #113AAB; }
span { border-color: rgb(17,58,171); }
td.TdClassName
{
border-color: #113AAB;
}
.TagClassName
{
border-color: #113AAB;
}
</style>