Shades of Tolopea #130832
Tints of Tolopea #130832
RGB
CMYK
RGB Variations
Color information
#130832 (or 0x130832) is known color: Tolopea. HEX triplet: 13, 08 and 32. RGB value is (19,8,50). Sum of RGB (Red+Green+Blue) = 19+8+50=77 (10% of max value = 765). Red value is 19 (7.81% from 255 or 24.68% from 77); Green value is 8 (3.52% from 255 or 10.39% from 77); Blue value is 50 (19.92% from 255 or 64.94% from 77); Max value from RGB is 50 - color contains mainly: blue. Hex color #130832 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #130832 is #ECF7CD. Grayscale: #0F0F0F. Windows color (decimal): -15529934 or 3278867. OLE color: 3278867.
HSL color Cylindrical-coordinate representation of color #130832: hue angle of 255.71º degrees, saturation: 0.72, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #130832 is Cyan = 0.62, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 19 | 8 | 50 | - |
| CMYK | 0.62 | 0.84 | 0 | 0.80 |
| HSL | 255.71º | 0.72% | 0.11% | - |
| HSV(B) | 255.71º | 0.84% | 0.2% | - |
| XYZ | 0.93 | 0.54 | 3.07 | - |
| YUV | 16.08 | 147.14 | 130.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 8 | 50 | 0.62 | 0.84 | 0 | 0.80 | 255.71 | 0.72 | 0.11 |
| Hex | 13 | 8 | 32 | 3E | 54 | 0 | 50 | 100 | 48 | B |
| Octal | 23 | 10 | 62 | 76 | 124 | 0 | 120 | 400 | 110 | 13 |
| Binary | 10011 | 1000 | 110010 | 111110 | 1010100 | 0 | 1010000 | 100000000 | 1001000 | 1011 |
Color Harmonies of #130832
Complementary color
Monochromatic Colors of #130832
Black with #130832
Text Example
Text Example
White with #130832
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #130832; }
p { color: rgb(19,8,50); }
H1.HeaderClassName
{
color: #130832;
}
.AnyTagClassName
{
color: #130832;
}
</style>
background-color css
<style>
a { background-color: #130832; }
a { background-color: rgb(19,8,50); }
div.DivClassName
{
background-color: #130832;
}
.BgClassName
{
background-color: #130832;
}
</style>
border-color css
<style>
span { border-color: #130832; }
span { border-color: rgb(19,8,50); }
td.TdClassName
{
border-color: #130832;
}
.TagClassName
{
border-color: #130832;
}
</style>