Shades of Egyptian Blue #113BAE
Tints of Egyptian Blue #113BAE
RGB
CMYK
RGB Variations
Color information
#113BAE (or 0x113BAE) is known color: Egyptian Blue. HEX triplet: 11, 3B and AE. RGB value is (17,59,174). Sum of RGB (Red+Green+Blue) = 17+59+174=250 (33% of max value = 765). Red value is 17 (7.03% from 255 or 6.8% from 250); Green value is 59 (23.44% from 255 or 23.6% from 250); Blue value is 174 (68.36% from 255 or 69.6% from 250); Max value from RGB is 174 - color contains mainly: blue. Hex color #113BAE is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #113BAE is #EEC451. Grayscale: #3B3B3B. Windows color (decimal): -15647826 or 11418385. OLE color: 11418385.
HSL color Cylindrical-coordinate representation of color #113BAE: hue angle of 223.95º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #113BAE is Cyan = 0.90, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 17 | 59 | 174 | - |
| CMYK | 0.90 | 0.66 | 0 | 0.32 |
| HSL | 223.95º | 0.82% | 0.37% | - |
| HSV(B) | 223.95º | 0.9% | 0.68% | - |
| XYZ | 9.44 | 6.3 | 40.76 | - |
| YUV | 59.55 | 192.59 | 97.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 59 | 174 | 0.90 | 0.66 | 0 | 0.32 | 223.95 | 0.82 | 0.37 |
| Hex | 11 | 3B | AE | 5A | 42 | 0 | 20 | E0 | 52 | 25 |
| Octal | 21 | 73 | 256 | 132 | 102 | 0 | 40 | 340 | 122 | 45 |
| Binary | 10001 | 111011 | 10101110 | 1011010 | 1000010 | 0 | 100000 | 11100000 | 1010010 | 100101 |
Color Harmonies of #113BAE
Complementary color
Monochromatic Colors of #113BAE
Black with #113BAE
Text Example
Text Example
White with #113BAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #113BAE; }
p { color: rgb(17,59,174); }
H1.HeaderClassName
{
color: #113BAE;
}
.AnyTagClassName
{
color: #113BAE;
}
</style>
background-color css
<style>
a { background-color: #113BAE; }
a { background-color: rgb(17,59,174); }
div.DivClassName
{
background-color: #113BAE;
}
.BgClassName
{
background-color: #113BAE;
}
</style>
border-color css
<style>
span { border-color: #113BAE; }
span { border-color: rgb(17,59,174); }
td.TdClassName
{
border-color: #113BAE;
}
.TagClassName
{
border-color: #113BAE;
}
</style>