Shades of Jaguar #1A1736
Tints of Jaguar #1A1736
RGB
CMYK
RGB Variations
Color information
#1A1736 (or 0x1A1736) is known color: Jaguar. HEX triplet: 1A, 17 and 36. RGB value is (26,23,54). Sum of RGB (Red+Green+Blue) = 26+23+54=103 (13% of max value = 765). Red value is 26 (10.55% from 255 or 25.24% from 103); Green value is 23 (9.38% from 255 or 22.33% from 103); Blue value is 54 (21.48% from 255 or 52.43% from 103); Max value from RGB is 54 - color contains mainly: blue. Hex color #1A1736 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1A1736 is #E5E8C9. Grayscale: #1B1B1B. Windows color (decimal): -15067338 or 3544858. OLE color: 3544858.
HSL color Cylindrical-coordinate representation of color #1A1736: hue angle of 245.81º degrees, saturation: 0.4, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #1A1736 is Cyan = 0.52, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 26 | 23 | 54 | - |
| CMYK | 0.52 | 0.57 | 0 | 0.79 |
| HSL | 245.81º | 0.4% | 0.15% | - |
| HSV(B) | 245.81º | 0.57% | 0.21% | - |
| XYZ | 1.4 | 1.1 | 3.63 | - |
| YUV | 27.43 | 142.99 | 126.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 23 | 54 | 0.52 | 0.57 | 0 | 0.79 | 245.81 | 0.4 | 0.15 |
| Hex | 1A | 17 | 36 | 34 | 39 | 0 | 4F | F6 | 28 | F |
| Octal | 32 | 27 | 66 | 64 | 71 | 0 | 117 | 366 | 50 | 17 |
| Binary | 11010 | 10111 | 110110 | 110100 | 111001 | 0 | 1001111 | 11110110 | 101000 | 1111 |
Color Harmonies of #1A1736
Complementary color
Monochromatic Colors of #1A1736
Black with #1A1736
Text Example
Text Example
White with #1A1736
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A1736; }
p { color: rgb(26,23,54); }
H1.HeaderClassName
{
color: #1A1736;
}
.AnyTagClassName
{
color: #1A1736;
}
</style>
background-color css
<style>
a { background-color: #1A1736; }
a { background-color: rgb(26,23,54); }
div.DivClassName
{
background-color: #1A1736;
}
.BgClassName
{
background-color: #1A1736;
}
</style>
border-color css
<style>
span { border-color: #1A1736; }
span { border-color: rgb(26,23,54); }
td.TdClassName
{
border-color: #1A1736;
}
.TagClassName
{
border-color: #1A1736;
}
</style>