Shades of Egyptian Blue #113098
Tints of Egyptian Blue #113098
RGB
CMYK
RGB Variations
Color information
#113098 (or 0x113098) is known color: Egyptian Blue. HEX triplet: 11, 30 and 98. RGB value is (17,48,152). Sum of RGB (Red+Green+Blue) = 17+48+152=217 (28% of max value = 765). Red value is 17 (7.03% from 255 or 7.83% from 217); Green value is 48 (19.14% from 255 or 22.12% from 217); Blue value is 152 (59.77% from 255 or 70.05% from 217); Max value from RGB is 152 - color contains mainly: blue. Hex color #113098 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #113098 is #EECF67. Grayscale: #323232. Windows color (decimal): -15650664 or 9973777. OLE color: 9973777.
HSL color Cylindrical-coordinate representation of color #113098: hue angle of 226.22º 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 #113098 is Cyan = 0.89, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 17 | 48 | 152 | - |
| CMYK | 0.89 | 0.68 | 0 | 0.40 |
| HSL | 226.22º | 0.8% | 0.33% | - |
| HSV(B) | 226.22º | 0.89% | 0.6% | - |
| XYZ | 6.96 | 4.5 | 30.21 | - |
| YUV | 50.59 | 185.23 | 104.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 48 | 152 | 0.89 | 0.68 | 0 | 0.40 | 226.22 | 0.8 | 0.33 |
| Hex | 11 | 30 | 98 | 59 | 44 | 0 | 28 | E2 | 50 | 21 |
| Octal | 21 | 60 | 230 | 131 | 104 | 0 | 50 | 342 | 120 | 41 |
| Binary | 10001 | 110000 | 10011000 | 1011001 | 1000100 | 0 | 101000 | 11100010 | 1010000 | 100001 |
Color Harmonies of #113098
Complementary color
Monochromatic Colors of #113098
Black with #113098
Text Example
Text Example
White with #113098
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #113098; }
p { color: rgb(17,48,152); }
H1.HeaderClassName
{
color: #113098;
}
.AnyTagClassName
{
color: #113098;
}
</style>
background-color css
<style>
a { background-color: #113098; }
a { background-color: rgb(17,48,152); }
div.DivClassName
{
background-color: #113098;
}
.BgClassName
{
background-color: #113098;
}
</style>
border-color css
<style>
span { border-color: #113098; }
span { border-color: rgb(17,48,152); }
td.TdClassName
{
border-color: #113098;
}
.TagClassName
{
border-color: #113098;
}
</style>