Shades of Egyptian Blue #113CAB
Tints of Egyptian Blue #113CAB
RGB
CMYK
RGB Variations
Color information
#113CAB (or 0x113CAB) is known color: Egyptian Blue. HEX triplet: 11, 3C and AB. RGB value is (17,60,171). Sum of RGB (Red+Green+Blue) = 17+60+171=248 (32% of max value = 765). Red value is 17 (7.03% from 255 or 6.85% from 248); Green value is 60 (23.83% from 255 or 24.19% from 248); Blue value is 171 (67.19% from 255 or 68.95% from 248); Max value from RGB is 171 - color contains mainly: blue. Hex color #113CAB is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #113CAB is #EEC354. Grayscale: #3B3B3B. Windows color (decimal): -15647573 or 11222033. OLE color: 11222033.
HSL color Cylindrical-coordinate representation of color #113CAB: hue angle of 223.25º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #113CAB is Cyan = 0.90, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 17 | 60 | 171 | - |
| CMYK | 0.90 | 0.65 | 0 | 0.33 |
| HSL | 223.25º | 0.82% | 0.37% | - |
| HSV(B) | 223.25º | 0.9% | 0.67% | - |
| XYZ | 9.2 | 6.29 | 39.26 | - |
| YUV | 59.8 | 190.75 | 97.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 60 | 171 | 0.90 | 0.65 | 0 | 0.33 | 223.25 | 0.82 | 0.37 |
| Hex | 11 | 3C | AB | 5A | 41 | 0 | 21 | DF | 52 | 25 |
| Octal | 21 | 74 | 253 | 132 | 101 | 0 | 41 | 337 | 122 | 45 |
| Binary | 10001 | 111100 | 10101011 | 1011010 | 1000001 | 0 | 100001 | 11011111 | 1010010 | 100101 |
Color Harmonies of #113CAB
Complementary color
Monochromatic Colors of #113CAB
Black with #113CAB
Text Example
Text Example
White with #113CAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #113CAB; }
p { color: rgb(17,60,171); }
H1.HeaderClassName
{
color: #113CAB;
}
.AnyTagClassName
{
color: #113CAB;
}
</style>
background-color css
<style>
a { background-color: #113CAB; }
a { background-color: rgb(17,60,171); }
div.DivClassName
{
background-color: #113CAB;
}
.BgClassName
{
background-color: #113CAB;
}
</style>
border-color css
<style>
span { border-color: #113CAB; }
span { border-color: rgb(17,60,171); }
td.TdClassName
{
border-color: #113CAB;
}
.TagClassName
{
border-color: #113CAB;
}
</style>