Shades of Jaguar #1A1729
Tints of Jaguar #1A1729
RGB
CMYK
RGB Variations
Color information
#1A1729 (or 0x1A1729) is known color: Jaguar. HEX triplet: 1A, 17 and 29. RGB value is (26,23,41). Sum of RGB (Red+Green+Blue) = 26+23+41=90 (11% of max value = 765). Red value is 26 (10.55% from 255 or 28.89% from 90); Green value is 23 (9.38% from 255 or 25.56% from 90); Blue value is 41 (16.41% from 255 or 45.56% from 90); Max value from RGB is 41 - color contains mainly: blue. Hex color #1A1729 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1A1729 is #E5E8D6. Grayscale: #191919. Windows color (decimal): -15067351 or 2692890. OLE color: 2692890.
HSL color Cylindrical-coordinate representation of color #1A1729: hue angle of 250º degrees, saturation: 0.28, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #1A1729 is Cyan = 0.37, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 26 | 23 | 41 | - |
| CMYK | 0.37 | 0.44 | 0 | 0.84 |
| HSL | 250º | 0.28% | 0.13% | - |
| HSV(B) | 250º | 0.44% | 0.16% | - |
| XYZ | 1.13 | 0.99 | 2.23 | - |
| YUV | 25.95 | 136.49 | 128.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 23 | 41 | 0.37 | 0.44 | 0 | 0.84 | 250 | 0.28 | 0.13 |
| Hex | 1A | 17 | 29 | 25 | 2C | 0 | 54 | FA | 1C | D |
| Octal | 32 | 27 | 51 | 45 | 54 | 0 | 124 | 372 | 34 | 15 |
| Binary | 11010 | 10111 | 101001 | 100101 | 101100 | 0 | 1010100 | 11111010 | 11100 | 1101 |
Color Harmonies of #1A1729
Complementary color
Monochromatic Colors of #1A1729
Black with #1A1729
Text Example
Text Example
White with #1A1729
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A1729; }
p { color: rgb(26,23,41); }
H1.HeaderClassName
{
color: #1A1729;
}
.AnyTagClassName
{
color: #1A1729;
}
</style>
background-color css
<style>
a { background-color: #1A1729; }
a { background-color: rgb(26,23,41); }
div.DivClassName
{
background-color: #1A1729;
}
.BgClassName
{
background-color: #1A1729;
}
</style>
border-color css
<style>
span { border-color: #1A1729; }
span { border-color: rgb(26,23,41); }
td.TdClassName
{
border-color: #1A1729;
}
.TagClassName
{
border-color: #1A1729;
}
</style>