Shades of Egyptian Blue #112799
Tints of Egyptian Blue #112799
RGB
CMYK
RGB Variations
Color information
#112799 (or 0x112799) is known color: Egyptian Blue. HEX triplet: 11, 27 and 99. RGB value is (17,39,153). Sum of RGB (Red+Green+Blue) = 17+39+153=209 (27% of max value = 765). Red value is 17 (7.03% from 255 or 8.13% from 209); Green value is 39 (15.62% from 255 or 18.66% from 209); Blue value is 153 (60.16% from 255 or 73.21% from 209); Max value from RGB is 153 - color contains mainly: blue. Hex color #112799 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #112799 is #EED866. Grayscale: #2C2C2C. Windows color (decimal): -15652967 or 10037009. OLE color: 10037009.
HSL color Cylindrical-coordinate representation of color #112799: hue angle of 230.29º 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 #112799 is Cyan = 0.89, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 17 | 39 | 153 | - |
| CMYK | 0.89 | 0.75 | 0 | 0.4 |
| HSL | 230.29º | 0.8% | 0.33% | - |
| HSV(B) | 230.29º | 0.89% | 0.6% | - |
| XYZ | 6.71 | 3.87 | 30.53 | - |
| YUV | 45.42 | 188.71 | 107.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 39 | 153 | 0.89 | 0.75 | 0 | 0.4 | 230.29 | 0.8 | 0.33 |
| Hex | 11 | 27 | 99 | 59 | 4B | 0 | 28 | E6 | 50 | 21 |
| Octal | 21 | 47 | 231 | 131 | 113 | 0 | 50 | 346 | 120 | 41 |
| Binary | 10001 | 100111 | 10011001 | 1011001 | 1001011 | 0 | 101000 | 11100110 | 1010000 | 100001 |
Color Harmonies of #112799
Complementary color
Monochromatic Colors of #112799
Black with #112799
Text Example
Text Example
White with #112799
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #112799; }
p { color: rgb(17,39,153); }
H1.HeaderClassName
{
color: #112799;
}
.AnyTagClassName
{
color: #112799;
}
</style>
background-color css
<style>
a { background-color: #112799; }
a { background-color: rgb(17,39,153); }
div.DivClassName
{
background-color: #112799;
}
.BgClassName
{
background-color: #112799;
}
</style>
border-color css
<style>
span { border-color: #112799; }
span { border-color: rgb(17,39,153); }
td.TdClassName
{
border-color: #112799;
}
.TagClassName
{
border-color: #112799;
}
</style>