Shades of Jaguar #1D1A39
Tints of Jaguar #1D1A39
RGB
CMYK
RGB Variations
Color information
#1D1A39 (or 0x1D1A39) is known color: Jaguar. HEX triplet: 1D, 1A and 39. RGB value is (29,26,57). Sum of RGB (Red+Green+Blue) = 29+26+57=112 (14% of max value = 765). Red value is 29 (11.72% from 255 or 25.89% from 112); Green value is 26 (10.55% from 255 or 23.21% from 112); Blue value is 57 (22.66% from 255 or 50.89% from 112); Max value from RGB is 57 - color contains mainly: blue. Hex color #1D1A39 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D1A39 is #E2E5C6. Grayscale: #1E1E1E. Windows color (decimal): -14869959 or 3742237. OLE color: 3742237.
HSL color Cylindrical-coordinate representation of color #1D1A39: hue angle of 245.81º degrees, saturation: 0.37, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #1D1A39 is Cyan = 0.49, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 29 | 26 | 57 | - |
| CMYK | 0.49 | 0.54 | 0 | 0.78 |
| HSL | 245.81º | 0.37% | 0.16% | - |
| HSV(B) | 245.81º | 0.54% | 0.22% | - |
| XYZ | 1.61 | 1.3 | 4.04 | - |
| YUV | 30.43 | 142.99 | 126.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 26 | 57 | 0.49 | 0.54 | 0 | 0.78 | 245.81 | 0.37 | 0.16 |
| Hex | 1D | 1A | 39 | 31 | 36 | 0 | 4E | F6 | 25 | 10 |
| Octal | 35 | 32 | 71 | 61 | 66 | 0 | 116 | 366 | 45 | 20 |
| Binary | 11101 | 11010 | 111001 | 110001 | 110110 | 0 | 1001110 | 11110110 | 100101 | 10000 |
Color Harmonies of #1D1A39
Complementary color
Monochromatic Colors of #1D1A39
Black with #1D1A39
Text Example
Text Example
White with #1D1A39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D1A39; }
p { color: rgb(29,26,57); }
H1.HeaderClassName
{
color: #1D1A39;
}
.AnyTagClassName
{
color: #1D1A39;
}
</style>
background-color css
<style>
a { background-color: #1D1A39; }
a { background-color: rgb(29,26,57); }
div.DivClassName
{
background-color: #1D1A39;
}
.BgClassName
{
background-color: #1D1A39;
}
</style>
border-color css
<style>
span { border-color: #1D1A39; }
span { border-color: rgb(29,26,57); }
td.TdClassName
{
border-color: #1D1A39;
}
.TagClassName
{
border-color: #1D1A39;
}
</style>