Shades of Tolopea #1F173C
Tints of Tolopea #1F173C
RGB
CMYK
RGB Variations
Color information
#1F173C (or 0x1F173C) is known color: Tolopea. HEX triplet: 1F, 17 and 3C. RGB value is (31,23,60). Sum of RGB (Red+Green+Blue) = 31+23+60=114 (15% of max value = 765). Red value is 31 (12.5% from 255 or 27.19% from 114); Green value is 23 (9.38% from 255 or 20.18% from 114); Blue value is 60 (23.83% from 255 or 52.63% from 114); Max value from RGB is 60 - color contains mainly: blue. Hex color #1F173C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1F173C is #E0E8C3. Grayscale: #1D1D1D. Windows color (decimal): -14739652 or 3938079. OLE color: 3938079.
HSL color Cylindrical-coordinate representation of color #1F173C: hue angle of 252.97º 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 #1F173C is Cyan = 0.48, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 31 | 23 | 60 | - |
| CMYK | 0.48 | 0.62 | 0 | 0.76 |
| HSL | 252.97º | 0.45% | 0.16% | - |
| HSV(B) | 252.97º | 0.62% | 0.24% | - |
| XYZ | 1.69 | 1.23 | 4.42 | - |
| YUV | 29.61 | 145.15 | 128.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 23 | 60 | 0.48 | 0.62 | 0 | 0.76 | 252.97 | 0.45 | 0.16 |
| Hex | 1F | 17 | 3C | 30 | 3E | 0 | 4C | FD | 2D | 10 |
| Octal | 37 | 27 | 74 | 60 | 76 | 0 | 114 | 375 | 55 | 20 |
| Binary | 11111 | 10111 | 111100 | 110000 | 111110 | 0 | 1001100 | 11111101 | 101101 | 10000 |
Color Harmonies of #1F173C
Complementary color
Monochromatic Colors of #1F173C
Black with #1F173C
Text Example
Text Example
White with #1F173C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F173C; }
p { color: rgb(31,23,60); }
H1.HeaderClassName
{
color: #1F173C;
}
.AnyTagClassName
{
color: #1F173C;
}
</style>
background-color css
<style>
a { background-color: #1F173C; }
a { background-color: rgb(31,23,60); }
div.DivClassName
{
background-color: #1F173C;
}
.BgClassName
{
background-color: #1F173C;
}
</style>
border-color css
<style>
span { border-color: #1F173C; }
span { border-color: rgb(31,23,60); }
td.TdClassName
{
border-color: #1F173C;
}
.TagClassName
{
border-color: #1F173C;
}
</style>