Shades of Jaguar #1A1737
Tints of Jaguar #1A1737
RGB
CMYK
RGB Variations
Color information
#1A1737 (or 0x1A1737) is known color: Jaguar. HEX triplet: 1A, 17 and 37. RGB value is (26,23,55). Sum of RGB (Red+Green+Blue) = 26+23+55=104 (13% of max value = 765). Red value is 26 (10.55% from 255 or 25% from 104); Green value is 23 (9.38% from 255 or 22.12% from 104); Blue value is 55 (21.88% from 255 or 52.88% from 104); Max value from RGB is 55 - color contains mainly: blue. Hex color #1A1737 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1A1737 is #E5E8C8. Grayscale: #1B1B1B. Windows color (decimal): -15067337 or 3610394. OLE color: 3610394.
HSL color Cylindrical-coordinate representation of color #1A1737: hue angle of 245.62º degrees, saturation: 0.41, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #1A1737 is Cyan = 0.53, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 26 | 23 | 55 | - |
| CMYK | 0.53 | 0.58 | 0 | 0.78 |
| HSL | 245.63º | 0.41% | 0.15% | - |
| HSV(B) | 245.63º | 0.58% | 0.22% | - |
| XYZ | 1.42 | 1.11 | 3.75 | - |
| YUV | 27.55 | 143.49 | 126.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 23 | 55 | 0.53 | 0.58 | 0 | 0.78 | 245.63 | 0.41 | 0.15 |
| Hex | 1A | 17 | 37 | 35 | 3A | 0 | 4E | F6 | 29 | F |
| Octal | 32 | 27 | 67 | 65 | 72 | 0 | 116 | 366 | 51 | 17 |
| Binary | 11010 | 10111 | 110111 | 110101 | 111010 | 0 | 1001110 | 11110110 | 101001 | 1111 |
Color Harmonies of #1A1737
Complementary color
Monochromatic Colors of #1A1737
Black with #1A1737
Text Example
Text Example
White with #1A1737
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A1737; }
p { color: rgb(26,23,55); }
H1.HeaderClassName
{
color: #1A1737;
}
.AnyTagClassName
{
color: #1A1737;
}
</style>
background-color css
<style>
a { background-color: #1A1737; }
a { background-color: rgb(26,23,55); }
div.DivClassName
{
background-color: #1A1737;
}
.BgClassName
{
background-color: #1A1737;
}
</style>
border-color css
<style>
span { border-color: #1A1737; }
span { border-color: rgb(26,23,55); }
td.TdClassName
{
border-color: #1A1737;
}
.TagClassName
{
border-color: #1A1737;
}
</style>