Shades of Jaguar #130D33
Tints of Jaguar #130D33
RGB
CMYK
RGB Variations
Color information
#130D33 (or 0x130D33) is known color: Jaguar. HEX triplet: 13, 0D and 33. RGB value is (19,13,51). Sum of RGB (Red+Green+Blue) = 19+13+51=83 (10% of max value = 765). Red value is 19 (7.81% from 255 or 22.89% from 83); Green value is 13 (5.47% from 255 or 15.66% from 83); Blue value is 51 (20.31% from 255 or 61.45% from 83); Max value from RGB is 51 - color contains mainly: blue. Hex color #130D33 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #130D33 is #ECF2CC. Grayscale: #121212. Windows color (decimal): -15528653 or 3345683. OLE color: 3345683.
HSL color Cylindrical-coordinate representation of color #130D33: hue angle of 249.47º degrees, saturation: 0.59, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #130D33 is Cyan = 0.63, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 19 | 13 | 51 | - |
| CMYK | 0.63 | 0.75 | 0 | 0.8 |
| HSL | 249.47º | 0.59% | 0.13% | - |
| HSV(B) | 249.47º | 0.75% | 0.2% | - |
| XYZ | 1.01 | 0.67 | 3.21 | - |
| YUV | 19.13 | 145.99 | 127.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 13 | 51 | 0.63 | 0.75 | 0 | 0.8 | 249.47 | 0.59 | 0.13 |
| Hex | 13 | D | 33 | 3F | 4B | 0 | 50 | F9 | 3B | D |
| Octal | 23 | 15 | 63 | 77 | 113 | 0 | 120 | 371 | 73 | 15 |
| Binary | 10011 | 1101 | 110011 | 111111 | 1001011 | 0 | 1010000 | 11111001 | 111011 | 1101 |
Color Harmonies of #130D33
Complementary color
Monochromatic Colors of #130D33
Black with #130D33
Text Example
Text Example
White with #130D33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #130D33; }
p { color: rgb(19,13,51); }
H1.HeaderClassName
{
color: #130D33;
}
.AnyTagClassName
{
color: #130D33;
}
</style>
background-color css
<style>
a { background-color: #130D33; }
a { background-color: rgb(19,13,51); }
div.DivClassName
{
background-color: #130D33;
}
.BgClassName
{
background-color: #130D33;
}
</style>
border-color css
<style>
span { border-color: #130D33; }
span { border-color: rgb(19,13,51); }
td.TdClassName
{
border-color: #130D33;
}
.TagClassName
{
border-color: #130D33;
}
</style>