Shades of Egyptian Blue #11209C
Tints of Egyptian Blue #11209C
RGB
CMYK
RGB Variations
Color information
#11209C (or 0x11209C) is known color: Egyptian Blue. HEX triplet: 11, 20 and 9C. RGB value is (17,32,156). Sum of RGB (Red+Green+Blue) = 17+32+156=205 (27% of max value = 765). Red value is 17 (7.03% from 255 or 8.29% from 205); Green value is 32 (12.89% from 255 or 15.61% from 205); Blue value is 156 (61.33% from 255 or 76.10% from 205); Max value from RGB is 156 - color contains mainly: blue. Hex color #11209C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #11209C is #EEDF63. Grayscale: #292929. Windows color (decimal): -15654756 or 10231825. OLE color: 10231825.
HSL color Cylindrical-coordinate representation of color #11209C: hue angle of 233.53º degrees, saturation: 0.8, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #11209C is Cyan = 0.89, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 17 | 32 | 156 | - |
| CMYK | 0.89 | 0.79 | 0 | 0.39 |
| HSL | 233.53º | 0.8% | 0.34% | - |
| HSV(B) | 233.53º | 0.89% | 0.61% | - |
| XYZ | 6.75 | 3.55 | 31.78 | - |
| YUV | 41.65 | 192.53 | 110.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 32 | 156 | 0.89 | 0.79 | 0 | 0.39 | 233.53 | 0.8 | 0.34 |
| Hex | 11 | 20 | 9C | 59 | 4F | 0 | 27 | EA | 50 | 22 |
| Octal | 21 | 40 | 234 | 131 | 117 | 0 | 47 | 352 | 120 | 42 |
| Binary | 10001 | 100000 | 10011100 | 1011001 | 1001111 | 0 | 100111 | 11101010 | 1010000 | 100010 |
Color Harmonies of #11209C
Complementary color
Monochromatic Colors of #11209C
Black with #11209C
Text Example
Text Example
White with #11209C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11209C; }
p { color: rgb(17,32,156); }
H1.HeaderClassName
{
color: #11209C;
}
.AnyTagClassName
{
color: #11209C;
}
</style>
background-color css
<style>
a { background-color: #11209C; }
a { background-color: rgb(17,32,156); }
div.DivClassName
{
background-color: #11209C;
}
.BgClassName
{
background-color: #11209C;
}
</style>
border-color css
<style>
span { border-color: #11209C; }
span { border-color: rgb(17,32,156); }
td.TdClassName
{
border-color: #11209C;
}
.TagClassName
{
border-color: #11209C;
}
</style>