Shades of Jaguar #120E38
Tints of Jaguar #120E38
RGB
CMYK
RGB Variations
Color information
#120E38 (or 0x120E38) is known color: Jaguar. HEX triplet: 12, 0E and 38. RGB value is (18,14,56). Sum of RGB (Red+Green+Blue) = 18+14+56=88 (11% of max value = 765). Red value is 18 (7.42% from 255 or 20.45% from 88); Green value is 14 (5.86% from 255 or 15.91% from 88); Blue value is 56 (22.27% from 255 or 63.64% from 88); Max value from RGB is 56 - color contains mainly: blue. Hex color #120E38 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #120E38 is #EDF1C7. Grayscale: #131313. Windows color (decimal): -15593928 or 3673618. OLE color: 3673618.
HSL color Cylindrical-coordinate representation of color #120E38: hue angle of 245.71º degrees, saturation: 0.6, 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 #120E38 is Cyan = 0.68, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 18 | 14 | 56 | - |
| CMYK | 0.68 | 0.75 | 0 | 0.78 |
| HSL | 245.71º | 0.6% | 0.14% | - |
| HSV(B) | 245.71º | 0.75% | 0.22% | - |
| XYZ | 1.12 | 0.73 | 3.82 | - |
| YUV | 19.98 | 148.33 | 126.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 14 | 56 | 0.68 | 0.75 | 0 | 0.78 | 245.71 | 0.6 | 0.14 |
| Hex | 12 | E | 38 | 44 | 4B | 0 | 4E | F6 | 3C | E |
| Octal | 22 | 16 | 70 | 104 | 113 | 0 | 116 | 366 | 74 | 16 |
| Binary | 10010 | 1110 | 111000 | 1000100 | 1001011 | 0 | 1001110 | 11110110 | 111100 | 1110 |
Color Harmonies of #120E38
Complementary color
Monochromatic Colors of #120E38
Black with #120E38
Text Example
Text Example
White with #120E38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #120E38; }
p { color: rgb(18,14,56); }
H1.HeaderClassName
{
color: #120E38;
}
.AnyTagClassName
{
color: #120E38;
}
</style>
background-color css
<style>
a { background-color: #120E38; }
a { background-color: rgb(18,14,56); }
div.DivClassName
{
background-color: #120E38;
}
.BgClassName
{
background-color: #120E38;
}
</style>
border-color css
<style>
span { border-color: #120E38; }
span { border-color: rgb(18,14,56); }
td.TdClassName
{
border-color: #120E38;
}
.TagClassName
{
border-color: #120E38;
}
</style>