Shades of Tolopea #130830
Tints of Tolopea #130830
RGB
CMYK
RGB Variations
Color information
#130830 (or 0x130830) is known color: Tolopea. HEX triplet: 13, 08 and 30. RGB value is (19,8,48). Sum of RGB (Red+Green+Blue) = 19+8+48=75 (9% of max value = 765). Red value is 19 (7.81% from 255 or 25.33% from 75); Green value is 8 (3.52% from 255 or 10.67% from 75); Blue value is 48 (19.14% from 255 or 64% from 75); Max value from RGB is 48 - color contains mainly: blue. Hex color #130830 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #130830 is #ECF7CF. Grayscale: #0F0F0F. Windows color (decimal): -15529936 or 3147795. OLE color: 3147795.
HSL color Cylindrical-coordinate representation of color #130830: hue angle of 256.5º degrees, saturation: 0.71, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #130830 is Cyan = 0.60, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 19 | 8 | 48 | - |
| CMYK | 0.60 | 0.83 | 0 | 0.81 |
| HSL | 256.5º | 0.71% | 0.11% | - |
| HSV(B) | 256.5º | 0.83% | 0.19% | - |
| XYZ | 0.89 | 0.53 | 2.85 | - |
| YUV | 15.85 | 146.14 | 130.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 8 | 48 | 0.60 | 0.83 | 0 | 0.81 | 256.5 | 0.71 | 0.11 |
| Hex | 13 | 8 | 30 | 3C | 53 | 0 | 51 | 100 | 47 | B |
| Octal | 23 | 10 | 60 | 74 | 123 | 0 | 121 | 400 | 107 | 13 |
| Binary | 10011 | 1000 | 110000 | 111100 | 1010011 | 0 | 1010001 | 100000000 | 1000111 | 1011 |
Color Harmonies of #130830
Complementary color
Monochromatic Colors of #130830
Black with #130830
Text Example
Text Example
White with #130830
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #130830; }
p { color: rgb(19,8,48); }
H1.HeaderClassName
{
color: #130830;
}
.AnyTagClassName
{
color: #130830;
}
</style>
background-color css
<style>
a { background-color: #130830; }
a { background-color: rgb(19,8,48); }
div.DivClassName
{
background-color: #130830;
}
.BgClassName
{
background-color: #130830;
}
</style>
border-color css
<style>
span { border-color: #130830; }
span { border-color: rgb(19,8,48); }
td.TdClassName
{
border-color: #130830;
}
.TagClassName
{
border-color: #130830;
}
</style>