Shades of Tolopea #1F193B
Tints of Tolopea #1F193B
RGB
CMYK
RGB Variations
Color information
#1F193B (or 0x1F193B) is known color: Tolopea. HEX triplet: 1F, 19 and 3B. RGB value is (31,25,59). Sum of RGB (Red+Green+Blue) = 31+25+59=115 (15% of max value = 765). Red value is 31 (12.5% from 255 or 26.96% from 115); Green value is 25 (10.16% from 255 or 21.74% from 115); Blue value is 59 (23.44% from 255 or 51.30% from 115); Max value from RGB is 59 - color contains mainly: blue. Hex color #1F193B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1F193B is #E0E6C4. Grayscale: #1E1E1E. Windows color (decimal): -14739141 or 3873055. OLE color: 3873055.
HSL color Cylindrical-coordinate representation of color #1F193B: hue angle of 250.59º degrees, saturation: 0.4, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #1F193B is Cyan = 0.47, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 31 | 25 | 59 | - |
| CMYK | 0.47 | 0.58 | 0 | 0.77 |
| HSL | 250.59º | 0.4% | 0.16% | - |
| HSV(B) | 250.59º | 0.58% | 0.23% | - |
| XYZ | 1.7 | 1.3 | 4.3 | - |
| YUV | 30.67 | 143.99 | 128.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 25 | 59 | 0.47 | 0.58 | 0 | 0.77 | 250.59 | 0.4 | 0.16 |
| Hex | 1F | 19 | 3B | 2F | 3A | 0 | 4D | FB | 28 | 10 |
| Octal | 37 | 31 | 73 | 57 | 72 | 0 | 115 | 373 | 50 | 20 |
| Binary | 11111 | 11001 | 111011 | 101111 | 111010 | 0 | 1001101 | 11111011 | 101000 | 10000 |
Color Harmonies of #1F193B
Complementary color
Monochromatic Colors of #1F193B
Black with #1F193B
Text Example
Text Example
White with #1F193B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F193B; }
p { color: rgb(31,25,59); }
H1.HeaderClassName
{
color: #1F193B;
}
.AnyTagClassName
{
color: #1F193B;
}
</style>
background-color css
<style>
a { background-color: #1F193B; }
a { background-color: rgb(31,25,59); }
div.DivClassName
{
background-color: #1F193B;
}
.BgClassName
{
background-color: #1F193B;
}
</style>
border-color css
<style>
span { border-color: #1F193B; }
span { border-color: rgb(31,25,59); }
td.TdClassName
{
border-color: #1F193B;
}
.TagClassName
{
border-color: #1F193B;
}
</style>