Shades of Egyptian Blue #113FA4
Tints of Egyptian Blue #113FA4
RGB
CMYK
RGB Variations
Color information
#113FA4 (or 0x113FA4) is known color: Egyptian Blue. HEX triplet: 11, 3F and A4. RGB value is (17,63,164). Sum of RGB (Red+Green+Blue) = 17+63+164=244 (32% of max value = 765). Red value is 17 (7.03% from 255 or 6.97% from 244); Green value is 63 (25% from 255 or 25.82% from 244); Blue value is 164 (64.45% from 255 or 67.21% from 244); Max value from RGB is 164 - color contains mainly: blue. Hex color #113FA4 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #113FA4 is #EEC05B. Grayscale: #3C3C3C. Windows color (decimal): -15646812 or 10764049. OLE color: 10764049.
HSL color Cylindrical-coordinate representation of color #113FA4: hue angle of 221.22º 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 #113FA4 is Cyan = 0.90, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 17 | 63 | 164 | - |
| CMYK | 0.90 | 0.62 | 0 | 0.36 |
| HSL | 221.22º | 0.81% | 0.35% | - |
| HSV(B) | 221.22º | 0.9% | 0.64% | - |
| XYZ | 8.71 | 6.35 | 35.89 | - |
| YUV | 60.76 | 186.26 | 96.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 63 | 164 | 0.90 | 0.62 | 0 | 0.36 | 221.22 | 0.81 | 0.35 |
| Hex | 11 | 3F | A4 | 5A | 3E | 0 | 24 | DD | 51 | 23 |
| Octal | 21 | 77 | 244 | 132 | 76 | 0 | 44 | 335 | 121 | 43 |
| Binary | 10001 | 111111 | 10100100 | 1011010 | 111110 | 0 | 100100 | 11011101 | 1010001 | 100011 |
Color Harmonies of #113FA4
Complementary color
Monochromatic Colors of #113FA4
Black with #113FA4
Text Example
Text Example
White with #113FA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #113FA4; }
p { color: rgb(17,63,164); }
H1.HeaderClassName
{
color: #113FA4;
}
.AnyTagClassName
{
color: #113FA4;
}
</style>
background-color css
<style>
a { background-color: #113FA4; }
a { background-color: rgb(17,63,164); }
div.DivClassName
{
background-color: #113FA4;
}
.BgClassName
{
background-color: #113FA4;
}
</style>
border-color css
<style>
span { border-color: #113FA4; }
span { border-color: rgb(17,63,164); }
td.TdClassName
{
border-color: #113FA4;
}
.TagClassName
{
border-color: #113FA4;
}
</style>