Shades of Tolopea #120A3E
Tints of Tolopea #120A3E
RGB
CMYK
RGB Variations
Color information
#120A3E (or 0x120A3E) is known color: Tolopea. HEX triplet: 12, 0A and 3E. RGB value is (18,10,62). Sum of RGB (Red+Green+Blue) = 18+10+62=90 (11% of max value = 765). Red value is 18 (7.42% from 255 or 20% from 90); Green value is 10 (4.30% from 255 or 11.11% from 90); Blue value is 62 (24.61% from 255 or 68.89% from 90); Max value from RGB is 62 - color contains mainly: blue. Hex color #120A3E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #120A3E is #EDF5C1. Grayscale: #121212. Windows color (decimal): -15594946 or 4065810. OLE color: 4065810.
HSL color Cylindrical-coordinate representation of color #120A3E: hue angle of 249.23º 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 #120A3E is Cyan = 0.71, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 18 | 10 | 62 | - |
| CMYK | 0.71 | 0.84 | 0 | 0.76 |
| HSL | 249.23º | 0.72% | 0.14% | - |
| HSV(B) | 249.23º | 0.84% | 0.24% | - |
| XYZ | 1.23 | 0.69 | 4.63 | - |
| YUV | 18.32 | 152.65 | 127.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 10 | 62 | 0.71 | 0.84 | 0 | 0.76 | 249.23 | 0.72 | 0.14 |
| Hex | 12 | A | 3E | 47 | 54 | 0 | 4C | F9 | 48 | E |
| Octal | 22 | 12 | 76 | 107 | 124 | 0 | 114 | 371 | 110 | 16 |
| Binary | 10010 | 1010 | 111110 | 1000111 | 1010100 | 0 | 1001100 | 11111001 | 1001000 | 1110 |
Color Harmonies of #120A3E
Complementary color
Monochromatic Colors of #120A3E
Black with #120A3E
Text Example
Text Example
White with #120A3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #120A3E; }
p { color: rgb(18,10,62); }
H1.HeaderClassName
{
color: #120A3E;
}
.AnyTagClassName
{
color: #120A3E;
}
</style>
background-color css
<style>
a { background-color: #120A3E; }
a { background-color: rgb(18,10,62); }
div.DivClassName
{
background-color: #120A3E;
}
.BgClassName
{
background-color: #120A3E;
}
</style>
border-color css
<style>
span { border-color: #120A3E; }
span { border-color: rgb(18,10,62); }
td.TdClassName
{
border-color: #120A3E;
}
.TagClassName
{
border-color: #120A3E;
}
</style>