Shades of Jaguar #15113B
Tints of Jaguar #15113B
RGB
CMYK
RGB Variations
Color information
#15113B (or 0x15113B) is known color: Jaguar. HEX triplet: 15, 11 and 3B. RGB value is (21,17,59). Sum of RGB (Red+Green+Blue) = 21+17+59=97 (12% of max value = 765). Red value is 21 (8.59% from 255 or 21.65% from 97); Green value is 17 (7.03% from 255 or 17.53% from 97); Blue value is 59 (23.44% from 255 or 60.82% from 97); Max value from RGB is 59 - color contains mainly: blue. Hex color #15113B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #15113B is #EAEEC4. Grayscale: #161616. Windows color (decimal): -15396549 or 3870997. OLE color: 3870997.
HSL color Cylindrical-coordinate representation of color #15113B: hue angle of 245.71º degrees, saturation: 0.55, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #15113B is Cyan = 0.64, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 21 | 17 | 59 | - |
| CMYK | 0.64 | 0.71 | 0 | 0.77 |
| HSL | 245.71º | 0.55% | 0.15% | - |
| HSV(B) | 245.71º | 0.71% | 0.23% | - |
| XYZ | 1.3 | 0.88 | 4.24 | - |
| YUV | 22.98 | 148.33 | 126.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 17 | 59 | 0.64 | 0.71 | 0 | 0.77 | 245.71 | 0.55 | 0.15 |
| Hex | 15 | 11 | 3B | 40 | 47 | 0 | 4D | F6 | 37 | F |
| Octal | 25 | 21 | 73 | 100 | 107 | 0 | 115 | 366 | 67 | 17 |
| Binary | 10101 | 10001 | 111011 | 1000000 | 1000111 | 0 | 1001101 | 11110110 | 110111 | 1111 |
Color Harmonies of #15113B
Complementary color
Monochromatic Colors of #15113B
Black with #15113B
Text Example
Text Example
White with #15113B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15113B; }
p { color: rgb(21,17,59); }
H1.HeaderClassName
{
color: #15113B;
}
.AnyTagClassName
{
color: #15113B;
}
</style>
background-color css
<style>
a { background-color: #15113B; }
a { background-color: rgb(21,17,59); }
div.DivClassName
{
background-color: #15113B;
}
.BgClassName
{
background-color: #15113B;
}
</style>
border-color css
<style>
span { border-color: #15113B; }
span { border-color: rgb(21,17,59); }
td.TdClassName
{
border-color: #15113B;
}
.TagClassName
{
border-color: #15113B;
}
</style>