Shades of Tolopea #1F113B
Tints of Tolopea #1F113B
RGB
CMYK
RGB Variations
Color information
#1F113B (or 0x1F113B) is known color: Tolopea. HEX triplet: 1F, 11 and 3B. RGB value is (31,17,59). Sum of RGB (Red+Green+Blue) = 31+17+59=107 (14% of max value = 765). Red value is 31 (12.5% from 255 or 28.97% from 107); Green value is 17 (7.03% from 255 or 15.89% from 107); Blue value is 59 (23.44% from 255 or 55.14% from 107); Max value from RGB is 59 - color contains mainly: blue. Hex color #1F113B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1F113B is #E0EEC4. Grayscale: #191919. Windows color (decimal): -14741189 or 3871007. OLE color: 3871007.
HSL color Cylindrical-coordinate representation of color #1F113B: hue angle of 260º degrees, saturation: 0.55, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #1F113B is Cyan = 0.47, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 31 | 17 | 59 | - |
| CMYK | 0.47 | 0.71 | 0 | 0.77 |
| HSL | 260º | 0.55% | 0.15% | - |
| HSV(B) | 260º | 0.71% | 0.23% | - |
| XYZ | 1.55 | 1.01 | 4.25 | - |
| YUV | 25.97 | 146.64 | 131.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 17 | 59 | 0.47 | 0.71 | 0 | 0.77 | 260 | 0.55 | 0.15 |
| Hex | 1F | 11 | 3B | 2F | 47 | 0 | 4D | 104 | 37 | F |
| Octal | 37 | 21 | 73 | 57 | 107 | 0 | 115 | 404 | 67 | 17 |
| Binary | 11111 | 10001 | 111011 | 101111 | 1000111 | 0 | 1001101 | 100000100 | 110111 | 1111 |
Color Harmonies of #1F113B
Complementary color
Monochromatic Colors of #1F113B
Black with #1F113B
Text Example
Text Example
White with #1F113B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F113B; }
p { color: rgb(31,17,59); }
H1.HeaderClassName
{
color: #1F113B;
}
.AnyTagClassName
{
color: #1F113B;
}
</style>
background-color css
<style>
a { background-color: #1F113B; }
a { background-color: rgb(31,17,59); }
div.DivClassName
{
background-color: #1F113B;
}
.BgClassName
{
background-color: #1F113B;
}
</style>
border-color css
<style>
span { border-color: #1F113B; }
span { border-color: rgb(31,17,59); }
td.TdClassName
{
border-color: #1F113B;
}
.TagClassName
{
border-color: #1F113B;
}
</style>