Shades of Egyptian Blue #113FA1
Tints of Egyptian Blue #113FA1
RGB
CMYK
RGB Variations
Color information
#113FA1 (or 0x113FA1) is known color: Egyptian Blue. HEX triplet: 11, 3F and A1. RGB value is (17,63,161). Sum of RGB (Red+Green+Blue) = 17+63+161=241 (31% of max value = 765). Red value is 17 (7.03% from 255 or 7.05% from 241); Green value is 63 (25% from 255 or 26.14% from 241); Blue value is 161 (63.28% from 255 or 66.80% from 241); Max value from RGB is 161 - color contains mainly: blue. Hex color #113FA1 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #113FA1 is #EEC05E. Grayscale: #3B3B3B. Windows color (decimal): -15646815 or 10567441. OLE color: 10567441.
HSL color Cylindrical-coordinate representation of color #113FA1: hue angle of 220.83º degrees, saturation: 0.81, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #113FA1 is Cyan = 0.89, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 17 | 63 | 161 | - |
| CMYK | 0.89 | 0.61 | 0 | 0.37 |
| HSL | 220.83º | 0.81% | 0.35% | - |
| HSV(B) | 220.83º | 0.89% | 0.63% | - |
| XYZ | 8.44 | 6.25 | 34.48 | - |
| YUV | 60.42 | 184.76 | 97.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 63 | 161 | 0.89 | 0.61 | 0 | 0.37 | 220.83 | 0.81 | 0.35 |
| Hex | 11 | 3F | A1 | 59 | 3D | 0 | 25 | DD | 51 | 23 |
| Octal | 21 | 77 | 241 | 131 | 75 | 0 | 45 | 335 | 121 | 43 |
| Binary | 10001 | 111111 | 10100001 | 1011001 | 111101 | 0 | 100101 | 11011101 | 1010001 | 100011 |
Color Harmonies of #113FA1
Complementary color
Monochromatic Colors of #113FA1
Black with #113FA1
Text Example
Text Example
White with #113FA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #113FA1; }
p { color: rgb(17,63,161); }
H1.HeaderClassName
{
color: #113FA1;
}
.AnyTagClassName
{
color: #113FA1;
}
</style>
background-color css
<style>
a { background-color: #113FA1; }
a { background-color: rgb(17,63,161); }
div.DivClassName
{
background-color: #113FA1;
}
.BgClassName
{
background-color: #113FA1;
}
</style>
border-color css
<style>
span { border-color: #113FA1; }
span { border-color: rgb(17,63,161); }
td.TdClassName
{
border-color: #113FA1;
}
.TagClassName
{
border-color: #113FA1;
}
</style>