Shades of Jaguar #1A1939
Tints of Jaguar #1A1939
RGB
CMYK
RGB Variations
Color information
#1A1939 (or 0x1A1939) is known color: Jaguar. HEX triplet: 1A, 19 and 39. RGB value is (26,25,57). Sum of RGB (Red+Green+Blue) = 26+25+57=108 (14% of max value = 765). Red value is 26 (10.55% from 255 or 24.07% from 108); Green value is 25 (10.16% from 255 or 23.15% from 108); Blue value is 57 (22.66% from 255 or 52.78% from 108); Max value from RGB is 57 - color contains mainly: blue. Hex color #1A1939 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1A1939 is #E5E6C6. Grayscale: #1C1C1C. Windows color (decimal): -15066823 or 3741978. OLE color: 3741978.
HSL color Cylindrical-coordinate representation of color #1A1939: hue angle of 241.88º degrees, saturation: 0.39, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #1A1939 is Cyan = 0.54, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 26 | 25 | 57 | - |
| CMYK | 0.54 | 0.56 | 0 | 0.78 |
| HSL | 241.88º | 0.39% | 0.16% | - |
| HSV(B) | 241.88º | 0.56% | 0.22% | - |
| XYZ | 1.51 | 1.21 | 4.02 | - |
| YUV | 28.95 | 143.83 | 125.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 25 | 57 | 0.54 | 0.56 | 0 | 0.78 | 241.88 | 0.39 | 0.16 |
| Hex | 1A | 19 | 39 | 36 | 38 | 0 | 4E | F2 | 27 | 10 |
| Octal | 32 | 31 | 71 | 66 | 70 | 0 | 116 | 362 | 47 | 20 |
| Binary | 11010 | 11001 | 111001 | 110110 | 111000 | 0 | 1001110 | 11110010 | 100111 | 10000 |
Color Harmonies of #1A1939
Complementary color
Monochromatic Colors of #1A1939
Black with #1A1939
Text Example
Text Example
White with #1A1939
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A1939; }
p { color: rgb(26,25,57); }
H1.HeaderClassName
{
color: #1A1939;
}
.AnyTagClassName
{
color: #1A1939;
}
</style>
background-color css
<style>
a { background-color: #1A1939; }
a { background-color: rgb(26,25,57); }
div.DivClassName
{
background-color: #1A1939;
}
.BgClassName
{
background-color: #1A1939;
}
</style>
border-color css
<style>
span { border-color: #1A1939; }
span { border-color: rgb(26,25,57); }
td.TdClassName
{
border-color: #1A1939;
}
.TagClassName
{
border-color: #1A1939;
}
</style>