Shades of Tolopea #140933
Tints of Tolopea #140933
RGB
CMYK
RGB Variations
Color information
#140933 (or 0x140933) is known color: Tolopea. HEX triplet: 14, 09 and 33. RGB value is (20,9,51). Sum of RGB (Red+Green+Blue) = 20+9+51=80 (10% of max value = 765). Red value is 20 (8.20% from 255 or 25% from 80); Green value is 9 (3.91% from 255 or 11.25% from 80); Blue value is 51 (20.31% from 255 or 63.75% from 80); Max value from RGB is 51 - color contains mainly: blue. Hex color #140933 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #140933 is #EBF6CC. Grayscale: #101010. Windows color (decimal): -15464141 or 3344660. OLE color: 3344660.
HSL color Cylindrical-coordinate representation of color #140933: hue angle of 255.71º degrees, saturation: 0.7, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #140933 is Cyan = 0.61, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 20 | 9 | 51 | - |
| CMYK | 0.61 | 0.82 | 0 | 0.8 |
| HSL | 255.71º | 0.7% | 0.12% | - |
| HSV(B) | 255.71º | 0.82% | 0.2% | - |
| XYZ | 0.98 | 0.58 | 3.19 | - |
| YUV | 17.08 | 147.14 | 130.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 9 | 51 | 0.61 | 0.82 | 0 | 0.8 | 255.71 | 0.7 | 0.12 |
| Hex | 14 | 9 | 33 | 3D | 52 | 0 | 50 | 100 | 46 | C |
| Octal | 24 | 11 | 63 | 75 | 122 | 0 | 120 | 400 | 106 | 14 |
| Binary | 10100 | 1001 | 110011 | 111101 | 1010010 | 0 | 1010000 | 100000000 | 1000110 | 1100 |
Color Harmonies of #140933
Complementary color
Monochromatic Colors of #140933
Black with #140933
Text Example
Text Example
White with #140933
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #140933; }
p { color: rgb(20,9,51); }
H1.HeaderClassName
{
color: #140933;
}
.AnyTagClassName
{
color: #140933;
}
</style>
background-color css
<style>
a { background-color: #140933; }
a { background-color: rgb(20,9,51); }
div.DivClassName
{
background-color: #140933;
}
.BgClassName
{
background-color: #140933;
}
</style>
border-color css
<style>
span { border-color: #140933; }
span { border-color: rgb(20,9,51); }
td.TdClassName
{
border-color: #140933;
}
.TagClassName
{
border-color: #140933;
}
</style>