Shades of Jaguar #1A183A
Tints of Jaguar #1A183A
RGB
CMYK
RGB Variations
Color information
#1A183A (or 0x1A183A) is known color: Jaguar. HEX triplet: 1A, 18 and 3A. RGB value is (26,24,58). Sum of RGB (Red+Green+Blue) = 26+24+58=108 (14% of max value = 765). Red value is 26 (10.55% from 255 or 24.07% from 108); Green value is 24 (9.77% from 255 or 22.22% from 108); Blue value is 58 (23.05% from 255 or 53.70% from 108); Max value from RGB is 58 - color contains mainly: blue. Hex color #1A183A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1A183A is #E5E7C5. Grayscale: #1C1C1C. Windows color (decimal): -15067078 or 3807258. OLE color: 3807258.
HSL color Cylindrical-coordinate representation of color #1A183A: hue angle of 243.53º degrees, saturation: 0.41, 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 #1A183A is Cyan = 0.55, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 26 | 24 | 58 | - |
| CMYK | 0.55 | 0.59 | 0 | 0.77 |
| HSL | 243.53º | 0.41% | 0.16% | - |
| HSV(B) | 243.53º | 0.59% | 0.23% | - |
| XYZ | 1.52 | 1.18 | 4.15 | - |
| YUV | 28.47 | 144.66 | 126.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 24 | 58 | 0.55 | 0.59 | 0 | 0.77 | 243.53 | 0.41 | 0.16 |
| Hex | 1A | 18 | 3A | 37 | 3B | 0 | 4D | F4 | 29 | 10 |
| Octal | 32 | 30 | 72 | 67 | 73 | 0 | 115 | 364 | 51 | 20 |
| Binary | 11010 | 11000 | 111010 | 110111 | 111011 | 0 | 1001101 | 11110100 | 101001 | 10000 |
Color Harmonies of #1A183A
Complementary color
Monochromatic Colors of #1A183A
Black with #1A183A
Text Example
Text Example
White with #1A183A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A183A; }
p { color: rgb(26,24,58); }
H1.HeaderClassName
{
color: #1A183A;
}
.AnyTagClassName
{
color: #1A183A;
}
</style>
background-color css
<style>
a { background-color: #1A183A; }
a { background-color: rgb(26,24,58); }
div.DivClassName
{
background-color: #1A183A;
}
.BgClassName
{
background-color: #1A183A;
}
</style>
border-color css
<style>
span { border-color: #1A183A; }
span { border-color: rgb(26,24,58); }
td.TdClassName
{
border-color: #1A183A;
}
.TagClassName
{
border-color: #1A183A;
}
</style>