Shades of Jaguar #1A192F
Tints of Jaguar #1A192F
RGB
CMYK
RGB Variations
Color information
#1A192F (or 0x1A192F) is known color: Jaguar. HEX triplet: 1A, 19 and 2F. RGB value is (26,25,47). Sum of RGB (Red+Green+Blue) = 26+25+47=98 (12% of max value = 765). Red value is 26 (10.55% from 255 or 26.53% from 98); Green value is 25 (10.16% from 255 or 25.51% from 98); Blue value is 47 (18.75% from 255 or 47.96% from 98); Max value from RGB is 47 - color contains mainly: blue. Hex color #1A192F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1A192F is #E5E6D0. Grayscale: #1B1B1B. Windows color (decimal): -15066833 or 3086618. OLE color: 3086618.
HSL color Cylindrical-coordinate representation of color #1A192F: hue angle of 242.73º degrees, saturation: 0.31, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #1A192F is Cyan = 0.45, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 26 | 25 | 47 | - |
| CMYK | 0.45 | 0.47 | 0 | 0.82 |
| HSL | 242.73º | 0.31% | 0.14% | - |
| HSV(B) | 242.73º | 0.47% | 0.18% | - |
| XYZ | 1.29 | 1.12 | 2.84 | - |
| YUV | 27.81 | 138.83 | 126.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 25 | 47 | 0.45 | 0.47 | 0 | 0.82 | 242.73 | 0.31 | 0.14 |
| Hex | 1A | 19 | 2F | 2D | 2F | 0 | 52 | F3 | 1F | E |
| Octal | 32 | 31 | 57 | 55 | 57 | 0 | 122 | 363 | 37 | 16 |
| Binary | 11010 | 11001 | 101111 | 101101 | 101111 | 0 | 1010010 | 11110011 | 11111 | 1110 |
Color Harmonies of #1A192F
Complementary color
Monochromatic Colors of #1A192F
Black with #1A192F
Text Example
Text Example
White with #1A192F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A192F; }
p { color: rgb(26,25,47); }
H1.HeaderClassName
{
color: #1A192F;
}
.AnyTagClassName
{
color: #1A192F;
}
</style>
background-color css
<style>
a { background-color: #1A192F; }
a { background-color: rgb(26,25,47); }
div.DivClassName
{
background-color: #1A192F;
}
.BgClassName
{
background-color: #1A192F;
}
</style>
border-color css
<style>
span { border-color: #1A192F; }
span { border-color: rgb(26,25,47); }
td.TdClassName
{
border-color: #1A192F;
}
.TagClassName
{
border-color: #1A192F;
}
</style>