Shades of Tolopea #19133B
Tints of Tolopea #19133B
RGB
CMYK
RGB Variations
Color information
#19133B (or 0x19133B) is known color: Tolopea. HEX triplet: 19, 13 and 3B. RGB value is (25,19,59). Sum of RGB (Red+Green+Blue) = 25+19+59=103 (13% of max value = 765). Red value is 25 (10.16% from 255 or 24.27% from 103); Green value is 19 (7.81% from 255 or 18.45% from 103); Blue value is 59 (23.44% from 255 or 57.28% from 103); Max value from RGB is 59 - color contains mainly: blue. Hex color #19133B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #19133B is #E6ECC4. Grayscale: #191919. Windows color (decimal): -15133893 or 3871513. OLE color: 3871513.
HSL color Cylindrical-coordinate representation of color #19133B: hue angle of 249º degrees, saturation: 0.51, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #19133B is Cyan = 0.58, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 25 | 19 | 59 | - |
| CMYK | 0.58 | 0.68 | 0 | 0.77 |
| HSL | 249º | 0.51% | 0.15% | - |
| HSV(B) | 249º | 0.68% | 0.23% | - |
| XYZ | 1.42 | 0.99 | 4.25 | - |
| YUV | 25.35 | 146.99 | 127.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 19 | 59 | 0.58 | 0.68 | 0 | 0.77 | 249 | 0.51 | 0.15 |
| Hex | 19 | 13 | 3B | 3A | 44 | 0 | 4D | F9 | 33 | F |
| Octal | 31 | 23 | 73 | 72 | 104 | 0 | 115 | 371 | 63 | 17 |
| Binary | 11001 | 10011 | 111011 | 111010 | 1000100 | 0 | 1001101 | 11111001 | 110011 | 1111 |
Color Harmonies of #19133B
Complementary color
Monochromatic Colors of #19133B
Black with #19133B
Text Example
Text Example
White with #19133B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19133B; }
p { color: rgb(25,19,59); }
H1.HeaderClassName
{
color: #19133B;
}
.AnyTagClassName
{
color: #19133B;
}
</style>
background-color css
<style>
a { background-color: #19133B; }
a { background-color: rgb(25,19,59); }
div.DivClassName
{
background-color: #19133B;
}
.BgClassName
{
background-color: #19133B;
}
</style>
border-color css
<style>
span { border-color: #19133B; }
span { border-color: rgb(25,19,59); }
td.TdClassName
{
border-color: #19133B;
}
.TagClassName
{
border-color: #19133B;
}
</style>