Shades of Tolopea #120532
Tints of Tolopea #120532
RGB
CMYK
RGB Variations
Color information
#120532 (or 0x120532) is known color: Tolopea. HEX triplet: 12, 05 and 32. RGB value is (18,5,50). Sum of RGB (Red+Green+Blue) = 18+5+50=73 (9% of max value = 765). Red value is 18 (7.42% from 255 or 24.66% from 73); Green value is 5 (2.34% from 255 or 6.85% from 73); Blue value is 50 (19.92% from 255 or 68.49% from 73); Max value from RGB is 50 - color contains mainly: blue. Hex color #120532 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #120532 is #EDFACD. Grayscale: #0D0D0D. Windows color (decimal): -15596238 or 3278098. OLE color: 3278098.
HSL color Cylindrical-coordinate representation of color #120532: hue angle of 257.33º degrees, saturation: 0.82, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #120532 is Cyan = 0.64, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 18 | 5 | 50 | - |
| CMYK | 0.64 | 0.90 | 0 | 0.80 |
| HSL | 257.33º | 0.82% | 0.11% | - |
| HSV(B) | 257.33º | 0.9% | 0.2% | - |
| XYZ | 0.88 | 0.47 | 3.06 | - |
| YUV | 14.02 | 148.31 | 130.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 5 | 50 | 0.64 | 0.90 | 0 | 0.80 | 257.33 | 0.82 | 0.11 |
| Hex | 12 | 5 | 32 | 40 | 5A | 0 | 50 | 101 | 52 | B |
| Octal | 22 | 5 | 62 | 100 | 132 | 0 | 120 | 401 | 122 | 13 |
| Binary | 10010 | 101 | 110010 | 1000000 | 1011010 | 0 | 1010000 | 100000001 | 1010010 | 1011 |
Color Harmonies of #120532
Complementary color
Monochromatic Colors of #120532
Black with #120532
Text Example
Text Example
White with #120532
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #120532; }
p { color: rgb(18,5,50); }
H1.HeaderClassName
{
color: #120532;
}
.AnyTagClassName
{
color: #120532;
}
</style>
background-color css
<style>
a { background-color: #120532; }
a { background-color: rgb(18,5,50); }
div.DivClassName
{
background-color: #120532;
}
.BgClassName
{
background-color: #120532;
}
</style>
border-color css
<style>
span { border-color: #120532; }
span { border-color: rgb(18,5,50); }
td.TdClassName
{
border-color: #120532;
}
.TagClassName
{
border-color: #120532;
}
</style>