Shades of Egyptian Blue #113AA3
Tints of Egyptian Blue #113AA3
RGB
CMYK
RGB Variations
Color information
#113AA3 (or 0x113AA3) is known color: Egyptian Blue. HEX triplet: 11, 3A and A3. RGB value is (17,58,163). Sum of RGB (Red+Green+Blue) = 17+58+163=238 (31% of max value = 765). Red value is 17 (7.03% from 255 or 7.14% from 238); Green value is 58 (23.05% from 255 or 24.37% from 238); Blue value is 163 (64.06% from 255 or 68.49% from 238); Max value from RGB is 163 - color contains mainly: blue. Hex color #113AA3 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #113AA3 is #EEC55C. Grayscale: #393939. Windows color (decimal): -15648093 or 10697233. OLE color: 10697233.
HSL color Cylindrical-coordinate representation of color #113AA3: hue angle of 223.15º 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 #113AA3 is Cyan = 0.90, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 17 | 58 | 163 | - |
| CMYK | 0.90 | 0.64 | 0 | 0.36 |
| HSL | 223.15º | 0.81% | 0.35% | - |
| HSV(B) | 223.15º | 0.9% | 0.64% | - |
| XYZ | 8.36 | 5.79 | 35.33 | - |
| YUV | 57.71 | 187.42 | 98.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 58 | 163 | 0.90 | 0.64 | 0 | 0.36 | 223.15 | 0.81 | 0.35 |
| Hex | 11 | 3A | A3 | 5A | 40 | 0 | 24 | DF | 51 | 23 |
| Octal | 21 | 72 | 243 | 132 | 100 | 0 | 44 | 337 | 121 | 43 |
| Binary | 10001 | 111010 | 10100011 | 1011010 | 1000000 | 0 | 100100 | 11011111 | 1010001 | 100011 |
Color Harmonies of #113AA3
Complementary color
Monochromatic Colors of #113AA3
Black with #113AA3
Text Example
Text Example
White with #113AA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #113AA3; }
p { color: rgb(17,58,163); }
H1.HeaderClassName
{
color: #113AA3;
}
.AnyTagClassName
{
color: #113AA3;
}
</style>
background-color css
<style>
a { background-color: #113AA3; }
a { background-color: rgb(17,58,163); }
div.DivClassName
{
background-color: #113AA3;
}
.BgClassName
{
background-color: #113AA3;
}
</style>
border-color css
<style>
span { border-color: #113AA3; }
span { border-color: rgb(17,58,163); }
td.TdClassName
{
border-color: #113AA3;
}
.TagClassName
{
border-color: #113AA3;
}
</style>