Shades of Jaguar #1A182C
Tints of Jaguar #1A182C
RGB
CMYK
RGB Variations
Color information
#1A182C (or 0x1A182C) is known color: Jaguar. HEX triplet: 1A, 18 and 2C. RGB value is (26,24,44). Sum of RGB (Red+Green+Blue) = 26+24+44=94 (12% of max value = 765). Red value is 26 (10.55% from 255 or 27.66% from 94); Green value is 24 (9.77% from 255 or 25.53% from 94); Blue value is 44 (17.58% from 255 or 46.81% from 94); Max value from RGB is 44 - color contains mainly: blue. Hex color #1A182C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1A182C is #E5E7D3. Grayscale: #1A1A1A. Windows color (decimal): -15067092 or 2889754. OLE color: 2889754.
HSL color Cylindrical-coordinate representation of color #1A182C: hue angle of 246º degrees, saturation: 0.29, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #1A182C is Cyan = 0.41, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 26 | 24 | 44 | - |
| CMYK | 0.41 | 0.45 | 0 | 0.83 |
| HSL | 246º | 0.29% | 0.13% | - |
| HSV(B) | 246º | 0.45% | 0.17% | - |
| XYZ | 1.21 | 1.05 | 2.52 | - |
| YUV | 26.88 | 137.66 | 127.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 24 | 44 | 0.41 | 0.45 | 0 | 0.83 | 246 | 0.29 | 0.13 |
| Hex | 1A | 18 | 2C | 29 | 2D | 0 | 53 | F6 | 1D | D |
| Octal | 32 | 30 | 54 | 51 | 55 | 0 | 123 | 366 | 35 | 15 |
| Binary | 11010 | 11000 | 101100 | 101001 | 101101 | 0 | 1010011 | 11110110 | 11101 | 1101 |
Color Harmonies of #1A182C
Complementary color
Monochromatic Colors of #1A182C
Black with #1A182C
Text Example
Text Example
White with #1A182C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A182C; }
p { color: rgb(26,24,44); }
H1.HeaderClassName
{
color: #1A182C;
}
.AnyTagClassName
{
color: #1A182C;
}
</style>
background-color css
<style>
a { background-color: #1A182C; }
a { background-color: rgb(26,24,44); }
div.DivClassName
{
background-color: #1A182C;
}
.BgClassName
{
background-color: #1A182C;
}
</style>
border-color css
<style>
span { border-color: #1A182C; }
span { border-color: rgb(26,24,44); }
td.TdClassName
{
border-color: #1A182C;
}
.TagClassName
{
border-color: #1A182C;
}
</style>