Shades of Tolopea #120533
Tints of Tolopea #120533
RGB
CMYK
RGB Variations
Color information
#120533 (or 0x120533) is known color: Tolopea. HEX triplet: 12, 05 and 33. RGB value is (18,5,51). Sum of RGB (Red+Green+Blue) = 18+5+51=74 (9% of max value = 765). Red value is 18 (7.42% from 255 or 24.32% from 74); Green value is 5 (2.34% from 255 or 6.76% from 74); Blue value is 51 (20.31% from 255 or 68.92% from 74); Max value from RGB is 51 - color contains mainly: blue. Hex color #120533 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #120533 is #EDFACC. Grayscale: #0D0D0D. Windows color (decimal): -15596237 or 3343634. OLE color: 3343634.
HSL color Cylindrical-coordinate representation of color #120533: hue angle of 256.96º degrees, saturation: 0.82, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #120533 is Cyan = 0.65, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 18 | 5 | 51 | - |
| CMYK | 0.65 | 0.90 | 0 | 0.8 |
| HSL | 256.96º | 0.82% | 0.11% | - |
| HSV(B) | 256.96º | 0.9% | 0.2% | - |
| XYZ | 0.9 | 0.48 | 3.18 | - |
| YUV | 14.13 | 148.81 | 130.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 5 | 51 | 0.65 | 0.90 | 0 | 0.8 | 256.96 | 0.82 | 0.11 |
| Hex | 12 | 5 | 33 | 41 | 5A | 0 | 50 | 101 | 52 | B |
| Octal | 22 | 5 | 63 | 101 | 132 | 0 | 120 | 401 | 122 | 13 |
| Binary | 10010 | 101 | 110011 | 1000001 | 1011010 | 0 | 1010000 | 100000001 | 1010010 | 1011 |
Color Harmonies of #120533
Complementary color
Monochromatic Colors of #120533
Black with #120533
Text Example
Text Example
White with #120533
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #120533; }
p { color: rgb(18,5,51); }
H1.HeaderClassName
{
color: #120533;
}
.AnyTagClassName
{
color: #120533;
}
</style>
background-color css
<style>
a { background-color: #120533; }
a { background-color: rgb(18,5,51); }
div.DivClassName
{
background-color: #120533;
}
.BgClassName
{
background-color: #120533;
}
</style>
border-color css
<style>
span { border-color: #120533; }
span { border-color: rgb(18,5,51); }
td.TdClassName
{
border-color: #120533;
}
.TagClassName
{
border-color: #120533;
}
</style>