Shades of Tolopea #1F123E
Tints of Tolopea #1F123E
RGB
CMYK
RGB Variations
Color information
#1F123E (or 0x1F123E) is known color: Tolopea. HEX triplet: 1F, 12 and 3E. RGB value is (31,18,62). Sum of RGB (Red+Green+Blue) = 31+18+62=111 (14% of max value = 765). Red value is 31 (12.5% from 255 or 27.93% from 111); Green value is 18 (7.42% from 255 or 16.22% from 111); Blue value is 62 (24.61% from 255 or 55.86% from 111); Max value from RGB is 62 - color contains mainly: blue. Hex color #1F123E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1F123E is #E0EDC1. Grayscale: #1A1A1A. Windows color (decimal): -14740930 or 4067871. OLE color: 4067871.
HSL color Cylindrical-coordinate representation of color #1F123E: hue angle of 257.73º degrees, saturation: 0.55, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #1F123E is Cyan = 0.5, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 31 | 18 | 62 | - |
| CMYK | 0.5 | 0.71 | 0 | 0.76 |
| HSL | 257.73º | 0.55% | 0.16% | - |
| HSV(B) | 257.73º | 0.71% | 0.24% | - |
| XYZ | 1.65 | 1.07 | 4.68 | - |
| YUV | 26.9 | 147.81 | 130.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 18 | 62 | 0.5 | 0.71 | 0 | 0.76 | 257.73 | 0.55 | 0.16 |
| Hex | 1F | 12 | 3E | 32 | 47 | 0 | 4C | 102 | 37 | 10 |
| Octal | 37 | 22 | 76 | 62 | 107 | 0 | 114 | 402 | 67 | 20 |
| Binary | 11111 | 10010 | 111110 | 110010 | 1000111 | 0 | 1001100 | 100000010 | 110111 | 10000 |
Color Harmonies of #1F123E
Complementary color
Monochromatic Colors of #1F123E
Black with #1F123E
Text Example
Text Example
White with #1F123E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F123E; }
p { color: rgb(31,18,62); }
H1.HeaderClassName
{
color: #1F123E;
}
.AnyTagClassName
{
color: #1F123E;
}
</style>
background-color css
<style>
a { background-color: #1F123E; }
a { background-color: rgb(31,18,62); }
div.DivClassName
{
background-color: #1F123E;
}
.BgClassName
{
background-color: #1F123E;
}
</style>
border-color css
<style>
span { border-color: #1F123E; }
span { border-color: rgb(31,18,62); }
td.TdClassName
{
border-color: #1F123E;
}
.TagClassName
{
border-color: #1F123E;
}
</style>