Shades of Jaguar #130E32
Tints of Jaguar #130E32
RGB
CMYK
RGB Variations
Color information
#130E32 (or 0x130E32) is known color: Jaguar. HEX triplet: 13, 0E and 32. RGB value is (19,14,50). Sum of RGB (Red+Green+Blue) = 19+14+50=83 (10% of max value = 765). Red value is 19 (7.81% from 255 or 22.89% from 83); Green value is 14 (5.86% from 255 or 16.87% from 83); Blue value is 50 (19.92% from 255 or 60.24% from 83); Max value from RGB is 50 - color contains mainly: blue. Hex color #130E32 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #130E32 is #ECF1CD. Grayscale: #131313. Windows color (decimal): -15528398 or 3280403. OLE color: 3280403.
HSL color Cylindrical-coordinate representation of color #130E32: hue angle of 248.33º degrees, saturation: 0.56, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #130E32 is Cyan = 0.62, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 19 | 14 | 50 | - |
| CMYK | 0.62 | 0.72 | 0 | 0.80 |
| HSL | 248.33º | 0.56% | 0.13% | - |
| HSV(B) | 248.33º | 0.72% | 0.2% | - |
| XYZ | 1 | 0.68 | 3.1 | - |
| YUV | 19.6 | 145.16 | 127.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 14 | 50 | 0.62 | 0.72 | 0 | 0.80 | 248.33 | 0.56 | 0.13 |
| Hex | 13 | E | 32 | 3E | 48 | 0 | 50 | F8 | 38 | D |
| Octal | 23 | 16 | 62 | 76 | 110 | 0 | 120 | 370 | 70 | 15 |
| Binary | 10011 | 1110 | 110010 | 111110 | 1001000 | 0 | 1010000 | 11111000 | 111000 | 1101 |
Color Harmonies of #130E32
Complementary color
Monochromatic Colors of #130E32
Black with #130E32
Text Example
Text Example
White with #130E32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #130E32; }
p { color: rgb(19,14,50); }
H1.HeaderClassName
{
color: #130E32;
}
.AnyTagClassName
{
color: #130E32;
}
</style>
background-color css
<style>
a { background-color: #130E32; }
a { background-color: rgb(19,14,50); }
div.DivClassName
{
background-color: #130E32;
}
.BgClassName
{
background-color: #130E32;
}
</style>
border-color css
<style>
span { border-color: #130E32; }
span { border-color: rgb(19,14,50); }
td.TdClassName
{
border-color: #130E32;
}
.TagClassName
{
border-color: #130E32;
}
</style>