Shades of Jaguar #15122C
Tints of Jaguar #15122C
RGB
CMYK
RGB Variations
Color information
#15122C (or 0x15122C) is known color: Jaguar. HEX triplet: 15, 12 and 2C. RGB value is (21,18,44). Sum of RGB (Red+Green+Blue) = 21+18+44=83 (10% of max value = 765). Red value is 21 (8.59% from 255 or 25.30% from 83); Green value is 18 (7.42% from 255 or 21.69% from 83); Blue value is 44 (17.58% from 255 or 53.01% from 83); Max value from RGB is 44 - color contains mainly: blue. Hex color #15122C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #15122C is #EAEDD3. Grayscale: #151515. Windows color (decimal): -15396308 or 2888213. OLE color: 2888213.
HSL color Cylindrical-coordinate representation of color #15122C: hue angle of 246.92º degrees, saturation: 0.42, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #15122C is Cyan = 0.52, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 21 | 18 | 44 | - |
| CMYK | 0.52 | 0.59 | 0 | 0.83 |
| HSL | 246.92º | 0.42% | 0.12% | - |
| HSV(B) | 246.92º | 0.59% | 0.17% | - |
| XYZ | 0.98 | 0.77 | 2.48 | - |
| YUV | 21.86 | 140.49 | 127.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 18 | 44 | 0.52 | 0.59 | 0 | 0.83 | 246.92 | 0.42 | 0.12 |
| Hex | 15 | 12 | 2C | 34 | 3B | 0 | 53 | F7 | 2A | C |
| Octal | 25 | 22 | 54 | 64 | 73 | 0 | 123 | 367 | 52 | 14 |
| Binary | 10101 | 10010 | 101100 | 110100 | 111011 | 0 | 1010011 | 11110111 | 101010 | 1100 |
Color Harmonies of #15122C
Complementary color
Monochromatic Colors of #15122C
Black with #15122C
Text Example
Text Example
White with #15122C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15122C; }
p { color: rgb(21,18,44); }
H1.HeaderClassName
{
color: #15122C;
}
.AnyTagClassName
{
color: #15122C;
}
</style>
background-color css
<style>
a { background-color: #15122C; }
a { background-color: rgb(21,18,44); }
div.DivClassName
{
background-color: #15122C;
}
.BgClassName
{
background-color: #15122C;
}
</style>
border-color css
<style>
span { border-color: #15122C; }
span { border-color: rgb(21,18,44); }
td.TdClassName
{
border-color: #15122C;
}
.TagClassName
{
border-color: #15122C;
}
</style>