Shades of Egyptian Blue #113FAB
Tints of Egyptian Blue #113FAB
RGB
CMYK
RGB Variations
Color information
#113FAB (or 0x113FAB) is known color: Egyptian Blue. HEX triplet: 11, 3F and AB. RGB value is (17,63,171). Sum of RGB (Red+Green+Blue) = 17+63+171=251 (33% of max value = 765). Red value is 17 (7.03% from 255 or 6.77% from 251); Green value is 63 (25% from 255 or 25.10% from 251); Blue value is 171 (67.19% from 255 or 68.13% from 251); Max value from RGB is 171 - color contains mainly: blue. Hex color #113FAB is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #113FAB is #EEC054. Grayscale: #3D3D3D. Windows color (decimal): -15646805 or 11222801. OLE color: 11222801.
HSL color Cylindrical-coordinate representation of color #113FAB: hue angle of 222.08º 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 #113FAB is Cyan = 0.90, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 17 | 63 | 171 | - |
| CMYK | 0.90 | 0.63 | 0 | 0.33 |
| HSL | 222.08º | 0.82% | 0.37% | - |
| HSV(B) | 222.08º | 0.9% | 0.67% | - |
| XYZ | 9.36 | 6.61 | 39.31 | - |
| YUV | 61.56 | 189.76 | 96.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 63 | 171 | 0.90 | 0.63 | 0 | 0.33 | 222.08 | 0.82 | 0.37 |
| Hex | 11 | 3F | AB | 5A | 3F | 0 | 21 | DE | 52 | 25 |
| Octal | 21 | 77 | 253 | 132 | 77 | 0 | 41 | 336 | 122 | 45 |
| Binary | 10001 | 111111 | 10101011 | 1011010 | 111111 | 0 | 100001 | 11011110 | 1010010 | 100101 |
Color Harmonies of #113FAB
Complementary color
Monochromatic Colors of #113FAB
Black with #113FAB
Text Example
Text Example
White with #113FAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #113FAB; }
p { color: rgb(17,63,171); }
H1.HeaderClassName
{
color: #113FAB;
}
.AnyTagClassName
{
color: #113FAB;
}
</style>
background-color css
<style>
a { background-color: #113FAB; }
a { background-color: rgb(17,63,171); }
div.DivClassName
{
background-color: #113FAB;
}
.BgClassName
{
background-color: #113FAB;
}
</style>
border-color css
<style>
span { border-color: #113FAB; }
span { border-color: rgb(17,63,171); }
td.TdClassName
{
border-color: #113FAB;
}
.TagClassName
{
border-color: #113FAB;
}
</style>