Shades of Tolopea #120C3B
Tints of Tolopea #120C3B
RGB
CMYK
RGB Variations
Color information
#120C3B (or 0x120C3B) is known color: Tolopea. HEX triplet: 12, 0C and 3B. RGB value is (18,12,59). Sum of RGB (Red+Green+Blue) = 18+12+59=89 (11% of max value = 765). Red value is 18 (7.42% from 255 or 20.22% from 89); Green value is 12 (5.08% from 255 or 13.48% from 89); Blue value is 59 (23.44% from 255 or 66.29% from 89); Max value from RGB is 59 - color contains mainly: blue. Hex color #120C3B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #120C3B is #EDF3C4. Grayscale: #121212. Windows color (decimal): -15594437 or 3869714. OLE color: 3869714.
HSL color Cylindrical-coordinate representation of color #120C3B: hue angle of 247.66º degrees, saturation: 0.66, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #120C3B is Cyan = 0.69, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 18 | 12 | 59 | - |
| CMYK | 0.69 | 0.80 | 0 | 0.77 |
| HSL | 247.66º | 0.66% | 0.14% | - |
| HSV(B) | 247.66º | 0.8% | 0.23% | - |
| XYZ | 1.17 | 0.71 | 4.21 | - |
| YUV | 19.15 | 150.49 | 127.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 12 | 59 | 0.69 | 0.80 | 0 | 0.77 | 247.66 | 0.66 | 0.14 |
| Hex | 12 | C | 3B | 45 | 50 | 0 | 4D | F8 | 42 | E |
| Octal | 22 | 14 | 73 | 105 | 120 | 0 | 115 | 370 | 102 | 16 |
| Binary | 10010 | 1100 | 111011 | 1000101 | 1010000 | 0 | 1001101 | 11111000 | 1000010 | 1110 |
Color Harmonies of #120C3B
Complementary color
Monochromatic Colors of #120C3B
Black with #120C3B
Text Example
Text Example
White with #120C3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #120C3B; }
p { color: rgb(18,12,59); }
H1.HeaderClassName
{
color: #120C3B;
}
.AnyTagClassName
{
color: #120C3B;
}
</style>
background-color css
<style>
a { background-color: #120C3B; }
a { background-color: rgb(18,12,59); }
div.DivClassName
{
background-color: #120C3B;
}
.BgClassName
{
background-color: #120C3B;
}
</style>
border-color css
<style>
span { border-color: #120C3B; }
span { border-color: rgb(18,12,59); }
td.TdClassName
{
border-color: #120C3B;
}
.TagClassName
{
border-color: #120C3B;
}
</style>