Shades of Jaguar #151139
Tints of Jaguar #151139
RGB
CMYK
RGB Variations
Color information
#151139 (or 0x151139) is known color: Jaguar. HEX triplet: 15, 11 and 39. RGB value is (21,17,57). Sum of RGB (Red+Green+Blue) = 21+17+57=95 (12% of max value = 765). Red value is 21 (8.59% from 255 or 22.11% from 95); Green value is 17 (7.03% from 255 or 17.89% from 95); Blue value is 57 (22.66% from 255 or 60% from 95); Max value from RGB is 57 - color contains mainly: blue. Hex color #151139 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #151139 is #EAEEC6. Grayscale: #161616. Windows color (decimal): -15396551 or 3739925. OLE color: 3739925.
HSL color Cylindrical-coordinate representation of color #151139: hue angle of 246º degrees, saturation: 0.54, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #151139 is Cyan = 0.63, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 21 | 17 | 57 | - |
| CMYK | 0.63 | 0.70 | 0 | 0.78 |
| HSL | 246º | 0.54% | 0.15% | - |
| HSV(B) | 246º | 0.7% | 0.22% | - |
| XYZ | 1.25 | 0.86 | 3.97 | - |
| YUV | 22.76 | 147.33 | 126.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 17 | 57 | 0.63 | 0.70 | 0 | 0.78 | 246 | 0.54 | 0.15 |
| Hex | 15 | 11 | 39 | 3F | 46 | 0 | 4E | F6 | 36 | F |
| Octal | 25 | 21 | 71 | 77 | 106 | 0 | 116 | 366 | 66 | 17 |
| Binary | 10101 | 10001 | 111001 | 111111 | 1000110 | 0 | 1001110 | 11110110 | 110110 | 1111 |
Color Harmonies of #151139
Complementary color
Monochromatic Colors of #151139
Black with #151139
Text Example
Text Example
White with #151139
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #151139; }
p { color: rgb(21,17,57); }
H1.HeaderClassName
{
color: #151139;
}
.AnyTagClassName
{
color: #151139;
}
</style>
background-color css
<style>
a { background-color: #151139; }
a { background-color: rgb(21,17,57); }
div.DivClassName
{
background-color: #151139;
}
.BgClassName
{
background-color: #151139;
}
</style>
border-color css
<style>
span { border-color: #151139; }
span { border-color: rgb(21,17,57); }
td.TdClassName
{
border-color: #151139;
}
.TagClassName
{
border-color: #151139;
}
</style>