Shades of Egyptian Blue #113AB1
Tints of Egyptian Blue #113AB1
RGB
CMYK
RGB Variations
Color information
#113AB1 (or 0x113AB1) is known color: Egyptian Blue. HEX triplet: 11, 3A and B1. RGB value is (17,58,177). Sum of RGB (Red+Green+Blue) = 17+58+177=252 (33% of max value = 765). Red value is 17 (7.03% from 255 or 6.75% from 252); Green value is 58 (23.05% from 255 or 23.02% from 252); Blue value is 177 (69.53% from 255 or 70.24% from 252); Max value from RGB is 177 - color contains mainly: blue. Hex color #113AB1 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #113AB1 is #EEC54E. Grayscale: #3A3A3A. Windows color (decimal): -15648079 or 11614737. OLE color: 11614737.
HSL color Cylindrical-coordinate representation of color #113AB1: hue angle of 224.62º 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 #113AB1 is Cyan = 0.90, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 17 | 58 | 177 | - |
| CMYK | 0.90 | 0.67 | 0 | 0.31 |
| HSL | 224.63º | 0.82% | 0.38% | - |
| HSV(B) | 224.63º | 0.9% | 0.69% | - |
| XYZ | 9.68 | 6.32 | 42.3 | - |
| YUV | 59.31 | 194.42 | 97.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 58 | 177 | 0.90 | 0.67 | 0 | 0.31 | 224.63 | 0.82 | 0.38 |
| Hex | 11 | 3A | B1 | 5A | 43 | 0 | 1F | E1 | 52 | 26 |
| Octal | 21 | 72 | 261 | 132 | 103 | 0 | 37 | 341 | 122 | 46 |
| Binary | 10001 | 111010 | 10110001 | 1011010 | 1000011 | 0 | 11111 | 11100001 | 1010010 | 100110 |
Color Harmonies of #113AB1
Complementary color
Monochromatic Colors of #113AB1
Black with #113AB1
Text Example
Text Example
White with #113AB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #113AB1; }
p { color: rgb(17,58,177); }
H1.HeaderClassName
{
color: #113AB1;
}
.AnyTagClassName
{
color: #113AB1;
}
</style>
background-color css
<style>
a { background-color: #113AB1; }
a { background-color: rgb(17,58,177); }
div.DivClassName
{
background-color: #113AB1;
}
.BgClassName
{
background-color: #113AB1;
}
</style>
border-color css
<style>
span { border-color: #113AB1; }
span { border-color: rgb(17,58,177); }
td.TdClassName
{
border-color: #113AB1;
}
.TagClassName
{
border-color: #113AB1;
}
</style>