Shades of Jaguar #120D27
Tints of Jaguar #120D27
RGB
CMYK
RGB Variations
Color information
#120D27 (or 0x120D27) is known color: Jaguar. HEX triplet: 12, 0D and 27. RGB value is (18,13,39). Sum of RGB (Red+Green+Blue) = 18+13+39=70 (9% of max value = 765). Red value is 18 (7.42% from 255 or 25.71% from 70); Green value is 13 (5.47% from 255 or 18.57% from 70); Blue value is 39 (15.62% from 255 or 55.71% from 70); Max value from RGB is 39 - color contains mainly: blue. Hex color #120D27 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #120D27 is #EDF2D8. Grayscale: #111111. Windows color (decimal): -15594201 or 2559250. OLE color: 2559250.
HSL color Cylindrical-coordinate representation of color #120D27: hue angle of 251.54º degrees, saturation: 0.5, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #120D27 is Cyan = 0.54, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 18 | 13 | 39 | - |
| CMYK | 0.54 | 0.67 | 0 | 0.85 |
| HSL | 251.54º | 0.5% | 0.1% | - |
| HSV(B) | 251.54º | 0.67% | 0.15% | - |
| XYZ | 0.76 | 0.56 | 1.99 | - |
| YUV | 17.46 | 140.16 | 128.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 13 | 39 | 0.54 | 0.67 | 0 | 0.85 | 251.54 | 0.5 | 0.1 |
| Hex | 12 | D | 27 | 36 | 43 | 0 | 55 | FC | 32 | A |
| Octal | 22 | 15 | 47 | 66 | 103 | 0 | 125 | 374 | 62 | 12 |
| Binary | 10010 | 1101 | 100111 | 110110 | 1000011 | 0 | 1010101 | 11111100 | 110010 | 1010 |
Color Harmonies of #120D27
Complementary color
Monochromatic Colors of #120D27
Black with #120D27
Text Example
Text Example
White with #120D27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #120D27; }
p { color: rgb(18,13,39); }
H1.HeaderClassName
{
color: #120D27;
}
.AnyTagClassName
{
color: #120D27;
}
</style>
background-color css
<style>
a { background-color: #120D27; }
a { background-color: rgb(18,13,39); }
div.DivClassName
{
background-color: #120D27;
}
.BgClassName
{
background-color: #120D27;
}
</style>
border-color css
<style>
span { border-color: #120D27; }
span { border-color: rgb(18,13,39); }
td.TdClassName
{
border-color: #120D27;
}
.TagClassName
{
border-color: #120D27;
}
</style>