Shades of Egyptian Blue #113FA3
Tints of Egyptian Blue #113FA3
RGB
CMYK
RGB Variations
Color information
#113FA3 (or 0x113FA3) is known color: Egyptian Blue. HEX triplet: 11, 3F and A3. RGB value is (17,63,163). Sum of RGB (Red+Green+Blue) = 17+63+163=243 (32% of max value = 765). Red value is 17 (7.03% from 255 or 7.00% from 243); Green value is 63 (25% from 255 or 25.93% from 243); Blue value is 163 (64.06% from 255 or 67.08% from 243); Max value from RGB is 163 - color contains mainly: blue. Hex color #113FA3 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #113FA3 is #EEC05C. Grayscale: #3C3C3C. Windows color (decimal): -15646813 or 10698513. OLE color: 10698513.
HSL color Cylindrical-coordinate representation of color #113FA3: hue angle of 221.1º 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 #113FA3 is Cyan = 0.90, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 17 | 63 | 163 | - |
| CMYK | 0.90 | 0.61 | 0 | 0.36 |
| HSL | 221.1º | 0.81% | 0.35% | - |
| HSV(B) | 221.1º | 0.9% | 0.64% | - |
| XYZ | 8.62 | 6.32 | 35.42 | - |
| YUV | 60.65 | 185.76 | 96.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 63 | 163 | 0.90 | 0.61 | 0 | 0.36 | 221.1 | 0.81 | 0.35 |
| Hex | 11 | 3F | A3 | 5A | 3D | 0 | 24 | DD | 51 | 23 |
| Octal | 21 | 77 | 243 | 132 | 75 | 0 | 44 | 335 | 121 | 43 |
| Binary | 10001 | 111111 | 10100011 | 1011010 | 111101 | 0 | 100100 | 11011101 | 1010001 | 100011 |
Color Harmonies of #113FA3
Complementary color
Monochromatic Colors of #113FA3
Black with #113FA3
Text Example
Text Example
White with #113FA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #113FA3; }
p { color: rgb(17,63,163); }
H1.HeaderClassName
{
color: #113FA3;
}
.AnyTagClassName
{
color: #113FA3;
}
</style>
background-color css
<style>
a { background-color: #113FA3; }
a { background-color: rgb(17,63,163); }
div.DivClassName
{
background-color: #113FA3;
}
.BgClassName
{
background-color: #113FA3;
}
</style>
border-color css
<style>
span { border-color: #113FA3; }
span { border-color: rgb(17,63,163); }
td.TdClassName
{
border-color: #113FA3;
}
.TagClassName
{
border-color: #113FA3;
}
</style>