Shades of Egyptian Blue #113AB0
Tints of Egyptian Blue #113AB0
RGB
CMYK
RGB Variations
Color information
#113AB0 (or 0x113AB0) is known color: Egyptian Blue. HEX triplet: 11, 3A and B0. RGB value is (17,58,176). Sum of RGB (Red+Green+Blue) = 17+58+176=251 (33% of max value = 765). Red value is 17 (7.03% from 255 or 6.77% from 251); Green value is 58 (23.05% from 255 or 23.11% from 251); Blue value is 176 (69.14% from 255 or 70.12% from 251); Max value from RGB is 176 - color contains mainly: blue. Hex color #113AB0 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #113AB0 is #EEC54F. Grayscale: #3A3A3A. Windows color (decimal): -15648080 or 11549201. OLE color: 11549201.
HSL color Cylindrical-coordinate representation of color #113AB0: hue angle of 224.53º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #113AB0 is Cyan = 0.90, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 17 | 58 | 176 | - |
| CMYK | 0.90 | 0.67 | 0 | 0.31 |
| HSL | 224.53º | 0.82% | 0.38% | - |
| HSV(B) | 224.53º | 0.9% | 0.69% | - |
| XYZ | 9.58 | 6.28 | 41.78 | - |
| YUV | 59.19 | 193.92 | 97.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 58 | 176 | 0.90 | 0.67 | 0 | 0.31 | 224.53 | 0.82 | 0.38 |
| Hex | 11 | 3A | B0 | 5A | 43 | 0 | 1F | E1 | 52 | 26 |
| Octal | 21 | 72 | 260 | 132 | 103 | 0 | 37 | 341 | 122 | 46 |
| Binary | 10001 | 111010 | 10110000 | 1011010 | 1000011 | 0 | 11111 | 11100001 | 1010010 | 100110 |
Color Harmonies of #113AB0
Complementary color
Monochromatic Colors of #113AB0
Black with #113AB0
Text Example
Text Example
White with #113AB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #113AB0; }
p { color: rgb(17,58,176); }
H1.HeaderClassName
{
color: #113AB0;
}
.AnyTagClassName
{
color: #113AB0;
}
</style>
background-color css
<style>
a { background-color: #113AB0; }
a { background-color: rgb(17,58,176); }
div.DivClassName
{
background-color: #113AB0;
}
.BgClassName
{
background-color: #113AB0;
}
</style>
border-color css
<style>
span { border-color: #113AB0; }
span { border-color: rgb(17,58,176); }
td.TdClassName
{
border-color: #113AB0;
}
.TagClassName
{
border-color: #113AB0;
}
</style>