Shades of Tolopea #130C3C
Tints of Tolopea #130C3C
RGB
CMYK
RGB Variations
Color information
#130C3C (or 0x130C3C) is known color: Tolopea. HEX triplet: 13, 0C and 3C. RGB value is (19,12,60). Sum of RGB (Red+Green+Blue) = 19+12+60=91 (12% of max value = 765). Red value is 19 (7.81% from 255 or 20.88% from 91); Green value is 12 (5.08% from 255 or 13.19% from 91); Blue value is 60 (23.83% from 255 or 65.93% from 91); Max value from RGB is 60 - color contains mainly: blue. Hex color #130C3C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #130C3C is #ECF3C3. Grayscale: #131313. Windows color (decimal): -15528900 or 3935251. OLE color: 3935251.
HSL color Cylindrical-coordinate representation of color #130C3C: hue angle of 248.75º degrees, saturation: 0.67, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #130C3C is Cyan = 0.68, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 19 | 12 | 60 | - |
| CMYK | 0.68 | 0.80 | 0 | 0.76 |
| HSL | 248.75º | 0.67% | 0.14% | - |
| HSV(B) | 248.75º | 0.8% | 0.24% | - |
| XYZ | 1.22 | 0.73 | 4.35 | - |
| YUV | 19.57 | 150.82 | 127.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 12 | 60 | 0.68 | 0.80 | 0 | 0.76 | 248.75 | 0.67 | 0.14 |
| Hex | 13 | C | 3C | 44 | 50 | 0 | 4C | F9 | 43 | E |
| Octal | 23 | 14 | 74 | 104 | 120 | 0 | 114 | 371 | 103 | 16 |
| Binary | 10011 | 1100 | 111100 | 1000100 | 1010000 | 0 | 1001100 | 11111001 | 1000011 | 1110 |
Color Harmonies of #130C3C
Complementary color
Monochromatic Colors of #130C3C
Black with #130C3C
Text Example
Text Example
White with #130C3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #130C3C; }
p { color: rgb(19,12,60); }
H1.HeaderClassName
{
color: #130C3C;
}
.AnyTagClassName
{
color: #130C3C;
}
</style>
background-color css
<style>
a { background-color: #130C3C; }
a { background-color: rgb(19,12,60); }
div.DivClassName
{
background-color: #130C3C;
}
.BgClassName
{
background-color: #130C3C;
}
</style>
border-color css
<style>
span { border-color: #130C3C; }
span { border-color: rgb(19,12,60); }
td.TdClassName
{
border-color: #130C3C;
}
.TagClassName
{
border-color: #130C3C;
}
</style>