Shades of Tolopea #130637
Tints of Tolopea #130637
RGB
CMYK
RGB Variations
Color information
#130637 (or 0x130637) is known color: Tolopea. HEX triplet: 13, 06 and 37. RGB value is (19,6,55). Sum of RGB (Red+Green+Blue) = 19+6+55=80 (10% of max value = 765). Red value is 19 (7.81% from 255 or 23.75% from 80); Green value is 6 (2.73% from 255 or 7.5% from 80); Blue value is 55 (21.88% from 255 or 68.75% from 80); Max value from RGB is 55 - color contains mainly: blue. Hex color #130637 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #130637 is #ECF9C8. Grayscale: #0F0F0F. Windows color (decimal): -15530441 or 3606035. OLE color: 3606035.
HSL color Cylindrical-coordinate representation of color #130637: hue angle of 255.92º degrees, saturation: 0.8, 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 #130637 is Cyan = 0.65, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 19 | 6 | 55 | - |
| CMYK | 0.65 | 0.89 | 0 | 0.78 |
| HSL | 255.92º | 0.8% | 0.12% | - |
| HSV(B) | 255.92º | 0.89% | 0.22% | - |
| XYZ | 1.02 | 0.54 | 3.67 | - |
| YUV | 15.47 | 150.31 | 130.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 6 | 55 | 0.65 | 0.89 | 0 | 0.78 | 255.92 | 0.8 | 0.12 |
| Hex | 13 | 6 | 37 | 41 | 59 | 0 | 4E | 100 | 50 | C |
| Octal | 23 | 6 | 67 | 101 | 131 | 0 | 116 | 400 | 120 | 14 |
| Binary | 10011 | 110 | 110111 | 1000001 | 1011001 | 0 | 1001110 | 100000000 | 1010000 | 1100 |
Color Harmonies of #130637
Complementary color
Monochromatic Colors of #130637
Black with #130637
Text Example
Text Example
White with #130637
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #130637; }
p { color: rgb(19,6,55); }
H1.HeaderClassName
{
color: #130637;
}
.AnyTagClassName
{
color: #130637;
}
</style>
background-color css
<style>
a { background-color: #130637; }
a { background-color: rgb(19,6,55); }
div.DivClassName
{
background-color: #130637;
}
.BgClassName
{
background-color: #130637;
}
</style>
border-color css
<style>
span { border-color: #130637; }
span { border-color: rgb(19,6,55); }
td.TdClassName
{
border-color: #130637;
}
.TagClassName
{
border-color: #130637;
}
</style>