Shades of Jaguar #130F32
Tints of Jaguar #130F32
RGB
CMYK
RGB Variations
Color information
#130F32 (or 0x130F32) is known color: Jaguar. HEX triplet: 13, 0F and 32. RGB value is (19,15,50). Sum of RGB (Red+Green+Blue) = 19+15+50=84 (11% of max value = 765). Red value is 19 (7.81% from 255 or 22.62% from 84); Green value is 15 (6.25% from 255 or 17.86% from 84); Blue value is 50 (19.92% from 255 or 59.52% from 84); Max value from RGB is 50 - color contains mainly: blue. Hex color #130F32 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #130F32 is #ECF0CD. Grayscale: #141414. Windows color (decimal): -15528142 or 3280659. OLE color: 3280659.
HSL color Cylindrical-coordinate representation of color #130F32: hue angle of 246.86º degrees, saturation: 0.54, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #130F32 is Cyan = 0.62, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 19 | 15 | 50 | - |
| CMYK | 0.62 | 0.70 | 0 | 0.80 |
| HSL | 246.86º | 0.54% | 0.13% | - |
| HSV(B) | 246.86º | 0.7% | 0.2% | - |
| XYZ | 1.02 | 0.71 | 3.1 | - |
| YUV | 20.19 | 144.83 | 127.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 15 | 50 | 0.62 | 0.70 | 0 | 0.80 | 246.86 | 0.54 | 0.13 |
| Hex | 13 | F | 32 | 3E | 46 | 0 | 50 | F7 | 36 | D |
| Octal | 23 | 17 | 62 | 76 | 106 | 0 | 120 | 367 | 66 | 15 |
| Binary | 10011 | 1111 | 110010 | 111110 | 1000110 | 0 | 1010000 | 11110111 | 110110 | 1101 |
Color Harmonies of #130F32
Complementary color
Monochromatic Colors of #130F32
Black with #130F32
Text Example
Text Example
White with #130F32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #130F32; }
p { color: rgb(19,15,50); }
H1.HeaderClassName
{
color: #130F32;
}
.AnyTagClassName
{
color: #130F32;
}
</style>
background-color css
<style>
a { background-color: #130F32; }
a { background-color: rgb(19,15,50); }
div.DivClassName
{
background-color: #130F32;
}
.BgClassName
{
background-color: #130F32;
}
</style>
border-color css
<style>
span { border-color: #130F32; }
span { border-color: rgb(19,15,50); }
td.TdClassName
{
border-color: #130F32;
}
.TagClassName
{
border-color: #130F32;
}
</style>