Shades of Tolopea #1F153A
Tints of Tolopea #1F153A
RGB
CMYK
RGB Variations
Color information
#1F153A (or 0x1F153A) is known color: Tolopea. HEX triplet: 1F, 15 and 3A. RGB value is (31,21,58). Sum of RGB (Red+Green+Blue) = 31+21+58=110 (14% of max value = 765). Red value is 31 (12.5% from 255 or 28.18% from 110); Green value is 21 (8.59% from 255 or 19.09% from 110); Blue value is 58 (23.05% from 255 or 52.73% from 110); Max value from RGB is 58 - color contains mainly: blue. Hex color #1F153A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1F153A is #E0EAC5. Grayscale: #1C1C1C. Windows color (decimal): -14740166 or 3806495. OLE color: 3806495.
HSL color Cylindrical-coordinate representation of color #1F153A: hue angle of 256.22º degrees, saturation: 0.47, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #1F153A is Cyan = 0.47, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 31 | 21 | 58 | - |
| CMYK | 0.47 | 0.64 | 0 | 0.77 |
| HSL | 256.22º | 0.47% | 0.15% | - |
| HSV(B) | 256.22º | 0.64% | 0.23% | - |
| XYZ | 1.6 | 1.13 | 4.14 | - |
| YUV | 28.21 | 144.81 | 129.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 21 | 58 | 0.47 | 0.64 | 0 | 0.77 | 256.22 | 0.47 | 0.15 |
| Hex | 1F | 15 | 3A | 2F | 40 | 0 | 4D | 100 | 2F | F |
| Octal | 37 | 25 | 72 | 57 | 100 | 0 | 115 | 400 | 57 | 17 |
| Binary | 11111 | 10101 | 111010 | 101111 | 1000000 | 0 | 1001101 | 100000000 | 101111 | 1111 |
Color Harmonies of #1F153A
Complementary color
Monochromatic Colors of #1F153A
Black with #1F153A
Text Example
Text Example
White with #1F153A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F153A; }
p { color: rgb(31,21,58); }
H1.HeaderClassName
{
color: #1F153A;
}
.AnyTagClassName
{
color: #1F153A;
}
</style>
background-color css
<style>
a { background-color: #1F153A; }
a { background-color: rgb(31,21,58); }
div.DivClassName
{
background-color: #1F153A;
}
.BgClassName
{
background-color: #1F153A;
}
</style>
border-color css
<style>
span { border-color: #1F153A; }
span { border-color: rgb(31,21,58); }
td.TdClassName
{
border-color: #1F153A;
}
.TagClassName
{
border-color: #1F153A;
}
</style>