Shades of Egyptian Blue #113CA5
Tints of Egyptian Blue #113CA5
RGB
CMYK
RGB Variations
Color information
#113CA5 (or 0x113CA5) is known color: Egyptian Blue. HEX triplet: 11, 3C and A5. RGB value is (17,60,165). Sum of RGB (Red+Green+Blue) = 17+60+165=242 (32% of max value = 765). Red value is 17 (7.03% from 255 or 7.02% from 242); Green value is 60 (23.83% from 255 or 24.79% from 242); Blue value is 165 (64.84% from 255 or 68.18% from 242); Max value from RGB is 165 - color contains mainly: blue. Hex color #113CA5 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #113CA5 is #EEC35A. Grayscale: #3A3A3A. Windows color (decimal): -15647579 or 10828817. OLE color: 10828817.
HSL color Cylindrical-coordinate representation of color #113CA5: hue angle of 222.57º degrees, saturation: 0.81, 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 #113CA5 is Cyan = 0.90, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 17 | 60 | 165 | - |
| CMYK | 0.90 | 0.64 | 0 | 0.35 |
| HSL | 222.57º | 0.81% | 0.36% | - |
| HSV(B) | 222.57º | 0.9% | 0.65% | - |
| XYZ | 8.64 | 6.07 | 36.31 | - |
| YUV | 59.11 | 187.75 | 97.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 60 | 165 | 0.90 | 0.64 | 0 | 0.35 | 222.57 | 0.81 | 0.36 |
| Hex | 11 | 3C | A5 | 5A | 40 | 0 | 23 | DF | 51 | 24 |
| Octal | 21 | 74 | 245 | 132 | 100 | 0 | 43 | 337 | 121 | 44 |
| Binary | 10001 | 111100 | 10100101 | 1011010 | 1000000 | 0 | 100011 | 11011111 | 1010001 | 100100 |
Color Harmonies of #113CA5
Complementary color
Monochromatic Colors of #113CA5
Black with #113CA5
Text Example
Text Example
White with #113CA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #113CA5; }
p { color: rgb(17,60,165); }
H1.HeaderClassName
{
color: #113CA5;
}
.AnyTagClassName
{
color: #113CA5;
}
</style>
background-color css
<style>
a { background-color: #113CA5; }
a { background-color: rgb(17,60,165); }
div.DivClassName
{
background-color: #113CA5;
}
.BgClassName
{
background-color: #113CA5;
}
</style>
border-color css
<style>
span { border-color: #113CA5; }
span { border-color: rgb(17,60,165); }
td.TdClassName
{
border-color: #113CA5;
}
.TagClassName
{
border-color: #113CA5;
}
</style>