Shades of Jaguar #1B193A
Tints of Jaguar #1B193A
RGB
CMYK
RGB Variations
Color information
#1B193A (or 0x1B193A) is known color: Jaguar. HEX triplet: 1B, 19 and 3A. RGB value is (27,25,58). Sum of RGB (Red+Green+Blue) = 27+25+58=110 (14% of max value = 765). Red value is 27 (10.94% from 255 or 24.55% from 110); Green value is 25 (10.16% from 255 or 22.73% from 110); Blue value is 58 (23.05% from 255 or 52.73% from 110); Max value from RGB is 58 - color contains mainly: blue. Hex color #1B193A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1B193A is #E4E6C5. Grayscale: #1D1D1D. Windows color (decimal): -15001286 or 3807515. OLE color: 3807515.
HSL color Cylindrical-coordinate representation of color #1B193A: hue angle of 243.64º degrees, saturation: 0.4, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #1B193A is Cyan = 0.53, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 27 | 25 | 58 | - |
| CMYK | 0.53 | 0.57 | 0 | 0.77 |
| HSL | 243.64º | 0.4% | 0.16% | - |
| HSV(B) | 243.64º | 0.57% | 0.23% | - |
| XYZ | 1.56 | 1.23 | 4.16 | - |
| YUV | 29.36 | 144.16 | 126.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 25 | 58 | 0.53 | 0.57 | 0 | 0.77 | 243.64 | 0.4 | 0.16 |
| Hex | 1B | 19 | 3A | 35 | 39 | 0 | 4D | F4 | 28 | 10 |
| Octal | 33 | 31 | 72 | 65 | 71 | 0 | 115 | 364 | 50 | 20 |
| Binary | 11011 | 11001 | 111010 | 110101 | 111001 | 0 | 1001101 | 11110100 | 101000 | 10000 |
Color Harmonies of #1B193A
Complementary color
Monochromatic Colors of #1B193A
Black with #1B193A
Text Example
Text Example
White with #1B193A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B193A; }
p { color: rgb(27,25,58); }
H1.HeaderClassName
{
color: #1B193A;
}
.AnyTagClassName
{
color: #1B193A;
}
</style>
background-color css
<style>
a { background-color: #1B193A; }
a { background-color: rgb(27,25,58); }
div.DivClassName
{
background-color: #1B193A;
}
.BgClassName
{
background-color: #1B193A;
}
</style>
border-color css
<style>
span { border-color: #1B193A; }
span { border-color: rgb(27,25,58); }
td.TdClassName
{
border-color: #1B193A;
}
.TagClassName
{
border-color: #1B193A;
}
</style>