Shades of Jaguar #130F36
Tints of Jaguar #130F36
RGB
CMYK
RGB Variations
Color information
#130F36 (or 0x130F36) is known color: Jaguar. HEX triplet: 13, 0F and 36. RGB value is (19,15,54). Sum of RGB (Red+Green+Blue) = 19+15+54=88 (11% of max value = 765). Red value is 19 (7.81% from 255 or 21.59% from 88); Green value is 15 (6.25% from 255 or 17.05% from 88); Blue value is 54 (21.48% from 255 or 61.36% from 88); Max value from RGB is 54 - color contains mainly: blue. Hex color #130F36 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #130F36 is #ECF0C9. Grayscale: #141414. Windows color (decimal): -15528138 or 3542803. OLE color: 3542803.
HSL color Cylindrical-coordinate representation of color #130F36: hue angle of 246.15º degrees, saturation: 0.57, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #130F36 is Cyan = 0.65, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 19 | 15 | 54 | - |
| CMYK | 0.65 | 0.72 | 0 | 0.79 |
| HSL | 246.15º | 0.57% | 0.14% | - |
| HSV(B) | 246.15º | 0.72% | 0.21% | - |
| XYZ | 1.11 | 0.75 | 3.58 | - |
| YUV | 20.64 | 146.83 | 126.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 15 | 54 | 0.65 | 0.72 | 0 | 0.79 | 246.15 | 0.57 | 0.14 |
| Hex | 13 | F | 36 | 41 | 48 | 0 | 4F | F6 | 39 | E |
| Octal | 23 | 17 | 66 | 101 | 110 | 0 | 117 | 366 | 71 | 16 |
| Binary | 10011 | 1111 | 110110 | 1000001 | 1001000 | 0 | 1001111 | 11110110 | 111001 | 1110 |
Color Harmonies of #130F36
Complementary color
Monochromatic Colors of #130F36
Black with #130F36
Text Example
Text Example
White with #130F36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #130F36; }
p { color: rgb(19,15,54); }
H1.HeaderClassName
{
color: #130F36;
}
.AnyTagClassName
{
color: #130F36;
}
</style>
background-color css
<style>
a { background-color: #130F36; }
a { background-color: rgb(19,15,54); }
div.DivClassName
{
background-color: #130F36;
}
.BgClassName
{
background-color: #130F36;
}
</style>
border-color css
<style>
span { border-color: #130F36; }
span { border-color: rgb(19,15,54); }
td.TdClassName
{
border-color: #130F36;
}
.TagClassName
{
border-color: #130F36;
}
</style>