Shades of Tolopea #120B38
Tints of Tolopea #120B38
RGB
CMYK
RGB Variations
Color information
#120B38 (or 0x120B38) is known color: Tolopea. HEX triplet: 12, 0B and 38. RGB value is (18,11,56). Sum of RGB (Red+Green+Blue) = 18+11+56=85 (11% of max value = 765). Red value is 18 (7.42% from 255 or 21.18% from 85); Green value is 11 (4.69% from 255 or 12.94% from 85); Blue value is 56 (22.27% from 255 or 65.88% from 85); Max value from RGB is 56 - color contains mainly: blue. Hex color #120B38 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #120B38 is #EDF4C7. Grayscale: #121212. Windows color (decimal): -15594696 or 3672850. OLE color: 3672850.
HSL color Cylindrical-coordinate representation of color #120B38: hue angle of 249.33º degrees, saturation: 0.67, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #120B38 is Cyan = 0.68, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 18 | 11 | 56 | - |
| CMYK | 0.68 | 0.80 | 0 | 0.78 |
| HSL | 249.33º | 0.67% | 0.13% | - |
| HSV(B) | 249.33º | 0.8% | 0.22% | - |
| XYZ | 1.08 | 0.65 | 3.81 | - |
| YUV | 18.22 | 149.32 | 127.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 11 | 56 | 0.68 | 0.80 | 0 | 0.78 | 249.33 | 0.67 | 0.13 |
| Hex | 12 | B | 38 | 44 | 50 | 0 | 4E | F9 | 43 | D |
| Octal | 22 | 13 | 70 | 104 | 120 | 0 | 116 | 371 | 103 | 15 |
| Binary | 10010 | 1011 | 111000 | 1000100 | 1010000 | 0 | 1001110 | 11111001 | 1000011 | 1101 |
Color Harmonies of #120B38
Complementary color
Monochromatic Colors of #120B38
Black with #120B38
Text Example
Text Example
White with #120B38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #120B38; }
p { color: rgb(18,11,56); }
H1.HeaderClassName
{
color: #120B38;
}
.AnyTagClassName
{
color: #120B38;
}
</style>
background-color css
<style>
a { background-color: #120B38; }
a { background-color: rgb(18,11,56); }
div.DivClassName
{
background-color: #120B38;
}
.BgClassName
{
background-color: #120B38;
}
</style>
border-color css
<style>
span { border-color: #120B38; }
span { border-color: rgb(18,11,56); }
td.TdClassName
{
border-color: #120B38;
}
.TagClassName
{
border-color: #120B38;
}
</style>