Shades of Jaguar #120E37
Tints of Jaguar #120E37
RGB
CMYK
RGB Variations
Color information
#120E37 (or 0x120E37) is known color: Jaguar. HEX triplet: 12, 0E and 37. RGB value is (18,14,55). Sum of RGB (Red+Green+Blue) = 18+14+55=87 (11% of max value = 765). Red value is 18 (7.42% from 255 or 20.69% from 87); Green value is 14 (5.86% from 255 or 16.09% from 87); Blue value is 55 (21.88% from 255 or 63.22% from 87); Max value from RGB is 55 - color contains mainly: blue. Hex color #120E37 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #120E37 is #EDF1C8. Grayscale: #131313. Windows color (decimal): -15593929 or 3608082. OLE color: 3608082.
HSL color Cylindrical-coordinate representation of color #120E37: hue angle of 245.85º degrees, saturation: 0.59, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #120E37 is Cyan = 0.67, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 18 | 14 | 55 | - |
| CMYK | 0.67 | 0.75 | 0 | 0.78 |
| HSL | 245.85º | 0.59% | 0.14% | - |
| HSV(B) | 245.85º | 0.75% | 0.22% | - |
| XYZ | 1.1 | 0.72 | 3.7 | - |
| YUV | 19.87 | 147.83 | 126.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 14 | 55 | 0.67 | 0.75 | 0 | 0.78 | 245.85 | 0.59 | 0.14 |
| Hex | 12 | E | 37 | 43 | 4B | 0 | 4E | F6 | 3B | E |
| Octal | 22 | 16 | 67 | 103 | 113 | 0 | 116 | 366 | 73 | 16 |
| Binary | 10010 | 1110 | 110111 | 1000011 | 1001011 | 0 | 1001110 | 11110110 | 111011 | 1110 |
Color Harmonies of #120E37
Complementary color
Monochromatic Colors of #120E37
Black with #120E37
Text Example
Text Example
White with #120E37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #120E37; }
p { color: rgb(18,14,55); }
H1.HeaderClassName
{
color: #120E37;
}
.AnyTagClassName
{
color: #120E37;
}
</style>
background-color css
<style>
a { background-color: #120E37; }
a { background-color: rgb(18,14,55); }
div.DivClassName
{
background-color: #120E37;
}
.BgClassName
{
background-color: #120E37;
}
</style>
border-color css
<style>
span { border-color: #120E37; }
span { border-color: rgb(18,14,55); }
td.TdClassName
{
border-color: #120E37;
}
.TagClassName
{
border-color: #120E37;
}
</style>