Shades of Jaguar #130D34
Tints of Jaguar #130D34
RGB
CMYK
RGB Variations
Color information
#130D34 (or 0x130D34) is known color: Jaguar. HEX triplet: 13, 0D and 34. RGB value is (19,13,52). Sum of RGB (Red+Green+Blue) = 19+13+52=84 (11% of max value = 765). Red value is 19 (7.81% from 255 or 22.62% from 84); Green value is 13 (5.47% from 255 or 15.48% from 84); Blue value is 52 (20.70% from 255 or 61.90% from 84); Max value from RGB is 52 - color contains mainly: blue. Hex color #130D34 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #130D34 is #ECF2CB. Grayscale: #131313. Windows color (decimal): -15528652 or 3411219. OLE color: 3411219.
HSL color Cylindrical-coordinate representation of color #130D34: hue angle of 249.23º degrees, saturation: 0.6, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #130D34 is Cyan = 0.63, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 19 | 13 | 52 | - |
| CMYK | 0.63 | 0.75 | 0 | 0.80 |
| HSL | 249.23º | 0.6% | 0.13% | - |
| HSV(B) | 249.23º | 0.75% | 0.2% | - |
| XYZ | 1.03 | 0.67 | 3.32 | - |
| YUV | 19.24 | 146.49 | 127.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 13 | 52 | 0.63 | 0.75 | 0 | 0.80 | 249.23 | 0.6 | 0.13 |
| Hex | 13 | D | 34 | 3F | 4B | 0 | 50 | F9 | 3C | D |
| Octal | 23 | 15 | 64 | 77 | 113 | 0 | 120 | 371 | 74 | 15 |
| Binary | 10011 | 1101 | 110100 | 111111 | 1001011 | 0 | 1010000 | 11111001 | 111100 | 1101 |
Color Harmonies of #130D34
Complementary color
Monochromatic Colors of #130D34
Black with #130D34
Text Example
Text Example
White with #130D34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #130D34; }
p { color: rgb(19,13,52); }
H1.HeaderClassName
{
color: #130D34;
}
.AnyTagClassName
{
color: #130D34;
}
</style>
background-color css
<style>
a { background-color: #130D34; }
a { background-color: rgb(19,13,52); }
div.DivClassName
{
background-color: #130D34;
}
.BgClassName
{
background-color: #130D34;
}
</style>
border-color css
<style>
span { border-color: #130D34; }
span { border-color: rgb(19,13,52); }
td.TdClassName
{
border-color: #130D34;
}
.TagClassName
{
border-color: #130D34;
}
</style>