Shades of Egyptian Blue #113BA7
Tints of Egyptian Blue #113BA7
RGB
CMYK
RGB Variations
Color information
#113BA7 (or 0x113BA7) is known color: Egyptian Blue. HEX triplet: 11, 3B and A7. RGB value is (17,59,167). Sum of RGB (Red+Green+Blue) = 17+59+167=243 (32% of max value = 765). Red value is 17 (7.03% from 255 or 7.00% from 243); Green value is 59 (23.44% from 255 or 24.28% from 243); Blue value is 167 (65.62% from 255 or 68.72% from 243); Max value from RGB is 167 - color contains mainly: blue. Hex color #113BA7 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #113BA7 is #EEC458. Grayscale: #3A3A3A. Windows color (decimal): -15647833 or 10959633. OLE color: 10959633.
HSL color Cylindrical-coordinate representation of color #113BA7: hue angle of 223.2º degrees, saturation: 0.82, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #113BA7 is Cyan = 0.90, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 17 | 59 | 167 | - |
| CMYK | 0.90 | 0.65 | 0 | 0.35 |
| HSL | 223.2º | 0.82% | 0.36% | - |
| HSV(B) | 223.2º | 0.9% | 0.65% | - |
| XYZ | 8.77 | 6.04 | 37.26 | - |
| YUV | 58.75 | 189.09 | 98.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 59 | 167 | 0.90 | 0.65 | 0 | 0.35 | 223.2 | 0.82 | 0.36 |
| Hex | 11 | 3B | A7 | 5A | 41 | 0 | 23 | DF | 52 | 24 |
| Octal | 21 | 73 | 247 | 132 | 101 | 0 | 43 | 337 | 122 | 44 |
| Binary | 10001 | 111011 | 10100111 | 1011010 | 1000001 | 0 | 100011 | 11011111 | 1010010 | 100100 |
Color Harmonies of #113BA7
Complementary color
Monochromatic Colors of #113BA7
Black with #113BA7
Text Example
Text Example
White with #113BA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #113BA7; }
p { color: rgb(17,59,167); }
H1.HeaderClassName
{
color: #113BA7;
}
.AnyTagClassName
{
color: #113BA7;
}
</style>
background-color css
<style>
a { background-color: #113BA7; }
a { background-color: rgb(17,59,167); }
div.DivClassName
{
background-color: #113BA7;
}
.BgClassName
{
background-color: #113BA7;
}
</style>
border-color css
<style>
span { border-color: #113BA7; }
span { border-color: rgb(17,59,167); }
td.TdClassName
{
border-color: #113BA7;
}
.TagClassName
{
border-color: #113BA7;
}
</style>