Shades of Egyptian Blue #113DAA
Tints of Egyptian Blue #113DAA
RGB
CMYK
RGB Variations
Color information
#113DAA (or 0x113DAA) is known color: Egyptian Blue. HEX triplet: 11, 3D and AA. RGB value is (17,61,170). Sum of RGB (Red+Green+Blue) = 17+61+170=248 (32% of max value = 765). Red value is 17 (7.03% from 255 or 6.85% from 248); Green value is 61 (24.22% from 255 or 24.60% from 248); Blue value is 170 (66.80% from 255 or 68.55% from 248); Max value from RGB is 170 - color contains mainly: blue. Hex color #113DAA is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #113DAA is #EEC255. Grayscale: #3B3B3B. Windows color (decimal): -15647318 or 11156753. OLE color: 11156753.
HSL color Cylindrical-coordinate representation of color #113DAA: hue angle of 222.75º 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 #113DAA is Cyan = 0.9, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 17 | 61 | 170 | - |
| CMYK | 0.9 | 0.64 | 0 | 0.33 |
| HSL | 222.75º | 0.82% | 0.37% | - |
| HSV(B) | 222.75º | 0.9% | 0.67% | - |
| XYZ | 9.16 | 6.36 | 38.78 | - |
| YUV | 60.27 | 189.92 | 97.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 61 | 170 | 0.9 | 0.64 | 0 | 0.33 | 222.75 | 0.82 | 0.37 |
| Hex | 11 | 3D | AA | 5A | 40 | 0 | 21 | DF | 52 | 25 |
| Octal | 21 | 75 | 252 | 132 | 100 | 0 | 41 | 337 | 122 | 45 |
| Binary | 10001 | 111101 | 10101010 | 1011010 | 1000000 | 0 | 100001 | 11011111 | 1010010 | 100101 |
Color Harmonies of #113DAA
Complementary color
Monochromatic Colors of #113DAA
Black with #113DAA
Text Example
Text Example
White with #113DAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #113DAA; }
p { color: rgb(17,61,170); }
H1.HeaderClassName
{
color: #113DAA;
}
.AnyTagClassName
{
color: #113DAA;
}
</style>
background-color css
<style>
a { background-color: #113DAA; }
a { background-color: rgb(17,61,170); }
div.DivClassName
{
background-color: #113DAA;
}
.BgClassName
{
background-color: #113DAA;
}
</style>
border-color css
<style>
span { border-color: #113DAA; }
span { border-color: rgb(17,61,170); }
td.TdClassName
{
border-color: #113DAA;
}
.TagClassName
{
border-color: #113DAA;
}
</style>