Shades of Jaguar #1A172B
Tints of Jaguar #1A172B
RGB
CMYK
RGB Variations
Color information
#1A172B (or 0x1A172B) is known color: Jaguar. HEX triplet: 1A, 17 and 2B. RGB value is (26,23,43). Sum of RGB (Red+Green+Blue) = 26+23+43=92 (12% of max value = 765). Red value is 26 (10.55% from 255 or 28.26% from 92); Green value is 23 (9.38% from 255 or 25% from 92); Blue value is 43 (17.19% from 255 or 46.74% from 92); Max value from RGB is 43 - color contains mainly: blue. Hex color #1A172B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1A172B is #E5E8D4. Grayscale: #1A1A1A. Windows color (decimal): -15067349 or 2823962. OLE color: 2823962.
HSL color Cylindrical-coordinate representation of color #1A172B: hue angle of 249º degrees, saturation: 0.3, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #1A172B is Cyan = 0.40, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 26 | 23 | 43 | - |
| CMYK | 0.40 | 0.47 | 0 | 0.83 |
| HSL | 249º | 0.3% | 0.13% | - |
| HSV(B) | 249º | 0.47% | 0.17% | - |
| XYZ | 1.17 | 1.01 | 2.42 | - |
| YUV | 26.18 | 137.49 | 127.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 23 | 43 | 0.40 | 0.47 | 0 | 0.83 | 249 | 0.3 | 0.13 |
| Hex | 1A | 17 | 2B | 28 | 2F | 0 | 53 | F9 | 1E | D |
| Octal | 32 | 27 | 53 | 50 | 57 | 0 | 123 | 371 | 36 | 15 |
| Binary | 11010 | 10111 | 101011 | 101000 | 101111 | 0 | 1010011 | 11111001 | 11110 | 1101 |
Color Harmonies of #1A172B
Complementary color
Monochromatic Colors of #1A172B
Black with #1A172B
Text Example
Text Example
White with #1A172B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A172B; }
p { color: rgb(26,23,43); }
H1.HeaderClassName
{
color: #1A172B;
}
.AnyTagClassName
{
color: #1A172B;
}
</style>
background-color css
<style>
a { background-color: #1A172B; }
a { background-color: rgb(26,23,43); }
div.DivClassName
{
background-color: #1A172B;
}
.BgClassName
{
background-color: #1A172B;
}
</style>
border-color css
<style>
span { border-color: #1A172B; }
span { border-color: rgb(26,23,43); }
td.TdClassName
{
border-color: #1A172B;
}
.TagClassName
{
border-color: #1A172B;
}
</style>