Shades of Jaguar #1A1837
Tints of Jaguar #1A1837
RGB
CMYK
RGB Variations
Color information
#1A1837 (or 0x1A1837) is known color: Jaguar. HEX triplet: 1A, 18 and 37. RGB value is (26,24,55). Sum of RGB (Red+Green+Blue) = 26+24+55=105 (13% of max value = 765). Red value is 26 (10.55% from 255 or 24.76% from 105); Green value is 24 (9.77% from 255 or 22.86% from 105); Blue value is 55 (21.88% from 255 or 52.38% from 105); Max value from RGB is 55 - color contains mainly: blue. Hex color #1A1837 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1A1837 is #E5E7C8. Grayscale: #1C1C1C. Windows color (decimal): -15067081 or 3610650. OLE color: 3610650.
HSL color Cylindrical-coordinate representation of color #1A1837: hue angle of 243.87º degrees, saturation: 0.39, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #1A1837 is Cyan = 0.53, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 26 | 24 | 55 | - |
| CMYK | 0.53 | 0.56 | 0 | 0.78 |
| HSL | 243.87º | 0.39% | 0.15% | - |
| HSV(B) | 243.87º | 0.56% | 0.22% | - |
| XYZ | 1.44 | 1.15 | 3.76 | - |
| YUV | 28.13 | 143.16 | 126.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 24 | 55 | 0.53 | 0.56 | 0 | 0.78 | 243.87 | 0.39 | 0.15 |
| Hex | 1A | 18 | 37 | 35 | 38 | 0 | 4E | F4 | 27 | F |
| Octal | 32 | 30 | 67 | 65 | 70 | 0 | 116 | 364 | 47 | 17 |
| Binary | 11010 | 11000 | 110111 | 110101 | 111000 | 0 | 1001110 | 11110100 | 100111 | 1111 |
Color Harmonies of #1A1837
Complementary color
Monochromatic Colors of #1A1837
Black with #1A1837
Text Example
Text Example
White with #1A1837
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A1837; }
p { color: rgb(26,24,55); }
H1.HeaderClassName
{
color: #1A1837;
}
.AnyTagClassName
{
color: #1A1837;
}
</style>
background-color css
<style>
a { background-color: #1A1837; }
a { background-color: rgb(26,24,55); }
div.DivClassName
{
background-color: #1A1837;
}
.BgClassName
{
background-color: #1A1837;
}
</style>
border-color css
<style>
span { border-color: #1A1837; }
span { border-color: rgb(26,24,55); }
td.TdClassName
{
border-color: #1A1837;
}
.TagClassName
{
border-color: #1A1837;
}
</style>