Shades of Egyptian Blue #113AA4
Tints of Egyptian Blue #113AA4
RGB
CMYK
RGB Variations
Color information
#113AA4 (or 0x113AA4) is known color: Egyptian Blue. HEX triplet: 11, 3A and A4. RGB value is (17,58,164). Sum of RGB (Red+Green+Blue) = 17+58+164=239 (31% of max value = 765). Red value is 17 (7.03% from 255 or 7.11% from 239); Green value is 58 (23.05% from 255 or 24.27% from 239); Blue value is 164 (64.45% from 255 or 68.62% from 239); Max value from RGB is 164 - color contains mainly: blue. Hex color #113AA4 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #113AA4 is #EEC55B. Grayscale: #393939. Windows color (decimal): -15648092 or 10762769. OLE color: 10762769.
HSL color Cylindrical-coordinate representation of color #113AA4: hue angle of 223.27º degrees, saturation: 0.81, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #113AA4 is Cyan = 0.90, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 17 | 58 | 164 | - |
| CMYK | 0.90 | 0.65 | 0 | 0.36 |
| HSL | 223.27º | 0.81% | 0.35% | - |
| HSV(B) | 223.27º | 0.9% | 0.64% | - |
| XYZ | 8.45 | 5.83 | 35.8 | - |
| YUV | 57.83 | 187.92 | 98.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 58 | 164 | 0.90 | 0.65 | 0 | 0.36 | 223.27 | 0.81 | 0.35 |
| Hex | 11 | 3A | A4 | 5A | 41 | 0 | 24 | DF | 51 | 23 |
| Octal | 21 | 72 | 244 | 132 | 101 | 0 | 44 | 337 | 121 | 43 |
| Binary | 10001 | 111010 | 10100100 | 1011010 | 1000001 | 0 | 100100 | 11011111 | 1010001 | 100011 |
Color Harmonies of #113AA4
Complementary color
Monochromatic Colors of #113AA4
Black with #113AA4
Text Example
Text Example
White with #113AA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #113AA4; }
p { color: rgb(17,58,164); }
H1.HeaderClassName
{
color: #113AA4;
}
.AnyTagClassName
{
color: #113AA4;
}
</style>
background-color css
<style>
a { background-color: #113AA4; }
a { background-color: rgb(17,58,164); }
div.DivClassName
{
background-color: #113AA4;
}
.BgClassName
{
background-color: #113AA4;
}
</style>
border-color css
<style>
span { border-color: #113AA4; }
span { border-color: rgb(17,58,164); }
td.TdClassName
{
border-color: #113AA4;
}
.TagClassName
{
border-color: #113AA4;
}
</style>