Shades of Tolopea #120535
Tints of Tolopea #120535
RGB
CMYK
RGB Variations
Color information
#120535 (or 0x120535) is known color: Tolopea. HEX triplet: 12, 05 and 35. RGB value is (18,5,53). Sum of RGB (Red+Green+Blue) = 18+5+53=76 (10% of max value = 765). Red value is 18 (7.42% from 255 or 23.68% from 76); Green value is 5 (2.34% from 255 or 6.58% from 76); Blue value is 53 (21.09% from 255 or 69.74% from 76); Max value from RGB is 53 - color contains mainly: blue. Hex color #120535 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #120535 is #EDFACA. Grayscale: #0E0E0E. Windows color (decimal): -15596235 or 3474706. OLE color: 3474706.
HSL color Cylindrical-coordinate representation of color #120535: hue angle of 256.25º degrees, saturation: 0.83, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #120535 is Cyan = 0.66, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 18 | 5 | 53 | - |
| CMYK | 0.66 | 0.91 | 0 | 0.79 |
| HSL | 256.25º | 0.83% | 0.11% | - |
| HSV(B) | 256.25º | 0.91% | 0.21% | - |
| XYZ | 0.95 | 0.49 | 3.41 | - |
| YUV | 14.36 | 149.81 | 130.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 5 | 53 | 0.66 | 0.91 | 0 | 0.79 | 256.25 | 0.83 | 0.11 |
| Hex | 12 | 5 | 35 | 42 | 5B | 0 | 4F | 100 | 53 | B |
| Octal | 22 | 5 | 65 | 102 | 133 | 0 | 117 | 400 | 123 | 13 |
| Binary | 10010 | 101 | 110101 | 1000010 | 1011011 | 0 | 1001111 | 100000000 | 1010011 | 1011 |
Color Harmonies of #120535
Complementary color
Monochromatic Colors of #120535
Black with #120535
Text Example
Text Example
White with #120535
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #120535; }
p { color: rgb(18,5,53); }
H1.HeaderClassName
{
color: #120535;
}
.AnyTagClassName
{
color: #120535;
}
</style>
background-color css
<style>
a { background-color: #120535; }
a { background-color: rgb(18,5,53); }
div.DivClassName
{
background-color: #120535;
}
.BgClassName
{
background-color: #120535;
}
</style>
border-color css
<style>
span { border-color: #120535; }
span { border-color: rgb(18,5,53); }
td.TdClassName
{
border-color: #120535;
}
.TagClassName
{
border-color: #120535;
}
</style>