Shades of Jaguar #120D28
Tints of Jaguar #120D28
RGB
CMYK
RGB Variations
Color information
#120D28 (or 0x120D28) is known color: Jaguar. HEX triplet: 12, 0D and 28. RGB value is (18,13,40). Sum of RGB (Red+Green+Blue) = 18+13+40=71 (9% of max value = 765). Red value is 18 (7.42% from 255 or 25.35% from 71); Green value is 13 (5.47% from 255 or 18.31% from 71); Blue value is 40 (16.02% from 255 or 56.34% from 71); Max value from RGB is 40 - color contains mainly: blue. Hex color #120D28 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #120D28 is #EDF2D7. Grayscale: #111111. Windows color (decimal): -15594200 or 2624786. OLE color: 2624786.
HSL color Cylindrical-coordinate representation of color #120D28: hue angle of 251.11º degrees, saturation: 0.51, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #120D28 is Cyan = 0.55, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 18 | 13 | 40 | - |
| CMYK | 0.55 | 0.67 | 0 | 0.84 |
| HSL | 251.11º | 0.51% | 0.1% | - |
| HSV(B) | 251.11º | 0.68% | 0.16% | - |
| XYZ | 0.78 | 0.57 | 2.08 | - |
| YUV | 17.57 | 140.66 | 128.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 13 | 40 | 0.55 | 0.67 | 0 | 0.84 | 251.11 | 0.51 | 0.1 |
| Hex | 12 | D | 28 | 37 | 43 | 0 | 54 | FB | 33 | A |
| Octal | 22 | 15 | 50 | 67 | 103 | 0 | 124 | 373 | 63 | 12 |
| Binary | 10010 | 1101 | 101000 | 110111 | 1000011 | 0 | 1010100 | 11111011 | 110011 | 1010 |
Color Harmonies of #120D28
Complementary color
Monochromatic Colors of #120D28
Black with #120D28
Text Example
Text Example
White with #120D28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #120D28; }
p { color: rgb(18,13,40); }
H1.HeaderClassName
{
color: #120D28;
}
.AnyTagClassName
{
color: #120D28;
}
</style>
background-color css
<style>
a { background-color: #120D28; }
a { background-color: rgb(18,13,40); }
div.DivClassName
{
background-color: #120D28;
}
.BgClassName
{
background-color: #120D28;
}
</style>
border-color css
<style>
span { border-color: #120D28; }
span { border-color: rgb(18,13,40); }
td.TdClassName
{
border-color: #120D28;
}
.TagClassName
{
border-color: #120D28;
}
</style>