Shades of Tolopea #1F173B
Tints of Tolopea #1F173B
RGB
CMYK
RGB Variations
Color information
#1F173B (or 0x1F173B) is known color: Tolopea. HEX triplet: 1F, 17 and 3B. RGB value is (31,23,59). Sum of RGB (Red+Green+Blue) = 31+23+59=113 (14% of max value = 765). Red value is 31 (12.5% from 255 or 27.43% from 113); Green value is 23 (9.38% from 255 or 20.35% from 113); Blue value is 59 (23.44% from 255 or 52.21% from 113); Max value from RGB is 59 - color contains mainly: blue. Hex color #1F173B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1F173B is #E0E8C4. Grayscale: #1D1D1D. Windows color (decimal): -14739653 or 3872543. OLE color: 3872543.
HSL color Cylindrical-coordinate representation of color #1F173B: hue angle of 253.33º degrees, saturation: 0.44, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #1F173B is Cyan = 0.47, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 31 | 23 | 59 | - |
| CMYK | 0.47 | 0.61 | 0 | 0.77 |
| HSL | 253.33º | 0.44% | 0.16% | - |
| HSV(B) | 253.33º | 0.61% | 0.23% | - |
| XYZ | 1.66 | 1.22 | 4.29 | - |
| YUV | 29.5 | 144.65 | 129.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 23 | 59 | 0.47 | 0.61 | 0 | 0.77 | 253.33 | 0.44 | 0.16 |
| Hex | 1F | 17 | 3B | 2F | 3D | 0 | 4D | FD | 2C | 10 |
| Octal | 37 | 27 | 73 | 57 | 75 | 0 | 115 | 375 | 54 | 20 |
| Binary | 11111 | 10111 | 111011 | 101111 | 111101 | 0 | 1001101 | 11111101 | 101100 | 10000 |
Color Harmonies of #1F173B
Complementary color
Monochromatic Colors of #1F173B
Black with #1F173B
Text Example
Text Example
White with #1F173B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F173B; }
p { color: rgb(31,23,59); }
H1.HeaderClassName
{
color: #1F173B;
}
.AnyTagClassName
{
color: #1F173B;
}
</style>
background-color css
<style>
a { background-color: #1F173B; }
a { background-color: rgb(31,23,59); }
div.DivClassName
{
background-color: #1F173B;
}
.BgClassName
{
background-color: #1F173B;
}
</style>
border-color css
<style>
span { border-color: #1F173B; }
span { border-color: rgb(31,23,59); }
td.TdClassName
{
border-color: #1F173B;
}
.TagClassName
{
border-color: #1F173B;
}
</style>