Shades of Jaguar #1A172D
Tints of Jaguar #1A172D
RGB
CMYK
RGB Variations
Color information
#1A172D (or 0x1A172D) is known color: Jaguar. HEX triplet: 1A, 17 and 2D. RGB value is (26,23,45). Sum of RGB (Red+Green+Blue) = 26+23+45=94 (12% of max value = 765). Red value is 26 (10.55% from 255 or 27.66% from 94); Green value is 23 (9.38% from 255 or 24.47% from 94); Blue value is 45 (17.97% from 255 or 47.87% from 94); Max value from RGB is 45 - color contains mainly: blue. Hex color #1A172D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1A172D is #E5E8D2. Grayscale: #1A1A1A. Windows color (decimal): -15067347 or 2955034. OLE color: 2955034.
HSL color Cylindrical-coordinate representation of color #1A172D: hue angle of 248.18º degrees, saturation: 0.32, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #1A172D is Cyan = 0.42, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 26 | 23 | 45 | - |
| CMYK | 0.42 | 0.49 | 0 | 0.82 |
| HSL | 248.18º | 0.32% | 0.13% | - |
| HSV(B) | 248.18º | 0.49% | 0.18% | - |
| XYZ | 1.21 | 1.02 | 2.62 | - |
| YUV | 26.41 | 138.49 | 127.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 23 | 45 | 0.42 | 0.49 | 0 | 0.82 | 248.18 | 0.32 | 0.13 |
| Hex | 1A | 17 | 2D | 2A | 31 | 0 | 52 | F8 | 20 | D |
| Octal | 32 | 27 | 55 | 52 | 61 | 0 | 122 | 370 | 40 | 15 |
| Binary | 11010 | 10111 | 101101 | 101010 | 110001 | 0 | 1010010 | 11111000 | 100000 | 1101 |
Color Harmonies of #1A172D
Complementary color
Monochromatic Colors of #1A172D
Black with #1A172D
Text Example
Text Example
White with #1A172D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A172D; }
p { color: rgb(26,23,45); }
H1.HeaderClassName
{
color: #1A172D;
}
.AnyTagClassName
{
color: #1A172D;
}
</style>
background-color css
<style>
a { background-color: #1A172D; }
a { background-color: rgb(26,23,45); }
div.DivClassName
{
background-color: #1A172D;
}
.BgClassName
{
background-color: #1A172D;
}
</style>
border-color css
<style>
span { border-color: #1A172D; }
span { border-color: rgb(26,23,45); }
td.TdClassName
{
border-color: #1A172D;
}
.TagClassName
{
border-color: #1A172D;
}
</style>