Shades of Jaguar #130F30
Tints of Jaguar #130F30
RGB
CMYK
RGB Variations
Color information
#130F30 (or 0x130F30) is known color: Jaguar. HEX triplet: 13, 0F and 30. RGB value is (19,15,48). Sum of RGB (Red+Green+Blue) = 19+15+48=82 (10% of max value = 765). Red value is 19 (7.81% from 255 or 23.17% from 82); Green value is 15 (6.25% from 255 or 18.29% from 82); Blue value is 48 (19.14% from 255 or 58.54% from 82); Max value from RGB is 48 - color contains mainly: blue. Hex color #130F30 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #130F30 is #ECF0CF. Grayscale: #131313. Windows color (decimal): -15528144 or 3149587. OLE color: 3149587.
HSL color Cylindrical-coordinate representation of color #130F30: hue angle of 247.27º degrees, saturation: 0.52, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #130F30 is Cyan = 0.60, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 19 | 15 | 48 | - |
| CMYK | 0.60 | 0.69 | 0 | 0.81 |
| HSL | 247.27º | 0.52% | 0.12% | - |
| HSV(B) | 247.27º | 0.69% | 0.19% | - |
| XYZ | 0.97 | 0.69 | 2.88 | - |
| YUV | 19.96 | 143.83 | 127.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 15 | 48 | 0.60 | 0.69 | 0 | 0.81 | 247.27 | 0.52 | 0.12 |
| Hex | 13 | F | 30 | 3C | 45 | 0 | 51 | F7 | 34 | C |
| Octal | 23 | 17 | 60 | 74 | 105 | 0 | 121 | 367 | 64 | 14 |
| Binary | 10011 | 1111 | 110000 | 111100 | 1000101 | 0 | 1010001 | 11110111 | 110100 | 1100 |
Color Harmonies of #130F30
Complementary color
Monochromatic Colors of #130F30
Black with #130F30
Text Example
Text Example
White with #130F30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #130F30; }
p { color: rgb(19,15,48); }
H1.HeaderClassName
{
color: #130F30;
}
.AnyTagClassName
{
color: #130F30;
}
</style>
background-color css
<style>
a { background-color: #130F30; }
a { background-color: rgb(19,15,48); }
div.DivClassName
{
background-color: #130F30;
}
.BgClassName
{
background-color: #130F30;
}
</style>
border-color css
<style>
span { border-color: #130F30; }
span { border-color: rgb(19,15,48); }
td.TdClassName
{
border-color: #130F30;
}
.TagClassName
{
border-color: #130F30;
}
</style>