Shades of Tolopea #110139
Tints of Tolopea #110139
RGB
CMYK
RGB Variations
Color information
#110139 (or 0x110139) is known color: Tolopea. HEX triplet: 11, 01 and 39. RGB value is (17,1,57). Sum of RGB (Red+Green+Blue) = 17+1+57=75 (9% of max value = 765). Red value is 17 (7.03% from 255 or 22.67% from 75); Green value is 1 (0.78% from 255 or 1.33% from 75); Blue value is 57 (22.66% from 255 or 76% from 75); Max value from RGB is 57 - color contains mainly: blue. Hex color #110139 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #110139 is #EEFEC6. Grayscale: #0B0B0B. Windows color (decimal): -15662791 or 3735825. OLE color: 3735825.
HSL color Cylindrical-coordinate representation of color #110139: hue angle of 257.14º degrees, saturation: 0.97, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #110139 is Cyan = 0.70, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 17 | 1 | 57 | - |
| CMYK | 0.70 | 0.98 | 0 | 0.78 |
| HSL | 257.14º | 0.97% | 0.11% | - |
| HSV(B) | 257.14º | 0.98% | 0.22% | - |
| XYZ | 0.98 | 0.44 | 3.9 | - |
| YUV | 12.17 | 153.3 | 131.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 1 | 57 | 0.70 | 0.98 | 0 | 0.78 | 257.14 | 0.97 | 0.11 |
| Hex | 11 | 1 | 39 | 46 | 62 | 0 | 4E | 101 | 61 | B |
| Octal | 21 | 1 | 71 | 106 | 142 | 0 | 116 | 401 | 141 | 13 |
| Binary | 10001 | 1 | 111001 | 1000110 | 1100010 | 0 | 1001110 | 100000001 | 1100001 | 1011 |
Color Harmonies of #110139
Complementary color
Monochromatic Colors of #110139
Black with #110139
Text Example
Text Example
White with #110139
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #110139; }
p { color: rgb(17,1,57); }
H1.HeaderClassName
{
color: #110139;
}
.AnyTagClassName
{
color: #110139;
}
</style>
background-color css
<style>
a { background-color: #110139; }
a { background-color: rgb(17,1,57); }
div.DivClassName
{
background-color: #110139;
}
.BgClassName
{
background-color: #110139;
}
</style>
border-color css
<style>
span { border-color: #110139; }
span { border-color: rgb(17,1,57); }
td.TdClassName
{
border-color: #110139;
}
.TagClassName
{
border-color: #110139;
}
</style>