Shades of Jaguar #1A172F
Tints of Jaguar #1A172F
RGB
CMYK
RGB Variations
Color information
#1A172F (or 0x1A172F) is known color: Jaguar. HEX triplet: 1A, 17 and 2F. RGB value is (26,23,47). Sum of RGB (Red+Green+Blue) = 26+23+47=96 (12% of max value = 765). Red value is 26 (10.55% from 255 or 27.08% from 96); Green value is 23 (9.38% from 255 or 23.96% from 96); Blue value is 47 (18.75% from 255 or 48.96% from 96); Max value from RGB is 47 - color contains mainly: blue. Hex color #1A172F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1A172F is #E5E8D0. Grayscale: #1A1A1A. Windows color (decimal): -15067345 or 3086106. OLE color: 3086106.
HSL color Cylindrical-coordinate representation of color #1A172F: hue angle of 247.5º degrees, saturation: 0.34, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #1A172F is Cyan = 0.45, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 26 | 23 | 47 | - |
| CMYK | 0.45 | 0.51 | 0 | 0.82 |
| HSL | 247.5º | 0.34% | 0.14% | - |
| HSV(B) | 247.5º | 0.51% | 0.18% | - |
| XYZ | 1.25 | 1.04 | 2.82 | - |
| YUV | 26.63 | 139.49 | 127.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 23 | 47 | 0.45 | 0.51 | 0 | 0.82 | 247.5 | 0.34 | 0.14 |
| Hex | 1A | 17 | 2F | 2D | 33 | 0 | 52 | F8 | 22 | E |
| Octal | 32 | 27 | 57 | 55 | 63 | 0 | 122 | 370 | 42 | 16 |
| Binary | 11010 | 10111 | 101111 | 101101 | 110011 | 0 | 1010010 | 11111000 | 100010 | 1110 |
Color Harmonies of #1A172F
Complementary color
Monochromatic Colors of #1A172F
Black with #1A172F
Text Example
Text Example
White with #1A172F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A172F; }
p { color: rgb(26,23,47); }
H1.HeaderClassName
{
color: #1A172F;
}
.AnyTagClassName
{
color: #1A172F;
}
</style>
background-color css
<style>
a { background-color: #1A172F; }
a { background-color: rgb(26,23,47); }
div.DivClassName
{
background-color: #1A172F;
}
.BgClassName
{
background-color: #1A172F;
}
</style>
border-color css
<style>
span { border-color: #1A172F; }
span { border-color: rgb(26,23,47); }
td.TdClassName
{
border-color: #1A172F;
}
.TagClassName
{
border-color: #1A172F;
}
</style>