Shades of Tolopea #130A33
Tints of Tolopea #130A33
RGB
CMYK
RGB Variations
Color information
#130A33 (or 0x130A33) is known color: Tolopea. HEX triplet: 13, 0A and 33. RGB value is (19,10,51). Sum of RGB (Red+Green+Blue) = 19+10+51=80 (10% of max value = 765). Red value is 19 (7.81% from 255 or 23.75% from 80); Green value is 10 (4.30% from 255 or 12.5% from 80); Blue value is 51 (20.31% from 255 or 63.75% from 80); Max value from RGB is 51 - color contains mainly: blue. Hex color #130A33 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #130A33 is #ECF5CC. Grayscale: #111111. Windows color (decimal): -15529421 or 3344915. OLE color: 3344915.
HSL color Cylindrical-coordinate representation of color #130A33: hue angle of 253.17º degrees, saturation: 0.67, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #130A33 is Cyan = 0.63, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 19 | 10 | 51 | - |
| CMYK | 0.63 | 0.80 | 0 | 0.8 |
| HSL | 253.17º | 0.67% | 0.12% | - |
| HSV(B) | 253.17º | 0.8% | 0.2% | - |
| XYZ | 0.97 | 0.59 | 3.2 | - |
| YUV | 17.37 | 146.98 | 129.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 10 | 51 | 0.63 | 0.80 | 0 | 0.8 | 253.17 | 0.67 | 0.12 |
| Hex | 13 | A | 33 | 3F | 50 | 0 | 50 | FD | 43 | C |
| Octal | 23 | 12 | 63 | 77 | 120 | 0 | 120 | 375 | 103 | 14 |
| Binary | 10011 | 1010 | 110011 | 111111 | 1010000 | 0 | 1010000 | 11111101 | 1000011 | 1100 |
Color Harmonies of #130A33
Complementary color
Monochromatic Colors of #130A33
Black with #130A33
Text Example
Text Example
White with #130A33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #130A33; }
p { color: rgb(19,10,51); }
H1.HeaderClassName
{
color: #130A33;
}
.AnyTagClassName
{
color: #130A33;
}
</style>
background-color css
<style>
a { background-color: #130A33; }
a { background-color: rgb(19,10,51); }
div.DivClassName
{
background-color: #130A33;
}
.BgClassName
{
background-color: #130A33;
}
</style>
border-color css
<style>
span { border-color: #130A33; }
span { border-color: rgb(19,10,51); }
td.TdClassName
{
border-color: #130A33;
}
.TagClassName
{
border-color: #130A33;
}
</style>