Shades of Jaguar #1A1835
Tints of Jaguar #1A1835
RGB
CMYK
RGB Variations
Color information
#1A1835 (or 0x1A1835) is known color: Jaguar. HEX triplet: 1A, 18 and 35. RGB value is (26,24,53). Sum of RGB (Red+Green+Blue) = 26+24+53=103 (13% of max value = 765). Red value is 26 (10.55% from 255 or 25.24% from 103); Green value is 24 (9.77% from 255 or 23.30% from 103); Blue value is 53 (21.09% from 255 or 51.46% from 103); Max value from RGB is 53 - color contains mainly: blue. Hex color #1A1835 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1A1835 is #E5E7CA. Grayscale: #1B1B1B. Windows color (decimal): -15067083 or 3479578. OLE color: 3479578.
HSL color Cylindrical-coordinate representation of color #1A1835: hue angle of 244.14º degrees, saturation: 0.38, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #1A1835 is Cyan = 0.51, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 26 | 24 | 53 | - |
| CMYK | 0.51 | 0.55 | 0 | 0.79 |
| HSL | 244.14º | 0.38% | 0.15% | - |
| HSV(B) | 244.14º | 0.55% | 0.21% | - |
| XYZ | 1.4 | 1.13 | 3.51 | - |
| YUV | 27.9 | 142.16 | 126.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 24 | 53 | 0.51 | 0.55 | 0 | 0.79 | 244.14 | 0.38 | 0.15 |
| Hex | 1A | 18 | 35 | 33 | 37 | 0 | 4F | F4 | 26 | F |
| Octal | 32 | 30 | 65 | 63 | 67 | 0 | 117 | 364 | 46 | 17 |
| Binary | 11010 | 11000 | 110101 | 110011 | 110111 | 0 | 1001111 | 11110100 | 100110 | 1111 |
Color Harmonies of #1A1835
Complementary color
Monochromatic Colors of #1A1835
Black with #1A1835
Text Example
Text Example
White with #1A1835
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A1835; }
p { color: rgb(26,24,53); }
H1.HeaderClassName
{
color: #1A1835;
}
.AnyTagClassName
{
color: #1A1835;
}
</style>
background-color css
<style>
a { background-color: #1A1835; }
a { background-color: rgb(26,24,53); }
div.DivClassName
{
background-color: #1A1835;
}
.BgClassName
{
background-color: #1A1835;
}
</style>
border-color css
<style>
span { border-color: #1A1835; }
span { border-color: rgb(26,24,53); }
td.TdClassName
{
border-color: #1A1835;
}
.TagClassName
{
border-color: #1A1835;
}
</style>