Shades of Jaguar #15122E
Tints of Jaguar #15122E
RGB
CMYK
RGB Variations
Color information
#15122E (or 0x15122E) is known color: Jaguar. HEX triplet: 15, 12 and 2E. RGB value is (21,18,46). Sum of RGB (Red+Green+Blue) = 21+18+46=85 (11% of max value = 765). Red value is 21 (8.59% from 255 or 24.71% from 85); Green value is 18 (7.42% from 255 or 21.18% from 85); Blue value is 46 (18.36% from 255 or 54.12% from 85); Max value from RGB is 46 - color contains mainly: blue. Hex color #15122E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #15122E is #EAEDD1. Grayscale: #151515. Windows color (decimal): -15396306 or 3019285. OLE color: 3019285.
HSL color Cylindrical-coordinate representation of color #15122E: hue angle of 246.43º degrees, saturation: 0.44, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #15122E is Cyan = 0.54, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 21 | 18 | 46 | - |
| CMYK | 0.54 | 0.61 | 0 | 0.82 |
| HSL | 246.43º | 0.44% | 0.13% | - |
| HSV(B) | 246.43º | 0.61% | 0.18% | - |
| XYZ | 1.02 | 0.79 | 2.68 | - |
| YUV | 22.09 | 141.49 | 127.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 18 | 46 | 0.54 | 0.61 | 0 | 0.82 | 246.43 | 0.44 | 0.13 |
| Hex | 15 | 12 | 2E | 36 | 3D | 0 | 52 | F6 | 2C | D |
| Octal | 25 | 22 | 56 | 66 | 75 | 0 | 122 | 366 | 54 | 15 |
| Binary | 10101 | 10010 | 101110 | 110110 | 111101 | 0 | 1010010 | 11110110 | 101100 | 1101 |
Color Harmonies of #15122E
Complementary color
Monochromatic Colors of #15122E
Black with #15122E
Text Example
Text Example
White with #15122E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15122E; }
p { color: rgb(21,18,46); }
H1.HeaderClassName
{
color: #15122E;
}
.AnyTagClassName
{
color: #15122E;
}
</style>
background-color css
<style>
a { background-color: #15122E; }
a { background-color: rgb(21,18,46); }
div.DivClassName
{
background-color: #15122E;
}
.BgClassName
{
background-color: #15122E;
}
</style>
border-color css
<style>
span { border-color: #15122E; }
span { border-color: rgb(21,18,46); }
td.TdClassName
{
border-color: #15122E;
}
.TagClassName
{
border-color: #15122E;
}
</style>