Shades of Tolopea #1F163B
Tints of Tolopea #1F163B
RGB
CMYK
RGB Variations
Color information
#1F163B (or 0x1F163B) is known color: Tolopea. HEX triplet: 1F, 16 and 3B. RGB value is (31,22,59). Sum of RGB (Red+Green+Blue) = 31+22+59=112 (14% of max value = 765). Red value is 31 (12.5% from 255 or 27.68% from 112); Green value is 22 (8.98% from 255 or 19.64% from 112); Blue value is 59 (23.44% from 255 or 52.68% from 112); Max value from RGB is 59 - color contains mainly: blue. Hex color #1F163B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1F163B is #E0E9C4. Grayscale: #1C1C1C. Windows color (decimal): -14739909 or 3872287. OLE color: 3872287.
HSL color Cylindrical-coordinate representation of color #1F163B: hue angle of 254.59º degrees, saturation: 0.46, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #1F163B is Cyan = 0.47, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 31 | 22 | 59 | - |
| CMYK | 0.47 | 0.63 | 0 | 0.77 |
| HSL | 254.59º | 0.46% | 0.16% | - |
| HSV(B) | 254.59º | 0.63% | 0.23% | - |
| XYZ | 1.64 | 1.18 | 4.28 | - |
| YUV | 28.91 | 144.98 | 129.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 22 | 59 | 0.47 | 0.63 | 0 | 0.77 | 254.59 | 0.46 | 0.16 |
| Hex | 1F | 16 | 3B | 2F | 3F | 0 | 4D | FF | 2E | 10 |
| Octal | 37 | 26 | 73 | 57 | 77 | 0 | 115 | 377 | 56 | 20 |
| Binary | 11111 | 10110 | 111011 | 101111 | 111111 | 0 | 1001101 | 11111111 | 101110 | 10000 |
Color Harmonies of #1F163B
Complementary color
Monochromatic Colors of #1F163B
Black with #1F163B
Text Example
Text Example
White with #1F163B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F163B; }
p { color: rgb(31,22,59); }
H1.HeaderClassName
{
color: #1F163B;
}
.AnyTagClassName
{
color: #1F163B;
}
</style>
background-color css
<style>
a { background-color: #1F163B; }
a { background-color: rgb(31,22,59); }
div.DivClassName
{
background-color: #1F163B;
}
.BgClassName
{
background-color: #1F163B;
}
</style>
border-color css
<style>
span { border-color: #1F163B; }
span { border-color: rgb(31,22,59); }
td.TdClassName
{
border-color: #1F163B;
}
.TagClassName
{
border-color: #1F163B;
}
</style>