Shades of Tolopea #140938
Tints of Tolopea #140938
RGB
CMYK
RGB Variations
Color information
#140938 (or 0x140938) is known color: Tolopea. HEX triplet: 14, 09 and 38. RGB value is (20,9,56). Sum of RGB (Red+Green+Blue) = 20+9+56=85 (11% of max value = 765). Red value is 20 (8.20% from 255 or 23.53% from 85); Green value is 9 (3.91% from 255 or 10.59% from 85); Blue value is 56 (22.27% from 255 or 65.88% from 85); Max value from RGB is 56 - color contains mainly: blue. Hex color #140938 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #140938 is #EBF6C7. Grayscale: #111111. Windows color (decimal): -15464136 or 3672340. OLE color: 3672340.
HSL color Cylindrical-coordinate representation of color #140938: hue angle of 254.04º degrees, saturation: 0.72, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #140938 is Cyan = 0.64, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 20 | 9 | 56 | - |
| CMYK | 0.64 | 0.84 | 0 | 0.78 |
| HSL | 254.04º | 0.72% | 0.13% | - |
| HSV(B) | 254.04º | 0.84% | 0.22% | - |
| XYZ | 1.1 | 0.63 | 3.8 | - |
| YUV | 17.65 | 149.64 | 129.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 9 | 56 | 0.64 | 0.84 | 0 | 0.78 | 254.04 | 0.72 | 0.13 |
| Hex | 14 | 9 | 38 | 40 | 54 | 0 | 4E | FE | 48 | D |
| Octal | 24 | 11 | 70 | 100 | 124 | 0 | 116 | 376 | 110 | 15 |
| Binary | 10100 | 1001 | 111000 | 1000000 | 1010100 | 0 | 1001110 | 11111110 | 1001000 | 1101 |
Color Harmonies of #140938
Complementary color
Monochromatic Colors of #140938
Black with #140938
Text Example
Text Example
White with #140938
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #140938; }
p { color: rgb(20,9,56); }
H1.HeaderClassName
{
color: #140938;
}
.AnyTagClassName
{
color: #140938;
}
</style>
background-color css
<style>
a { background-color: #140938; }
a { background-color: rgb(20,9,56); }
div.DivClassName
{
background-color: #140938;
}
.BgClassName
{
background-color: #140938;
}
</style>
border-color css
<style>
span { border-color: #140938; }
span { border-color: rgb(20,9,56); }
td.TdClassName
{
border-color: #140938;
}
.TagClassName
{
border-color: #140938;
}
</style>