Shades of Jaguar #130F35
Tints of Jaguar #130F35
RGB
CMYK
RGB Variations
Color information
#130F35 (or 0x130F35) is known color: Jaguar. HEX triplet: 13, 0F and 35. RGB value is (19,15,53). Sum of RGB (Red+Green+Blue) = 19+15+53=87 (11% of max value = 765). Red value is 19 (7.81% from 255 or 21.84% from 87); Green value is 15 (6.25% from 255 or 17.24% from 87); Blue value is 53 (21.09% from 255 or 60.92% from 87); Max value from RGB is 53 - color contains mainly: blue. Hex color #130F35 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #130F35 is #ECF0CA. Grayscale: #141414. Windows color (decimal): -15528139 or 3477267. OLE color: 3477267.
HSL color Cylindrical-coordinate representation of color #130F35: hue angle of 246.32º degrees, saturation: 0.56, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #130F35 is Cyan = 0.64, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 19 | 15 | 53 | - |
| CMYK | 0.64 | 0.72 | 0 | 0.79 |
| HSL | 246.32º | 0.56% | 0.13% | - |
| HSV(B) | 246.32º | 0.72% | 0.21% | - |
| XYZ | 1.08 | 0.74 | 3.45 | - |
| YUV | 20.53 | 146.33 | 126.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 15 | 53 | 0.64 | 0.72 | 0 | 0.79 | 246.32 | 0.56 | 0.13 |
| Hex | 13 | F | 35 | 40 | 48 | 0 | 4F | F6 | 38 | D |
| Octal | 23 | 17 | 65 | 100 | 110 | 0 | 117 | 366 | 70 | 15 |
| Binary | 10011 | 1111 | 110101 | 1000000 | 1001000 | 0 | 1001111 | 11110110 | 111000 | 1101 |
Color Harmonies of #130F35
Complementary color
Monochromatic Colors of #130F35
Black with #130F35
Text Example
Text Example
White with #130F35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #130F35; }
p { color: rgb(19,15,53); }
H1.HeaderClassName
{
color: #130F35;
}
.AnyTagClassName
{
color: #130F35;
}
</style>
background-color css
<style>
a { background-color: #130F35; }
a { background-color: rgb(19,15,53); }
div.DivClassName
{
background-color: #130F35;
}
.BgClassName
{
background-color: #130F35;
}
</style>
border-color css
<style>
span { border-color: #130F35; }
span { border-color: rgb(19,15,53); }
td.TdClassName
{
border-color: #130F35;
}
.TagClassName
{
border-color: #130F35;
}
</style>