Shades of Tolopea #1F193E
Tints of Tolopea #1F193E
RGB
CMYK
RGB Variations
Color information
#1F193E (or 0x1F193E) is known color: Tolopea. HEX triplet: 1F, 19 and 3E. RGB value is (31,25,62). Sum of RGB (Red+Green+Blue) = 31+25+62=118 (15% of max value = 765). Red value is 31 (12.5% from 255 or 26.27% from 118); Green value is 25 (10.16% from 255 or 21.19% from 118); Blue value is 62 (24.61% from 255 or 52.54% from 118); Max value from RGB is 62 - color contains mainly: blue. Hex color #1F193E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1F193E is #E0E6C1. Grayscale: #1E1E1E. Windows color (decimal): -14739138 or 4069663. OLE color: 4069663.
HSL color Cylindrical-coordinate representation of color #1F193E: hue angle of 249.73º degrees, saturation: 0.43, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #1F193E is Cyan = 0.5, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 31 | 25 | 62 | - |
| CMYK | 0.5 | 0.60 | 0 | 0.76 |
| HSL | 249.73º | 0.43% | 0.17% | - |
| HSV(B) | 249.73º | 0.6% | 0.24% | - |
| XYZ | 1.78 | 1.33 | 4.72 | - |
| YUV | 31.01 | 145.49 | 127.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 25 | 62 | 0.5 | 0.60 | 0 | 0.76 | 249.73 | 0.43 | 0.17 |
| Hex | 1F | 19 | 3E | 32 | 3C | 0 | 4C | FA | 2B | 11 |
| Octal | 37 | 31 | 76 | 62 | 74 | 0 | 114 | 372 | 53 | 21 |
| Binary | 11111 | 11001 | 111110 | 110010 | 111100 | 0 | 1001100 | 11111010 | 101011 | 10001 |
Color Harmonies of #1F193E
Complementary color
Monochromatic Colors of #1F193E
Black with #1F193E
Text Example
Text Example
White with #1F193E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F193E; }
p { color: rgb(31,25,62); }
H1.HeaderClassName
{
color: #1F193E;
}
.AnyTagClassName
{
color: #1F193E;
}
</style>
background-color css
<style>
a { background-color: #1F193E; }
a { background-color: rgb(31,25,62); }
div.DivClassName
{
background-color: #1F193E;
}
.BgClassName
{
background-color: #1F193E;
}
</style>
border-color css
<style>
span { border-color: #1F193E; }
span { border-color: rgb(31,25,62); }
td.TdClassName
{
border-color: #1F193E;
}
.TagClassName
{
border-color: #1F193E;
}
</style>