Shades of Tolopea #120434
Tints of Tolopea #120434
RGB
CMYK
RGB Variations
Color information
#120434 (or 0x120434) is known color: Tolopea. HEX triplet: 12, 04 and 34. RGB value is (18,4,52). Sum of RGB (Red+Green+Blue) = 18+4+52=74 (9% of max value = 765). Red value is 18 (7.42% from 255 or 24.32% from 74); Green value is 4 (1.95% from 255 or 5.41% from 74); Blue value is 52 (20.70% from 255 or 70.27% from 74); Max value from RGB is 52 - color contains mainly: blue. Hex color #120434 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #120434 is #EDFBCB. Grayscale: #0D0D0D. Windows color (decimal): -15596492 or 3408914. OLE color: 3408914.
HSL color Cylindrical-coordinate representation of color #120434: hue angle of 257.5º degrees, saturation: 0.86, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #120434 is Cyan = 0.65, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 18 | 4 | 52 | - |
| CMYK | 0.65 | 0.92 | 0 | 0.80 |
| HSL | 257.5º | 0.86% | 0.11% | - |
| HSV(B) | 257.5º | 0.92% | 0.2% | - |
| XYZ | 0.91 | 0.46 | 3.29 | - |
| YUV | 13.66 | 149.64 | 131.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 4 | 52 | 0.65 | 0.92 | 0 | 0.80 | 257.5 | 0.86 | 0.11 |
| Hex | 12 | 4 | 34 | 41 | 5C | 0 | 50 | 102 | 56 | B |
| Octal | 22 | 4 | 64 | 101 | 134 | 0 | 120 | 402 | 126 | 13 |
| Binary | 10010 | 100 | 110100 | 1000001 | 1011100 | 0 | 1010000 | 100000010 | 1010110 | 1011 |
Color Harmonies of #120434
Complementary color
Monochromatic Colors of #120434
Black with #120434
Text Example
Text Example
White with #120434
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #120434; }
p { color: rgb(18,4,52); }
H1.HeaderClassName
{
color: #120434;
}
.AnyTagClassName
{
color: #120434;
}
</style>
background-color css
<style>
a { background-color: #120434; }
a { background-color: rgb(18,4,52); }
div.DivClassName
{
background-color: #120434;
}
.BgClassName
{
background-color: #120434;
}
</style>
border-color css
<style>
span { border-color: #120434; }
span { border-color: rgb(18,4,52); }
td.TdClassName
{
border-color: #120434;
}
.TagClassName
{
border-color: #120434;
}
</style>