Shades of Tolopea #140A2E
Tints of Tolopea #140A2E
RGB
CMYK
RGB Variations
Color information
#140A2E (or 0x140A2E) is known color: Tolopea. HEX triplet: 14, 0A and 2E. RGB value is (20,10,46). Sum of RGB (Red+Green+Blue) = 20+10+46=76 (10% of max value = 765). Red value is 20 (8.20% from 255 or 26.32% from 76); Green value is 10 (4.30% from 255 or 13.16% from 76); Blue value is 46 (18.36% from 255 or 60.53% from 76); Max value from RGB is 46 - color contains mainly: blue. Hex color #140A2E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #140A2E is #EBF5D1. Grayscale: #101010. Windows color (decimal): -15463890 or 3017236. OLE color: 3017236.
HSL color Cylindrical-coordinate representation of color #140A2E: hue angle of 256.67º degrees, saturation: 0.64, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #140A2E is Cyan = 0.57, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 20 | 10 | 46 | - |
| CMYK | 0.57 | 0.78 | 0 | 0.82 |
| HSL | 256.67º | 0.64% | 0.11% | - |
| HSV(B) | 256.67º | 0.78% | 0.18% | - |
| XYZ | 0.89 | 0.56 | 2.65 | - |
| YUV | 17.09 | 144.31 | 130.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 10 | 46 | 0.57 | 0.78 | 0 | 0.82 | 256.67 | 0.64 | 0.11 |
| Hex | 14 | A | 2E | 39 | 4E | 0 | 52 | 101 | 40 | B |
| Octal | 24 | 12 | 56 | 71 | 116 | 0 | 122 | 401 | 100 | 13 |
| Binary | 10100 | 1010 | 101110 | 111001 | 1001110 | 0 | 1010010 | 100000001 | 1000000 | 1011 |
Color Harmonies of #140A2E
Complementary color
Monochromatic Colors of #140A2E
Black with #140A2E
Text Example
Text Example
White with #140A2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #140A2E; }
p { color: rgb(20,10,46); }
H1.HeaderClassName
{
color: #140A2E;
}
.AnyTagClassName
{
color: #140A2E;
}
</style>
background-color css
<style>
a { background-color: #140A2E; }
a { background-color: rgb(20,10,46); }
div.DivClassName
{
background-color: #140A2E;
}
.BgClassName
{
background-color: #140A2E;
}
</style>
border-color css
<style>
span { border-color: #140A2E; }
span { border-color: rgb(20,10,46); }
td.TdClassName
{
border-color: #140A2E;
}
.TagClassName
{
border-color: #140A2E;
}
</style>