Shades of Tolopea #1F153F
Tints of Tolopea #1F153F
RGB
CMYK
RGB Variations
Color information
#1F153F (or 0x1F153F) is known color: Tolopea. HEX triplet: 1F, 15 and 3F. RGB value is (31,21,63). Sum of RGB (Red+Green+Blue) = 31+21+63=115 (15% of max value = 765). Red value is 31 (12.5% from 255 or 26.96% from 115); Green value is 21 (8.59% from 255 or 18.26% from 115); Blue value is 63 (25% from 255 or 54.78% from 115); Max value from RGB is 63 - color contains mainly: blue. Hex color #1F153F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1F153F is #E0EAC0. Grayscale: #1C1C1C. Windows color (decimal): -14740161 or 4134175. OLE color: 4134175.
HSL color Cylindrical-coordinate representation of color #1F153F: hue angle of 254.29º degrees, saturation: 0.5, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #1F153F is Cyan = 0.51, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 31 | 21 | 63 | - |
| CMYK | 0.51 | 0.67 | 0 | 0.75 |
| HSL | 254.29º | 0.5% | 0.16% | - |
| HSV(B) | 254.29º | 0.67% | 0.25% | - |
| XYZ | 1.73 | 1.19 | 4.84 | - |
| YUV | 28.78 | 147.31 | 129.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 21 | 63 | 0.51 | 0.67 | 0 | 0.75 | 254.29 | 0.5 | 0.16 |
| Hex | 1F | 15 | 3F | 33 | 43 | 0 | 4B | FE | 32 | 10 |
| Octal | 37 | 25 | 77 | 63 | 103 | 0 | 113 | 376 | 62 | 20 |
| Binary | 11111 | 10101 | 111111 | 110011 | 1000011 | 0 | 1001011 | 11111110 | 110010 | 10000 |
Color Harmonies of #1F153F
Complementary color
Monochromatic Colors of #1F153F
Black with #1F153F
Text Example
Text Example
White with #1F153F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F153F; }
p { color: rgb(31,21,63); }
H1.HeaderClassName
{
color: #1F153F;
}
.AnyTagClassName
{
color: #1F153F;
}
</style>
background-color css
<style>
a { background-color: #1F153F; }
a { background-color: rgb(31,21,63); }
div.DivClassName
{
background-color: #1F153F;
}
.BgClassName
{
background-color: #1F153F;
}
</style>
border-color css
<style>
span { border-color: #1F153F; }
span { border-color: rgb(31,21,63); }
td.TdClassName
{
border-color: #1F153F;
}
.TagClassName
{
border-color: #1F153F;
}
</style>