Shades of Tolopea #140F3C
Tints of Tolopea #140F3C
RGB
CMYK
RGB Variations
Color information
#140F3C (or 0x140F3C) is known color: Tolopea. HEX triplet: 14, 0F and 3C. RGB value is (20,15,60). Sum of RGB (Red+Green+Blue) = 20+15+60=95 (12% of max value = 765). Red value is 20 (8.20% from 255 or 21.05% from 95); Green value is 15 (6.25% from 255 or 15.79% from 95); Blue value is 60 (23.83% from 255 or 63.16% from 95); Max value from RGB is 60 - color contains mainly: blue. Hex color #140F3C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #140F3C is #EBF0C3. Grayscale: #151515. Windows color (decimal): -15462596 or 3936020. OLE color: 3936020.
HSL color Cylindrical-coordinate representation of color #140F3C: hue angle of 246.67º degrees, saturation: 0.6, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #140F3C is Cyan = 0.67, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 20 | 15 | 60 | - |
| CMYK | 0.67 | 0.75 | 0 | 0.76 |
| HSL | 246.67º | 0.6% | 0.15% | - |
| HSV(B) | 246.67º | 0.75% | 0.24% | - |
| XYZ | 1.27 | 0.82 | 4.37 | - |
| YUV | 21.63 | 149.66 | 126.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 15 | 60 | 0.67 | 0.75 | 0 | 0.76 | 246.67 | 0.6 | 0.15 |
| Hex | 14 | F | 3C | 43 | 4B | 0 | 4C | F7 | 3C | F |
| Octal | 24 | 17 | 74 | 103 | 113 | 0 | 114 | 367 | 74 | 17 |
| Binary | 10100 | 1111 | 111100 | 1000011 | 1001011 | 0 | 1001100 | 11110111 | 111100 | 1111 |
Color Harmonies of #140F3C
Complementary color
Monochromatic Colors of #140F3C
Black with #140F3C
Text Example
Text Example
White with #140F3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #140F3C; }
p { color: rgb(20,15,60); }
H1.HeaderClassName
{
color: #140F3C;
}
.AnyTagClassName
{
color: #140F3C;
}
</style>
background-color css
<style>
a { background-color: #140F3C; }
a { background-color: rgb(20,15,60); }
div.DivClassName
{
background-color: #140F3C;
}
.BgClassName
{
background-color: #140F3C;
}
</style>
border-color css
<style>
span { border-color: #140F3C; }
span { border-color: rgb(20,15,60); }
td.TdClassName
{
border-color: #140F3C;
}
.TagClassName
{
border-color: #140F3C;
}
</style>