Shades of Tolopea #1F153E
Tints of Tolopea #1F153E
RGB
CMYK
RGB Variations
Color information
#1F153E (or 0x1F153E) is known color: Tolopea. HEX triplet: 1F, 15 and 3E. RGB value is (31,21,62). Sum of RGB (Red+Green+Blue) = 31+21+62=114 (15% of max value = 765). Red value is 31 (12.5% from 255 or 27.19% from 114); Green value is 21 (8.59% from 255 or 18.42% from 114); Blue value is 62 (24.61% from 255 or 54.39% from 114); Max value from RGB is 62 - color contains mainly: blue. Hex color #1F153E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1F153E is #E0EAC1. Grayscale: #1C1C1C. Windows color (decimal): -14740162 or 4068639. OLE color: 4068639.
HSL color Cylindrical-coordinate representation of color #1F153E: hue angle of 254.63º degrees, saturation: 0.49, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #1F153E is Cyan = 0.5, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 31 | 21 | 62 | - |
| CMYK | 0.5 | 0.66 | 0 | 0.76 |
| HSL | 254.63º | 0.49% | 0.16% | - |
| HSV(B) | 254.63º | 0.66% | 0.24% | - |
| XYZ | 1.7 | 1.18 | 4.69 | - |
| YUV | 28.66 | 146.81 | 129.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 21 | 62 | 0.5 | 0.66 | 0 | 0.76 | 254.63 | 0.49 | 0.16 |
| Hex | 1F | 15 | 3E | 32 | 42 | 0 | 4C | FF | 31 | 10 |
| Octal | 37 | 25 | 76 | 62 | 102 | 0 | 114 | 377 | 61 | 20 |
| Binary | 11111 | 10101 | 111110 | 110010 | 1000010 | 0 | 1001100 | 11111111 | 110001 | 10000 |
Color Harmonies of #1F153E
Complementary color
Monochromatic Colors of #1F153E
Black with #1F153E
Text Example
Text Example
White with #1F153E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F153E; }
p { color: rgb(31,21,62); }
H1.HeaderClassName
{
color: #1F153E;
}
.AnyTagClassName
{
color: #1F153E;
}
</style>
background-color css
<style>
a { background-color: #1F153E; }
a { background-color: rgb(31,21,62); }
div.DivClassName
{
background-color: #1F153E;
}
.BgClassName
{
background-color: #1F153E;
}
</style>
border-color css
<style>
span { border-color: #1F153E; }
span { border-color: rgb(31,21,62); }
td.TdClassName
{
border-color: #1F153E;
}
.TagClassName
{
border-color: #1F153E;
}
</style>