Shades of Tolopea #190F41
Tints of Tolopea #190F41
RGB
CMYK
RGB Variations
Color information
#190F41 (or 0x190F41) is known color: Tolopea. HEX triplet: 19, 0F and 41. RGB value is (25,15,65). Sum of RGB (Red+Green+Blue) = 25+15+65=105 (13% of max value = 765). Red value is 25 (10.16% from 255 or 23.81% from 105); Green value is 15 (6.25% from 255 or 14.29% from 105); Blue value is 65 (25.78% from 255 or 61.90% from 105); Max value from RGB is 65 - color contains mainly: blue. Hex color #190F41 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #190F41 is #E6F0BE. Grayscale: #171717. Windows color (decimal): -15134911 or 4263705. OLE color: 4263705.
HSL color Cylindrical-coordinate representation of color #190F41: hue angle of 252º degrees, saturation: 0.62, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #190F41 is Cyan = 0.62, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 25 | 15 | 65 | - |
| CMYK | 0.62 | 0.77 | 0 | 0.75 |
| HSL | 252º | 0.63% | 0.16% | - |
| HSV(B) | 252º | 0.77% | 0.25% | - |
| XYZ | 1.53 | 0.93 | 5.1 | - |
| YUV | 23.69 | 151.31 | 128.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 15 | 65 | 0.62 | 0.77 | 0 | 0.75 | 252 | 0.63 | 0.16 |
| Hex | 19 | F | 41 | 3E | 4D | 0 | 4B | FC | 3E | 10 |
| Octal | 31 | 17 | 101 | 76 | 115 | 0 | 113 | 374 | 76 | 20 |
| Binary | 11001 | 1111 | 1000001 | 111110 | 1001101 | 0 | 1001011 | 11111100 | 111110 | 10000 |
Color Harmonies of #190F41
Complementary color
Monochromatic Colors of #190F41
Black with #190F41
Text Example
Text Example
White with #190F41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #190F41; }
p { color: rgb(25,15,65); }
H1.HeaderClassName
{
color: #190F41;
}
.AnyTagClassName
{
color: #190F41;
}
</style>
background-color css
<style>
a { background-color: #190F41; }
a { background-color: rgb(25,15,65); }
div.DivClassName
{
background-color: #190F41;
}
.BgClassName
{
background-color: #190F41;
}
</style>
border-color css
<style>
span { border-color: #190F41; }
span { border-color: rgb(25,15,65); }
td.TdClassName
{
border-color: #190F41;
}
.TagClassName
{
border-color: #190F41;
}
</style>