Shades of Tolopea #140839
Tints of Tolopea #140839
RGB
CMYK
RGB Variations
Color information
#140839 (or 0x140839) is known color: Tolopea. HEX triplet: 14, 08 and 39. RGB value is (20,8,57). Sum of RGB (Red+Green+Blue) = 20+8+57=85 (11% of max value = 765). Red value is 20 (8.20% from 255 or 23.53% from 85); Green value is 8 (3.52% from 255 or 9.41% from 85); Blue value is 57 (22.66% from 255 or 67.06% from 85); Max value from RGB is 57 - color contains mainly: blue. Hex color #140839 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #140839 is #EBF7C6. Grayscale: #101010. Windows color (decimal): -15464391 or 3737620. OLE color: 3737620.
HSL color Cylindrical-coordinate representation of color #140839: hue angle of 254.69º degrees, saturation: 0.75, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #140839 is Cyan = 0.65, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 20 | 8 | 57 | - |
| CMYK | 0.65 | 0.86 | 0 | 0.78 |
| HSL | 254.69º | 0.75% | 0.13% | - |
| HSV(B) | 254.69º | 0.86% | 0.22% | - |
| XYZ | 1.11 | 0.62 | 3.93 | - |
| YUV | 17.17 | 150.48 | 130.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 8 | 57 | 0.65 | 0.86 | 0 | 0.78 | 254.69 | 0.75 | 0.13 |
| Hex | 14 | 8 | 39 | 41 | 56 | 0 | 4E | FF | 4B | D |
| Octal | 24 | 10 | 71 | 101 | 126 | 0 | 116 | 377 | 113 | 15 |
| Binary | 10100 | 1000 | 111001 | 1000001 | 1010110 | 0 | 1001110 | 11111111 | 1001011 | 1101 |
Color Harmonies of #140839
Complementary color
Monochromatic Colors of #140839
Black with #140839
Text Example
Text Example
White with #140839
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #140839; }
p { color: rgb(20,8,57); }
H1.HeaderClassName
{
color: #140839;
}
.AnyTagClassName
{
color: #140839;
}
</style>
background-color css
<style>
a { background-color: #140839; }
a { background-color: rgb(20,8,57); }
div.DivClassName
{
background-color: #140839;
}
.BgClassName
{
background-color: #140839;
}
</style>
border-color css
<style>
span { border-color: #140839; }
span { border-color: rgb(20,8,57); }
td.TdClassName
{
border-color: #140839;
}
.TagClassName
{
border-color: #140839;
}
</style>