Shades of Tolopea #130D3C
Tints of Tolopea #130D3C
RGB
CMYK
RGB Variations
Color information
#130D3C (or 0x130D3C) is known color: Tolopea. HEX triplet: 13, 0D and 3C. RGB value is (19,13,60). Sum of RGB (Red+Green+Blue) = 19+13+60=92 (12% of max value = 765). Red value is 19 (7.81% from 255 or 20.65% from 92); Green value is 13 (5.47% from 255 or 14.13% from 92); Blue value is 60 (23.83% from 255 or 65.22% from 92); Max value from RGB is 60 - color contains mainly: blue. Hex color #130D3C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #130D3C is #ECF2C3. Grayscale: #131313. Windows color (decimal): -15528644 or 3935507. OLE color: 3935507.
HSL color Cylindrical-coordinate representation of color #130D3C: hue angle of 247.66º degrees, saturation: 0.64, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #130D3C is Cyan = 0.68, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 19 | 13 | 60 | - |
| CMYK | 0.68 | 0.78 | 0 | 0.76 |
| HSL | 247.66º | 0.64% | 0.14% | - |
| HSV(B) | 247.66º | 0.78% | 0.24% | - |
| XYZ | 1.23 | 0.75 | 4.36 | - |
| YUV | 20.15 | 150.49 | 127.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 13 | 60 | 0.68 | 0.78 | 0 | 0.76 | 247.66 | 0.64 | 0.14 |
| Hex | 13 | D | 3C | 44 | 4E | 0 | 4C | F8 | 40 | E |
| Octal | 23 | 15 | 74 | 104 | 116 | 0 | 114 | 370 | 100 | 16 |
| Binary | 10011 | 1101 | 111100 | 1000100 | 1001110 | 0 | 1001100 | 11111000 | 1000000 | 1110 |
Color Harmonies of #130D3C
Complementary color
Monochromatic Colors of #130D3C
Black with #130D3C
Text Example
Text Example
White with #130D3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #130D3C; }
p { color: rgb(19,13,60); }
H1.HeaderClassName
{
color: #130D3C;
}
.AnyTagClassName
{
color: #130D3C;
}
</style>
background-color css
<style>
a { background-color: #130D3C; }
a { background-color: rgb(19,13,60); }
div.DivClassName
{
background-color: #130D3C;
}
.BgClassName
{
background-color: #130D3C;
}
</style>
border-color css
<style>
span { border-color: #130D3C; }
span { border-color: rgb(19,13,60); }
td.TdClassName
{
border-color: #130D3C;
}
.TagClassName
{
border-color: #130D3C;
}
</style>