Shades of Jaguar #16123C
Tints of Jaguar #16123C
RGB
CMYK
RGB Variations
Color information
#16123C (or 0x16123C) is known color: Jaguar. HEX triplet: 16, 12 and 3C. RGB value is (22,18,60). Sum of RGB (Red+Green+Blue) = 22+18+60=100 (13% of max value = 765). Red value is 22 (8.98% from 255 or 22% from 100); Green value is 18 (7.42% from 255 or 18% from 100); Blue value is 60 (23.83% from 255 or 60% from 100); Max value from RGB is 60 - color contains mainly: blue. Hex color #16123C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #16123C is #E9EDC3. Grayscale: #171717. Windows color (decimal): -15330756 or 3936790. OLE color: 3936790.
HSL color Cylindrical-coordinate representation of color #16123C: hue angle of 245.71º degrees, saturation: 0.54, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #16123C is Cyan = 0.63, Magento = 0.7, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 22 | 18 | 60 | - |
| CMYK | 0.63 | 0.7 | 0 | 0.76 |
| HSL | 245.71º | 0.54% | 0.15% | - |
| HSV(B) | 245.71º | 0.7% | 0.24% | - |
| XYZ | 1.36 | 0.93 | 4.38 | - |
| YUV | 23.98 | 148.33 | 126.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 18 | 60 | 0.63 | 0.7 | 0 | 0.76 | 245.71 | 0.54 | 0.15 |
| Hex | 16 | 12 | 3C | 3F | 46 | 0 | 4C | F6 | 36 | F |
| Octal | 26 | 22 | 74 | 77 | 106 | 0 | 114 | 366 | 66 | 17 |
| Binary | 10110 | 10010 | 111100 | 111111 | 1000110 | 0 | 1001100 | 11110110 | 110110 | 1111 |
Color Harmonies of #16123C
Complementary color
Monochromatic Colors of #16123C
Black with #16123C
Text Example
Text Example
White with #16123C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16123C; }
p { color: rgb(22,18,60); }
H1.HeaderClassName
{
color: #16123C;
}
.AnyTagClassName
{
color: #16123C;
}
</style>
background-color css
<style>
a { background-color: #16123C; }
a { background-color: rgb(22,18,60); }
div.DivClassName
{
background-color: #16123C;
}
.BgClassName
{
background-color: #16123C;
}
</style>
border-color css
<style>
span { border-color: #16123C; }
span { border-color: rgb(22,18,60); }
td.TdClassName
{
border-color: #16123C;
}
.TagClassName
{
border-color: #16123C;
}
</style>