Shades of Tolopea #11093E
Tints of Tolopea #11093E
RGB
CMYK
RGB Variations
Color information
#11093E (or 0x11093E) is known color: Tolopea. HEX triplet: 11, 09 and 3E. RGB value is (17,9,62). Sum of RGB (Red+Green+Blue) = 17+9+62=88 (11% of max value = 765). Red value is 17 (7.03% from 255 or 19.32% from 88); Green value is 9 (3.91% from 255 or 10.23% from 88); Blue value is 62 (24.61% from 255 or 70.45% from 88); Max value from RGB is 62 - color contains mainly: blue. Hex color #11093E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #11093E is #EEF6C1. Grayscale: #111111. Windows color (decimal): -15660738 or 4065553. OLE color: 4065553.
HSL color Cylindrical-coordinate representation of color #11093E: hue angle of 249.06º degrees, saturation: 0.75, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #11093E is Cyan = 0.73, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 17 | 9 | 62 | - |
| CMYK | 0.73 | 0.85 | 0 | 0.76 |
| HSL | 249.06º | 0.75% | 0.14% | - |
| HSV(B) | 249.06º | 0.85% | 0.24% | - |
| XYZ | 1.2 | 0.66 | 4.62 | - |
| YUV | 17.43 | 153.15 | 127.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 9 | 62 | 0.73 | 0.85 | 0 | 0.76 | 249.06 | 0.75 | 0.14 |
| Hex | 11 | 9 | 3E | 49 | 55 | 0 | 4C | F9 | 4B | E |
| Octal | 21 | 11 | 76 | 111 | 125 | 0 | 114 | 371 | 113 | 16 |
| Binary | 10001 | 1001 | 111110 | 1001001 | 1010101 | 0 | 1001100 | 11111001 | 1001011 | 1110 |
Color Harmonies of #11093E
Complementary color
Monochromatic Colors of #11093E
Black with #11093E
Text Example
Text Example
White with #11093E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11093E; }
p { color: rgb(17,9,62); }
H1.HeaderClassName
{
color: #11093E;
}
.AnyTagClassName
{
color: #11093E;
}
</style>
background-color css
<style>
a { background-color: #11093E; }
a { background-color: rgb(17,9,62); }
div.DivClassName
{
background-color: #11093E;
}
.BgClassName
{
background-color: #11093E;
}
</style>
border-color css
<style>
span { border-color: #11093E; }
span { border-color: rgb(17,9,62); }
td.TdClassName
{
border-color: #11093E;
}
.TagClassName
{
border-color: #11093E;
}
</style>