Shades of Tolopea #130632
Tints of Tolopea #130632
RGB
CMYK
RGB Variations
Color information
#130632 (or 0x130632) is known color: Tolopea. HEX triplet: 13, 06 and 32. RGB value is (19,6,50). Sum of RGB (Red+Green+Blue) = 19+6+50=75 (9% of max value = 765). Red value is 19 (7.81% from 255 or 25.33% from 75); Green value is 6 (2.73% from 255 or 8% from 75); Blue value is 50 (19.92% from 255 or 66.67% from 75); Max value from RGB is 50 - color contains mainly: blue. Hex color #130632 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #130632 is #ECF9CD. Grayscale: #0E0E0E. Windows color (decimal): -15530446 or 3278355. OLE color: 3278355.
HSL color Cylindrical-coordinate representation of color #130632: hue angle of 257.73º degrees, saturation: 0.79, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #130632 is Cyan = 0.62, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 19 | 6 | 50 | - |
| CMYK | 0.62 | 0.88 | 0 | 0.80 |
| HSL | 257.73º | 0.79% | 0.11% | - |
| HSV(B) | 257.73º | 0.88% | 0.2% | - |
| XYZ | 0.91 | 0.5 | 3.07 | - |
| YUV | 14.9 | 147.81 | 130.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 6 | 50 | 0.62 | 0.88 | 0 | 0.80 | 257.73 | 0.79 | 0.11 |
| Hex | 13 | 6 | 32 | 3E | 58 | 0 | 50 | 102 | 4F | B |
| Octal | 23 | 6 | 62 | 76 | 130 | 0 | 120 | 402 | 117 | 13 |
| Binary | 10011 | 110 | 110010 | 111110 | 1011000 | 0 | 1010000 | 100000010 | 1001111 | 1011 |
Color Harmonies of #130632
Complementary color
Monochromatic Colors of #130632
Black with #130632
Text Example
Text Example
White with #130632
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #130632; }
p { color: rgb(19,6,50); }
H1.HeaderClassName
{
color: #130632;
}
.AnyTagClassName
{
color: #130632;
}
</style>
background-color css
<style>
a { background-color: #130632; }
a { background-color: rgb(19,6,50); }
div.DivClassName
{
background-color: #130632;
}
.BgClassName
{
background-color: #130632;
}
</style>
border-color css
<style>
span { border-color: #130632; }
span { border-color: rgb(19,6,50); }
td.TdClassName
{
border-color: #130632;
}
.TagClassName
{
border-color: #130632;
}
</style>