Shades of Jaguar #130E25
Tints of Jaguar #130E25
RGB
CMYK
RGB Variations
Color information
#130E25 (or 0x130E25) is known color: Jaguar. HEX triplet: 13, 0E and 25. RGB value is (19,14,37). Sum of RGB (Red+Green+Blue) = 19+14+37=70 (9% of max value = 765). Red value is 19 (7.81% from 255 or 27.14% from 70); Green value is 14 (5.86% from 255 or 20% from 70); Blue value is 37 (14.84% from 255 or 52.86% from 70); Max value from RGB is 37 - color contains mainly: blue. Hex color #130E25 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #130E25 is #ECF1DA. Grayscale: #121212. Windows color (decimal): -15528411 or 2428435. OLE color: 2428435.
HSL color Cylindrical-coordinate representation of color #130E25: hue angle of 253.04º degrees, saturation: 0.45, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #130E25 is Cyan = 0.49, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 19 | 14 | 37 | - |
| CMYK | 0.49 | 0.62 | 0 | 0.85 |
| HSL | 253.04º | 0.45% | 0.1% | - |
| HSV(B) | 253.04º | 0.62% | 0.15% | - |
| XYZ | 0.76 | 0.59 | 1.82 | - |
| YUV | 18.12 | 138.66 | 128.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 14 | 37 | 0.49 | 0.62 | 0 | 0.85 | 253.04 | 0.45 | 0.1 |
| Hex | 13 | E | 25 | 31 | 3E | 0 | 55 | FD | 2D | A |
| Octal | 23 | 16 | 45 | 61 | 76 | 0 | 125 | 375 | 55 | 12 |
| Binary | 10011 | 1110 | 100101 | 110001 | 111110 | 0 | 1010101 | 11111101 | 101101 | 1010 |
Color Harmonies of #130E25
Complementary color
Monochromatic Colors of #130E25
Black with #130E25
Text Example
Text Example
White with #130E25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #130E25; }
p { color: rgb(19,14,37); }
H1.HeaderClassName
{
color: #130E25;
}
.AnyTagClassName
{
color: #130E25;
}
</style>
background-color css
<style>
a { background-color: #130E25; }
a { background-color: rgb(19,14,37); }
div.DivClassName
{
background-color: #130E25;
}
.BgClassName
{
background-color: #130E25;
}
</style>
border-color css
<style>
span { border-color: #130E25; }
span { border-color: rgb(19,14,37); }
td.TdClassName
{
border-color: #130E25;
}
.TagClassName
{
border-color: #130E25;
}
</style>