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