Shades of Tolopea #19103B
Tints of Tolopea #19103B
RGB
CMYK
RGB Variations
Color information
#19103B (or 0x19103B) is known color: Tolopea. HEX triplet: 19, 10 and 3B. RGB value is (25,16,59). Sum of RGB (Red+Green+Blue) = 25+16+59=100 (13% of max value = 765). Red value is 25 (10.16% from 255 or 25% from 100); Green value is 16 (6.64% from 255 or 16% from 100); Blue value is 59 (23.44% from 255 or 59% from 100); Max value from RGB is 59 - color contains mainly: blue. Hex color #19103B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #19103B is #E6EFC4. Grayscale: #171717. Windows color (decimal): -15134661 or 3870745. OLE color: 3870745.
HSL color Cylindrical-coordinate representation of color #19103B: hue angle of 252.56º degrees, saturation: 0.57, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #19103B is Cyan = 0.58, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 25 | 16 | 59 | - |
| CMYK | 0.58 | 0.73 | 0 | 0.77 |
| HSL | 252.56º | 0.57% | 0.15% | - |
| HSV(B) | 252.56º | 0.73% | 0.23% | - |
| XYZ | 1.38 | 0.89 | 4.24 | - |
| YUV | 23.59 | 147.98 | 129 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 16 | 59 | 0.58 | 0.73 | 0 | 0.77 | 252.56 | 0.57 | 0.15 |
| Hex | 19 | 10 | 3B | 3A | 49 | 0 | 4D | FD | 39 | F |
| Octal | 31 | 20 | 73 | 72 | 111 | 0 | 115 | 375 | 71 | 17 |
| Binary | 11001 | 10000 | 111011 | 111010 | 1001001 | 0 | 1001101 | 11111101 | 111001 | 1111 |
Color Harmonies of #19103B
Complementary color
Monochromatic Colors of #19103B
Black with #19103B
Text Example
Text Example
White with #19103B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19103B; }
p { color: rgb(25,16,59); }
H1.HeaderClassName
{
color: #19103B;
}
.AnyTagClassName
{
color: #19103B;
}
</style>
background-color css
<style>
a { background-color: #19103B; }
a { background-color: rgb(25,16,59); }
div.DivClassName
{
background-color: #19103B;
}
.BgClassName
{
background-color: #19103B;
}
</style>
border-color css
<style>
span { border-color: #19103B; }
span { border-color: rgb(25,16,59); }
td.TdClassName
{
border-color: #19103B;
}
.TagClassName
{
border-color: #19103B;
}
</style>