Shades of Tolopea #130B3A
Tints of Tolopea #130B3A
RGB
CMYK
RGB Variations
Color information
#130B3A (or 0x130B3A) is known color: Tolopea. HEX triplet: 13, 0B and 3A. RGB value is (19,11,58). Sum of RGB (Red+Green+Blue) = 19+11+58=88 (11% of max value = 765). Red value is 19 (7.81% from 255 or 21.59% from 88); Green value is 11 (4.69% from 255 or 12.5% from 88); Blue value is 58 (23.05% from 255 or 65.91% from 88); Max value from RGB is 58 - color contains mainly: blue. Hex color #130B3A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #130B3A is #ECF4C5. Grayscale: #121212. Windows color (decimal): -15529158 or 3803923. OLE color: 3803923.
HSL color Cylindrical-coordinate representation of color #130B3A: hue angle of 250.21º degrees, saturation: 0.68, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #130B3A is Cyan = 0.67, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 19 | 11 | 58 | - |
| CMYK | 0.67 | 0.81 | 0 | 0.77 |
| HSL | 250.21º | 0.68% | 0.14% | - |
| HSV(B) | 250.21º | 0.81% | 0.23% | - |
| XYZ | 1.15 | 0.68 | 4.07 | - |
| YUV | 18.75 | 150.15 | 128.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 11 | 58 | 0.67 | 0.81 | 0 | 0.77 | 250.21 | 0.68 | 0.14 |
| Hex | 13 | B | 3A | 43 | 51 | 0 | 4D | FA | 44 | E |
| Octal | 23 | 13 | 72 | 103 | 121 | 0 | 115 | 372 | 104 | 16 |
| Binary | 10011 | 1011 | 111010 | 1000011 | 1010001 | 0 | 1001101 | 11111010 | 1000100 | 1110 |
Color Harmonies of #130B3A
Complementary color
Monochromatic Colors of #130B3A
Black with #130B3A
Text Example
Text Example
White with #130B3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #130B3A; }
p { color: rgb(19,11,58); }
H1.HeaderClassName
{
color: #130B3A;
}
.AnyTagClassName
{
color: #130B3A;
}
</style>
background-color css
<style>
a { background-color: #130B3A; }
a { background-color: rgb(19,11,58); }
div.DivClassName
{
background-color: #130B3A;
}
.BgClassName
{
background-color: #130B3A;
}
</style>
border-color css
<style>
span { border-color: #130B3A; }
span { border-color: rgb(19,11,58); }
td.TdClassName
{
border-color: #130B3A;
}
.TagClassName
{
border-color: #130B3A;
}
</style>