Shades of Jaguar #1A172E
Tints of Jaguar #1A172E
RGB
CMYK
RGB Variations
Color information
#1A172E (or 0x1A172E) is known color: Jaguar. HEX triplet: 1A, 17 and 2E. RGB value is (26,23,46). Sum of RGB (Red+Green+Blue) = 26+23+46=95 (12% of max value = 765). Red value is 26 (10.55% from 255 or 27.37% from 95); Green value is 23 (9.38% from 255 or 24.21% from 95); Blue value is 46 (18.36% from 255 or 48.42% from 95); Max value from RGB is 46 - color contains mainly: blue. Hex color #1A172E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1A172E is #E5E8D1. Grayscale: #1A1A1A. Windows color (decimal): -15067346 or 3020570. OLE color: 3020570.
HSL color Cylindrical-coordinate representation of color #1A172E: hue angle of 247.83º degrees, saturation: 0.33, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #1A172E is Cyan = 0.43, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 26 | 23 | 46 | - |
| CMYK | 0.43 | 0.50 | 0 | 0.82 |
| HSL | 247.83º | 0.33% | 0.14% | - |
| HSV(B) | 247.83º | 0.5% | 0.18% | - |
| XYZ | 1.23 | 1.03 | 2.72 | - |
| YUV | 26.52 | 138.99 | 127.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 23 | 46 | 0.43 | 0.50 | 0 | 0.82 | 247.83 | 0.33 | 0.14 |
| Hex | 1A | 17 | 2E | 2B | 32 | 0 | 52 | F8 | 21 | E |
| Octal | 32 | 27 | 56 | 53 | 62 | 0 | 122 | 370 | 41 | 16 |
| Binary | 11010 | 10111 | 101110 | 101011 | 110010 | 0 | 1010010 | 11111000 | 100001 | 1110 |
Color Harmonies of #1A172E
Complementary color
Monochromatic Colors of #1A172E
Black with #1A172E
Text Example
Text Example
White with #1A172E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A172E; }
p { color: rgb(26,23,46); }
H1.HeaderClassName
{
color: #1A172E;
}
.AnyTagClassName
{
color: #1A172E;
}
</style>
background-color css
<style>
a { background-color: #1A172E; }
a { background-color: rgb(26,23,46); }
div.DivClassName
{
background-color: #1A172E;
}
.BgClassName
{
background-color: #1A172E;
}
</style>
border-color css
<style>
span { border-color: #1A172E; }
span { border-color: rgb(26,23,46); }
td.TdClassName
{
border-color: #1A172E;
}
.TagClassName
{
border-color: #1A172E;
}
</style>