Shades of Jaguar #1A1635
Tints of Jaguar #1A1635
RGB
CMYK
RGB Variations
Color information
#1A1635 (or 0x1A1635) is known color: Jaguar. HEX triplet: 1A, 16 and 35. RGB value is (26,22,53). Sum of RGB (Red+Green+Blue) = 26+22+53=101 (13% of max value = 765). Red value is 26 (10.55% from 255 or 25.74% from 101); Green value is 22 (8.98% from 255 or 21.78% from 101); Blue value is 53 (21.09% from 255 or 52.48% from 101); Max value from RGB is 53 - color contains mainly: blue. Hex color #1A1635 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1A1635 is #E5E9CA. Grayscale: #1A1A1A. Windows color (decimal): -15067595 or 3479066. OLE color: 3479066.
HSL color Cylindrical-coordinate representation of color #1A1635: hue angle of 247.74º degrees, saturation: 0.41, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #1A1635 is Cyan = 0.51, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 26 | 22 | 53 | - |
| CMYK | 0.51 | 0.58 | 0 | 0.79 |
| HSL | 247.74º | 0.41% | 0.15% | - |
| HSV(B) | 247.74º | 0.58% | 0.21% | - |
| XYZ | 1.36 | 1.05 | 3.5 | - |
| YUV | 26.73 | 142.83 | 127.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 22 | 53 | 0.51 | 0.58 | 0 | 0.79 | 247.74 | 0.41 | 0.15 |
| Hex | 1A | 16 | 35 | 33 | 3A | 0 | 4F | F8 | 29 | F |
| Octal | 32 | 26 | 65 | 63 | 72 | 0 | 117 | 370 | 51 | 17 |
| Binary | 11010 | 10110 | 110101 | 110011 | 111010 | 0 | 1001111 | 11111000 | 101001 | 1111 |
Color Harmonies of #1A1635
Complementary color
Monochromatic Colors of #1A1635
Black with #1A1635
Text Example
Text Example
White with #1A1635
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A1635; }
p { color: rgb(26,22,53); }
H1.HeaderClassName
{
color: #1A1635;
}
.AnyTagClassName
{
color: #1A1635;
}
</style>
background-color css
<style>
a { background-color: #1A1635; }
a { background-color: rgb(26,22,53); }
div.DivClassName
{
background-color: #1A1635;
}
.BgClassName
{
background-color: #1A1635;
}
</style>
border-color css
<style>
span { border-color: #1A1635; }
span { border-color: rgb(26,22,53); }
td.TdClassName
{
border-color: #1A1635;
}
.TagClassName
{
border-color: #1A1635;
}
</style>