Shades of Jaguar #130E38
Tints of Jaguar #130E38
RGB
CMYK
RGB Variations
Color information
#130E38 (or 0x130E38) is known color: Jaguar. HEX triplet: 13, 0E and 38. RGB value is (19,14,56). Sum of RGB (Red+Green+Blue) = 19+14+56=89 (11% of max value = 765). Red value is 19 (7.81% from 255 or 21.35% from 89); Green value is 14 (5.86% from 255 or 15.73% from 89); Blue value is 56 (22.27% from 255 or 62.92% from 89); Max value from RGB is 56 - color contains mainly: blue. Hex color #130E38 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #130E38 is #ECF1C7. Grayscale: #141414. Windows color (decimal): -15528392 or 3673619. OLE color: 3673619.
HSL color Cylindrical-coordinate representation of color #130E38: hue angle of 247.14º degrees, saturation: 0.6, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #130E38 is Cyan = 0.66, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 19 | 14 | 56 | - |
| CMYK | 0.66 | 0.75 | 0 | 0.78 |
| HSL | 247.14º | 0.6% | 0.14% | - |
| HSV(B) | 247.14º | 0.75% | 0.22% | - |
| XYZ | 1.14 | 0.74 | 3.82 | - |
| YUV | 20.28 | 148.16 | 127.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 14 | 56 | 0.66 | 0.75 | 0 | 0.78 | 247.14 | 0.6 | 0.14 |
| Hex | 13 | E | 38 | 42 | 4B | 0 | 4E | F7 | 3C | E |
| Octal | 23 | 16 | 70 | 102 | 113 | 0 | 116 | 367 | 74 | 16 |
| Binary | 10011 | 1110 | 111000 | 1000010 | 1001011 | 0 | 1001110 | 11110111 | 111100 | 1110 |
Color Harmonies of #130E38
Complementary color
Monochromatic Colors of #130E38
Black with #130E38
Text Example
Text Example
White with #130E38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #130E38; }
p { color: rgb(19,14,56); }
H1.HeaderClassName
{
color: #130E38;
}
.AnyTagClassName
{
color: #130E38;
}
</style>
background-color css
<style>
a { background-color: #130E38; }
a { background-color: rgb(19,14,56); }
div.DivClassName
{
background-color: #130E38;
}
.BgClassName
{
background-color: #130E38;
}
</style>
border-color css
<style>
span { border-color: #130E38; }
span { border-color: rgb(19,14,56); }
td.TdClassName
{
border-color: #130E38;
}
.TagClassName
{
border-color: #130E38;
}
</style>