Shades of Jaguar #1A183B
Tints of Jaguar #1A183B
RGB
CMYK
RGB Variations
Color information
#1A183B (or 0x1A183B) is known color: Jaguar. HEX triplet: 1A, 18 and 3B. RGB value is (26,24,59). Sum of RGB (Red+Green+Blue) = 26+24+59=109 (14% of max value = 765). Red value is 26 (10.55% from 255 or 23.85% from 109); Green value is 24 (9.77% from 255 or 22.02% from 109); Blue value is 59 (23.44% from 255 or 54.13% from 109); Max value from RGB is 59 - color contains mainly: blue. Hex color #1A183B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1A183B is #E5E7C4. Grayscale: #1C1C1C. Windows color (decimal): -15067077 or 3872794. OLE color: 3872794.
HSL color Cylindrical-coordinate representation of color #1A183B: hue angle of 243.43º degrees, saturation: 0.42, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #1A183B is Cyan = 0.56, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 26 | 24 | 59 | - |
| CMYK | 0.56 | 0.59 | 0 | 0.77 |
| HSL | 243.43º | 0.42% | 0.16% | - |
| HSV(B) | 243.43º | 0.59% | 0.23% | - |
| XYZ | 1.54 | 1.19 | 4.29 | - |
| YUV | 28.59 | 145.16 | 126.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 24 | 59 | 0.56 | 0.59 | 0 | 0.77 | 243.43 | 0.42 | 0.16 |
| Hex | 1A | 18 | 3B | 38 | 3B | 0 | 4D | F3 | 2A | 10 |
| Octal | 32 | 30 | 73 | 70 | 73 | 0 | 115 | 363 | 52 | 20 |
| Binary | 11010 | 11000 | 111011 | 111000 | 111011 | 0 | 1001101 | 11110011 | 101010 | 10000 |
Color Harmonies of #1A183B
Complementary color
Monochromatic Colors of #1A183B
Black with #1A183B
Text Example
Text Example
White with #1A183B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A183B; }
p { color: rgb(26,24,59); }
H1.HeaderClassName
{
color: #1A183B;
}
.AnyTagClassName
{
color: #1A183B;
}
</style>
background-color css
<style>
a { background-color: #1A183B; }
a { background-color: rgb(26,24,59); }
div.DivClassName
{
background-color: #1A183B;
}
.BgClassName
{
background-color: #1A183B;
}
</style>
border-color css
<style>
span { border-color: #1A183B; }
span { border-color: rgb(26,24,59); }
td.TdClassName
{
border-color: #1A183B;
}
.TagClassName
{
border-color: #1A183B;
}
</style>