Shades of Egyptian Blue #113D98
Tints of Egyptian Blue #113D98
RGB
CMYK
RGB Variations
Color information
#113D98 (or 0x113D98) is known color: Egyptian Blue. HEX triplet: 11, 3D and 98. RGB value is (17,61,152). Sum of RGB (Red+Green+Blue) = 17+61+152=230 (30% of max value = 765). Red value is 17 (7.03% from 255 or 7.39% from 230); Green value is 61 (24.22% from 255 or 26.52% from 230); Blue value is 152 (59.77% from 255 or 66.09% from 230); Max value from RGB is 152 - color contains mainly: blue. Hex color #113D98 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #113D98 is #EEC267. Grayscale: #393939. Windows color (decimal): -15647336 or 9977105. OLE color: 9977105.
HSL color Cylindrical-coordinate representation of color #113D98: hue angle of 220.44º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #113D98 is Cyan = 0.89, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 17 | 61 | 152 | - |
| CMYK | 0.89 | 0.60 | 0 | 0.40 |
| HSL | 220.44º | 0.8% | 0.33% | - |
| HSV(B) | 220.44º | 0.89% | 0.6% | - |
| XYZ | 7.57 | 5.72 | 30.41 | - |
| YUV | 58.22 | 180.92 | 98.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 61 | 152 | 0.89 | 0.60 | 0 | 0.40 | 220.44 | 0.8 | 0.33 |
| Hex | 11 | 3D | 98 | 59 | 3C | 0 | 28 | DC | 50 | 21 |
| Octal | 21 | 75 | 230 | 131 | 74 | 0 | 50 | 334 | 120 | 41 |
| Binary | 10001 | 111101 | 10011000 | 1011001 | 111100 | 0 | 101000 | 11011100 | 1010000 | 100001 |
Color Harmonies of #113D98
Complementary color
Monochromatic Colors of #113D98
Black with #113D98
Text Example
Text Example
White with #113D98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #113D98; }
p { color: rgb(17,61,152); }
H1.HeaderClassName
{
color: #113D98;
}
.AnyTagClassName
{
color: #113D98;
}
</style>
background-color css
<style>
a { background-color: #113D98; }
a { background-color: rgb(17,61,152); }
div.DivClassName
{
background-color: #113D98;
}
.BgClassName
{
background-color: #113D98;
}
</style>
border-color css
<style>
span { border-color: #113D98; }
span { border-color: rgb(17,61,152); }
td.TdClassName
{
border-color: #113D98;
}
.TagClassName
{
border-color: #113D98;
}
</style>