Shades of Jaguar #130E36
Tints of Jaguar #130E36
RGB
CMYK
RGB Variations
Color information
#130E36 (or 0x130E36) is known color: Jaguar. HEX triplet: 13, 0E and 36. RGB value is (19,14,54). Sum of RGB (Red+Green+Blue) = 19+14+54=87 (11% of max value = 765). Red value is 19 (7.81% from 255 or 21.84% from 87); Green value is 14 (5.86% from 255 or 16.09% from 87); Blue value is 54 (21.48% from 255 or 62.07% from 87); Max value from RGB is 54 - color contains mainly: blue. Hex color #130E36 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #130E36 is #ECF1C9. Grayscale: #131313. Windows color (decimal): -15528394 or 3542547. OLE color: 3542547.
HSL color Cylindrical-coordinate representation of color #130E36: hue angle of 247.5º degrees, saturation: 0.59, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #130E36 is Cyan = 0.65, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 19 | 14 | 54 | - |
| CMYK | 0.65 | 0.74 | 0 | 0.79 |
| HSL | 247.5º | 0.59% | 0.13% | - |
| HSV(B) | 247.5º | 0.74% | 0.21% | - |
| XYZ | 1.09 | 0.72 | 3.57 | - |
| YUV | 20.06 | 147.16 | 127.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 14 | 54 | 0.65 | 0.74 | 0 | 0.79 | 247.5 | 0.59 | 0.13 |
| Hex | 13 | E | 36 | 41 | 4A | 0 | 4F | F8 | 3B | D |
| Octal | 23 | 16 | 66 | 101 | 112 | 0 | 117 | 370 | 73 | 15 |
| Binary | 10011 | 1110 | 110110 | 1000001 | 1001010 | 0 | 1001111 | 11111000 | 111011 | 1101 |
Color Harmonies of #130E36
Complementary color
Monochromatic Colors of #130E36
Black with #130E36
Text Example
Text Example
White with #130E36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #130E36; }
p { color: rgb(19,14,54); }
H1.HeaderClassName
{
color: #130E36;
}
.AnyTagClassName
{
color: #130E36;
}
</style>
background-color css
<style>
a { background-color: #130E36; }
a { background-color: rgb(19,14,54); }
div.DivClassName
{
background-color: #130E36;
}
.BgClassName
{
background-color: #130E36;
}
</style>
border-color css
<style>
span { border-color: #130E36; }
span { border-color: rgb(19,14,54); }
td.TdClassName
{
border-color: #130E36;
}
.TagClassName
{
border-color: #130E36;
}
</style>