Shades of Tolopea #120337
Tints of Tolopea #120337
RGB
CMYK
RGB Variations
Color information
#120337 (or 0x120337) is known color: Tolopea. HEX triplet: 12, 03 and 37. RGB value is (18,3,55). Sum of RGB (Red+Green+Blue) = 18+3+55=76 (10% of max value = 765). Red value is 18 (7.42% from 255 or 23.68% from 76); Green value is 3 (1.56% from 255 or 3.95% from 76); Blue value is 55 (21.88% from 255 or 72.37% from 76); Max value from RGB is 55 - color contains mainly: blue. Hex color #120337 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #120337 is #EDFCC8. Grayscale: #0D0D0D. Windows color (decimal): -15596745 or 3605266. OLE color: 3605266.
HSL color Cylindrical-coordinate representation of color #120337: hue angle of 257.31º degrees, saturation: 0.9, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #120337 is Cyan = 0.67, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 18 | 3 | 55 | - |
| CMYK | 0.67 | 0.95 | 0 | 0.78 |
| HSL | 257.31º | 0.9% | 0.11% | - |
| HSV(B) | 257.31º | 0.95% | 0.22% | - |
| XYZ | 0.97 | 0.47 | 3.65 | - |
| YUV | 13.41 | 151.47 | 131.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 3 | 55 | 0.67 | 0.95 | 0 | 0.78 | 257.31 | 0.9 | 0.11 |
| Hex | 12 | 3 | 37 | 43 | 5F | 0 | 4E | 101 | 5A | B |
| Octal | 22 | 3 | 67 | 103 | 137 | 0 | 116 | 401 | 132 | 13 |
| Binary | 10010 | 11 | 110111 | 1000011 | 1011111 | 0 | 1001110 | 100000001 | 1011010 | 1011 |
Color Harmonies of #120337
Complementary color
Monochromatic Colors of #120337
Black with #120337
Text Example
Text Example
White with #120337
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #120337; }
p { color: rgb(18,3,55); }
H1.HeaderClassName
{
color: #120337;
}
.AnyTagClassName
{
color: #120337;
}
</style>
background-color css
<style>
a { background-color: #120337; }
a { background-color: rgb(18,3,55); }
div.DivClassName
{
background-color: #120337;
}
.BgClassName
{
background-color: #120337;
}
</style>
border-color css
<style>
span { border-color: #120337; }
span { border-color: rgb(18,3,55); }
td.TdClassName
{
border-color: #120337;
}
.TagClassName
{
border-color: #120337;
}
</style>