Shades of Tolopea #1F173D
Tints of Tolopea #1F173D
RGB
CMYK
RGB Variations
Color information
#1F173D (or 0x1F173D) is known color: Tolopea. HEX triplet: 1F, 17 and 3D. RGB value is (31,23,61). Sum of RGB (Red+Green+Blue) = 31+23+61=115 (15% of max value = 765). Red value is 31 (12.5% from 255 or 26.96% from 115); Green value is 23 (9.38% from 255 or 20% from 115); Blue value is 61 (24.22% from 255 or 53.04% from 115); Max value from RGB is 61 - color contains mainly: blue. Hex color #1F173D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1F173D is #E0E8C2. Grayscale: #1D1D1D. Windows color (decimal): -14739651 or 4003615. OLE color: 4003615.
HSL color Cylindrical-coordinate representation of color #1F173D: hue angle of 252.63º degrees, saturation: 0.45, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #1F173D is Cyan = 0.49, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 31 | 23 | 61 | - |
| CMYK | 0.49 | 0.62 | 0 | 0.76 |
| HSL | 252.63º | 0.45% | 0.16% | - |
| HSV(B) | 252.63º | 0.62% | 0.24% | - |
| XYZ | 1.71 | 1.24 | 4.56 | - |
| YUV | 29.72 | 145.65 | 128.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 23 | 61 | 0.49 | 0.62 | 0 | 0.76 | 252.63 | 0.45 | 0.16 |
| Hex | 1F | 17 | 3D | 31 | 3E | 0 | 4C | FD | 2D | 10 |
| Octal | 37 | 27 | 75 | 61 | 76 | 0 | 114 | 375 | 55 | 20 |
| Binary | 11111 | 10111 | 111101 | 110001 | 111110 | 0 | 1001100 | 11111101 | 101101 | 10000 |
Color Harmonies of #1F173D
Complementary color
Monochromatic Colors of #1F173D
Black with #1F173D
Text Example
Text Example
White with #1F173D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F173D; }
p { color: rgb(31,23,61); }
H1.HeaderClassName
{
color: #1F173D;
}
.AnyTagClassName
{
color: #1F173D;
}
</style>
background-color css
<style>
a { background-color: #1F173D; }
a { background-color: rgb(31,23,61); }
div.DivClassName
{
background-color: #1F173D;
}
.BgClassName
{
background-color: #1F173D;
}
</style>
border-color css
<style>
span { border-color: #1F173D; }
span { border-color: rgb(31,23,61); }
td.TdClassName
{
border-color: #1F173D;
}
.TagClassName
{
border-color: #1F173D;
}
</style>