Shades of Tolopea #19133D
Tints of Tolopea #19133D
RGB
CMYK
RGB Variations
Color information
#19133D (or 0x19133D) is known color: Tolopea. HEX triplet: 19, 13 and 3D. RGB value is (25,19,61). Sum of RGB (Red+Green+Blue) = 25+19+61=105 (13% of max value = 765). Red value is 25 (10.16% from 255 or 23.81% from 105); Green value is 19 (7.81% from 255 or 18.10% from 105); Blue value is 61 (24.22% from 255 or 58.10% from 105); Max value from RGB is 61 - color contains mainly: blue. Hex color #19133D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #19133D is #E6ECC2. Grayscale: #191919. Windows color (decimal): -15133891 or 4002585. OLE color: 4002585.
HSL color Cylindrical-coordinate representation of color #19133D: hue angle of 248.57º degrees, saturation: 0.52, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #19133D is Cyan = 0.59, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 25 | 19 | 61 | - |
| CMYK | 0.59 | 0.69 | 0 | 0.76 |
| HSL | 248.57º | 0.53% | 0.16% | - |
| HSV(B) | 248.57º | 0.69% | 0.24% | - |
| XYZ | 1.48 | 1.01 | 4.53 | - |
| YUV | 25.58 | 147.99 | 127.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 19 | 61 | 0.59 | 0.69 | 0 | 0.76 | 248.57 | 0.53 | 0.16 |
| Hex | 19 | 13 | 3D | 3B | 45 | 0 | 4C | F9 | 34 | 10 |
| Octal | 31 | 23 | 75 | 73 | 105 | 0 | 114 | 371 | 64 | 20 |
| Binary | 11001 | 10011 | 111101 | 111011 | 1000101 | 0 | 1001100 | 11111001 | 110100 | 10000 |
Color Harmonies of #19133D
Complementary color
Monochromatic Colors of #19133D
Black with #19133D
Text Example
Text Example
White with #19133D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19133D; }
p { color: rgb(25,19,61); }
H1.HeaderClassName
{
color: #19133D;
}
.AnyTagClassName
{
color: #19133D;
}
</style>
background-color css
<style>
a { background-color: #19133D; }
a { background-color: rgb(25,19,61); }
div.DivClassName
{
background-color: #19133D;
}
.BgClassName
{
background-color: #19133D;
}
</style>
border-color css
<style>
span { border-color: #19133D; }
span { border-color: rgb(25,19,61); }
td.TdClassName
{
border-color: #19133D;
}
.TagClassName
{
border-color: #19133D;
}
</style>