Shades of Jaguar #130D32
Tints of Jaguar #130D32
RGB
CMYK
RGB Variations
Color information
#130D32 (or 0x130D32) is known color: Jaguar. HEX triplet: 13, 0D and 32. RGB value is (19,13,50). Sum of RGB (Red+Green+Blue) = 19+13+50=82 (10% of max value = 765). Red value is 19 (7.81% from 255 or 23.17% from 82); Green value is 13 (5.47% from 255 or 15.85% from 82); Blue value is 50 (19.92% from 255 or 60.98% from 82); Max value from RGB is 50 - color contains mainly: blue. Hex color #130D32 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #130D32 is #ECF2CD. Grayscale: #121212. Windows color (decimal): -15528654 or 3280147. OLE color: 3280147.
HSL color Cylindrical-coordinate representation of color #130D32: hue angle of 249.73º degrees, saturation: 0.59, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #130D32 is Cyan = 0.62, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 19 | 13 | 50 | - |
| CMYK | 0.62 | 0.74 | 0 | 0.80 |
| HSL | 249.73º | 0.59% | 0.12% | - |
| HSV(B) | 249.73º | 0.74% | 0.2% | - |
| XYZ | 0.99 | 0.66 | 3.09 | - |
| YUV | 19.01 | 145.49 | 127.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 13 | 50 | 0.62 | 0.74 | 0 | 0.80 | 249.73 | 0.59 | 0.12 |
| Hex | 13 | D | 32 | 3E | 4A | 0 | 50 | FA | 3B | C |
| Octal | 23 | 15 | 62 | 76 | 112 | 0 | 120 | 372 | 73 | 14 |
| Binary | 10011 | 1101 | 110010 | 111110 | 1001010 | 0 | 1010000 | 11111010 | 111011 | 1100 |
Color Harmonies of #130D32
Complementary color
Monochromatic Colors of #130D32
Black with #130D32
Text Example
Text Example
White with #130D32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #130D32; }
p { color: rgb(19,13,50); }
H1.HeaderClassName
{
color: #130D32;
}
.AnyTagClassName
{
color: #130D32;
}
</style>
background-color css
<style>
a { background-color: #130D32; }
a { background-color: rgb(19,13,50); }
div.DivClassName
{
background-color: #130D32;
}
.BgClassName
{
background-color: #130D32;
}
</style>
border-color css
<style>
span { border-color: #130D32; }
span { border-color: rgb(19,13,50); }
td.TdClassName
{
border-color: #130D32;
}
.TagClassName
{
border-color: #130D32;
}
</style>