Shades of Tolopea #120A3D
Tints of Tolopea #120A3D
RGB
CMYK
RGB Variations
Color information
#120A3D (or 0x120A3D) is known color: Tolopea. HEX triplet: 12, 0A and 3D. RGB value is (18,10,61). Sum of RGB (Red+Green+Blue) = 18+10+61=89 (11% of max value = 765). Red value is 18 (7.42% from 255 or 20.22% from 89); Green value is 10 (4.30% from 255 or 11.24% from 89); Blue value is 61 (24.22% from 255 or 68.54% from 89); Max value from RGB is 61 - color contains mainly: blue. Hex color #120A3D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #120A3D is #EDF5C2. Grayscale: #121212. Windows color (decimal): -15594947 or 4000274. OLE color: 4000274.
HSL color Cylindrical-coordinate representation of color #120A3D: hue angle of 249.41º degrees, saturation: 0.72, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #120A3D is Cyan = 0.70, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 18 | 10 | 61 | - |
| CMYK | 0.70 | 0.84 | 0 | 0.76 |
| HSL | 249.41º | 0.72% | 0.14% | - |
| HSV(B) | 249.41º | 0.84% | 0.24% | - |
| XYZ | 1.2 | 0.68 | 4.48 | - |
| YUV | 18.21 | 152.15 | 127.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 10 | 61 | 0.70 | 0.84 | 0 | 0.76 | 249.41 | 0.72 | 0.14 |
| Hex | 12 | A | 3D | 46 | 54 | 0 | 4C | F9 | 48 | E |
| Octal | 22 | 12 | 75 | 106 | 124 | 0 | 114 | 371 | 110 | 16 |
| Binary | 10010 | 1010 | 111101 | 1000110 | 1010100 | 0 | 1001100 | 11111001 | 1001000 | 1110 |
Color Harmonies of #120A3D
Complementary color
Monochromatic Colors of #120A3D
Black with #120A3D
Text Example
Text Example
White with #120A3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #120A3D; }
p { color: rgb(18,10,61); }
H1.HeaderClassName
{
color: #120A3D;
}
.AnyTagClassName
{
color: #120A3D;
}
</style>
background-color css
<style>
a { background-color: #120A3D; }
a { background-color: rgb(18,10,61); }
div.DivClassName
{
background-color: #120A3D;
}
.BgClassName
{
background-color: #120A3D;
}
</style>
border-color css
<style>
span { border-color: #120A3D; }
span { border-color: rgb(18,10,61); }
td.TdClassName
{
border-color: #120A3D;
}
.TagClassName
{
border-color: #120A3D;
}
</style>