Shades of Tolopea #120A3C
Tints of Tolopea #120A3C
RGB
CMYK
RGB Variations
Color information
#120A3C (or 0x120A3C) is known color: Tolopea. HEX triplet: 12, 0A and 3C. RGB value is (18,10,60). Sum of RGB (Red+Green+Blue) = 18+10+60=88 (11% of max value = 765). Red value is 18 (7.42% from 255 or 20.45% from 88); Green value is 10 (4.30% from 255 or 11.36% from 88); Blue value is 60 (23.83% from 255 or 68.18% from 88); Max value from RGB is 60 - color contains mainly: blue. Hex color #120A3C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #120A3C is #EDF5C3. Grayscale: #111111. Windows color (decimal): -15594948 or 3934738. OLE color: 3934738.
HSL color Cylindrical-coordinate representation of color #120A3C: hue angle of 249.6º degrees, saturation: 0.71, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #120A3C is Cyan = 0.7, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 18 | 10 | 60 | - |
| CMYK | 0.7 | 0.83 | 0 | 0.76 |
| HSL | 249.6º | 0.71% | 0.14% | - |
| HSV(B) | 249.6º | 0.83% | 0.24% | - |
| XYZ | 1.17 | 0.67 | 4.34 | - |
| YUV | 18.09 | 151.65 | 127.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 10 | 60 | 0.7 | 0.83 | 0 | 0.76 | 249.6 | 0.71 | 0.14 |
| Hex | 12 | A | 3C | 46 | 53 | 0 | 4C | FA | 47 | E |
| Octal | 22 | 12 | 74 | 106 | 123 | 0 | 114 | 372 | 107 | 16 |
| Binary | 10010 | 1010 | 111100 | 1000110 | 1010011 | 0 | 1001100 | 11111010 | 1000111 | 1110 |
Color Harmonies of #120A3C
Complementary color
Monochromatic Colors of #120A3C
Black with #120A3C
Text Example
Text Example
White with #120A3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #120A3C; }
p { color: rgb(18,10,60); }
H1.HeaderClassName
{
color: #120A3C;
}
.AnyTagClassName
{
color: #120A3C;
}
</style>
background-color css
<style>
a { background-color: #120A3C; }
a { background-color: rgb(18,10,60); }
div.DivClassName
{
background-color: #120A3C;
}
.BgClassName
{
background-color: #120A3C;
}
</style>
border-color css
<style>
span { border-color: #120A3C; }
span { border-color: rgb(18,10,60); }
td.TdClassName
{
border-color: #120A3C;
}
.TagClassName
{
border-color: #120A3C;
}
</style>