Shades of Jaguar #1A1738
Tints of Jaguar #1A1738
RGB
CMYK
RGB Variations
Color information
#1A1738 (or 0x1A1738) is known color: Jaguar. HEX triplet: 1A, 17 and 38. RGB value is (26,23,56). Sum of RGB (Red+Green+Blue) = 26+23+56=105 (13% of max value = 765). Red value is 26 (10.55% from 255 or 24.76% from 105); Green value is 23 (9.38% from 255 or 21.90% from 105); Blue value is 56 (22.27% from 255 or 53.33% from 105); Max value from RGB is 56 - color contains mainly: blue. Hex color #1A1738 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1A1738 is #E5E8C7. Grayscale: #1B1B1B. Windows color (decimal): -15067336 or 3675930. OLE color: 3675930.
HSL color Cylindrical-coordinate representation of color #1A1738: hue angle of 245.45º degrees, saturation: 0.42, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #1A1738 is Cyan = 0.54, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 26 | 23 | 56 | - |
| CMYK | 0.54 | 0.59 | 0 | 0.78 |
| HSL | 245.45º | 0.42% | 0.15% | - |
| HSV(B) | 245.45º | 0.59% | 0.22% | - |
| XYZ | 1.45 | 1.12 | 3.88 | - |
| YUV | 27.66 | 143.99 | 126.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 23 | 56 | 0.54 | 0.59 | 0 | 0.78 | 245.45 | 0.42 | 0.15 |
| Hex | 1A | 17 | 38 | 36 | 3B | 0 | 4E | F5 | 2A | F |
| Octal | 32 | 27 | 70 | 66 | 73 | 0 | 116 | 365 | 52 | 17 |
| Binary | 11010 | 10111 | 111000 | 110110 | 111011 | 0 | 1001110 | 11110101 | 101010 | 1111 |
Color Harmonies of #1A1738
Complementary color
Monochromatic Colors of #1A1738
Black with #1A1738
Text Example
Text Example
White with #1A1738
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A1738; }
p { color: rgb(26,23,56); }
H1.HeaderClassName
{
color: #1A1738;
}
.AnyTagClassName
{
color: #1A1738;
}
</style>
background-color css
<style>
a { background-color: #1A1738; }
a { background-color: rgb(26,23,56); }
div.DivClassName
{
background-color: #1A1738;
}
.BgClassName
{
background-color: #1A1738;
}
</style>
border-color css
<style>
span { border-color: #1A1738; }
span { border-color: rgb(26,23,56); }
td.TdClassName
{
border-color: #1A1738;
}
.TagClassName
{
border-color: #1A1738;
}
</style>