Shades of Tolopea #110638
Tints of Tolopea #110638
RGB
CMYK
RGB Variations
Color information
#110638 (or 0x110638) is known color: Tolopea. HEX triplet: 11, 06 and 38. RGB value is (17,6,56). Sum of RGB (Red+Green+Blue) = 17+6+56=79 (10% of max value = 765). Red value is 17 (7.03% from 255 or 21.52% from 79); Green value is 6 (2.73% from 255 or 7.59% from 79); Blue value is 56 (22.27% from 255 or 70.89% from 79); Max value from RGB is 56 - color contains mainly: blue. Hex color #110638 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #110638 is #EEF9C7. Grayscale: #0E0E0E. Windows color (decimal): -15661512 or 3671569. OLE color: 3671569.
HSL color Cylindrical-coordinate representation of color #110638: hue angle of 253.2º degrees, saturation: 0.81, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #110638 is Cyan = 0.70, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 17 | 6 | 56 | - |
| CMYK | 0.70 | 0.89 | 0 | 0.78 |
| HSL | 253.2º | 0.81% | 0.12% | - |
| HSV(B) | 253.2º | 0.89% | 0.22% | - |
| XYZ | 1.01 | 0.53 | 3.79 | - |
| YUV | 14.99 | 151.14 | 129.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 6 | 56 | 0.70 | 0.89 | 0 | 0.78 | 253.2 | 0.81 | 0.12 |
| Hex | 11 | 6 | 38 | 46 | 59 | 0 | 4E | FD | 51 | C |
| Octal | 21 | 6 | 70 | 106 | 131 | 0 | 116 | 375 | 121 | 14 |
| Binary | 10001 | 110 | 111000 | 1000110 | 1011001 | 0 | 1001110 | 11111101 | 1010001 | 1100 |
Color Harmonies of #110638
Complementary color
Monochromatic Colors of #110638
Black with #110638
Text Example
Text Example
White with #110638
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #110638; }
p { color: rgb(17,6,56); }
H1.HeaderClassName
{
color: #110638;
}
.AnyTagClassName
{
color: #110638;
}
</style>
background-color css
<style>
a { background-color: #110638; }
a { background-color: rgb(17,6,56); }
div.DivClassName
{
background-color: #110638;
}
.BgClassName
{
background-color: #110638;
}
</style>
border-color css
<style>
span { border-color: #110638; }
span { border-color: rgb(17,6,56); }
td.TdClassName
{
border-color: #110638;
}
.TagClassName
{
border-color: #110638;
}
</style>