Shades of Jaguar #1B193B
Tints of Jaguar #1B193B
RGB
CMYK
RGB Variations
Color information
#1B193B (or 0x1B193B) is known color: Jaguar. HEX triplet: 1B, 19 and 3B. RGB value is (27,25,59). Sum of RGB (Red+Green+Blue) = 27+25+59=111 (14% of max value = 765). Red value is 27 (10.94% from 255 or 24.32% from 111); Green value is 25 (10.16% from 255 or 22.52% from 111); Blue value is 59 (23.44% from 255 or 53.15% from 111); Max value from RGB is 59 - color contains mainly: blue. Hex color #1B193B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1B193B is #E4E6C4. Grayscale: #1D1D1D. Windows color (decimal): -15001285 or 3873051. OLE color: 3873051.
HSL color Cylindrical-coordinate representation of color #1B193B: hue angle of 243.53º degrees, saturation: 0.4, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #1B193B is Cyan = 0.54, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 27 | 25 | 59 | - |
| CMYK | 0.54 | 0.58 | 0 | 0.77 |
| HSL | 243.53º | 0.4% | 0.16% | - |
| HSV(B) | 243.53º | 0.58% | 0.23% | - |
| XYZ | 1.59 | 1.24 | 4.29 | - |
| YUV | 29.47 | 144.66 | 126.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 25 | 59 | 0.54 | 0.58 | 0 | 0.77 | 243.53 | 0.4 | 0.16 |
| Hex | 1B | 19 | 3B | 36 | 3A | 0 | 4D | F4 | 28 | 10 |
| Octal | 33 | 31 | 73 | 66 | 72 | 0 | 115 | 364 | 50 | 20 |
| Binary | 11011 | 11001 | 111011 | 110110 | 111010 | 0 | 1001101 | 11110100 | 101000 | 10000 |
Color Harmonies of #1B193B
Complementary color
Monochromatic Colors of #1B193B
Black with #1B193B
Text Example
Text Example
White with #1B193B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B193B; }
p { color: rgb(27,25,59); }
H1.HeaderClassName
{
color: #1B193B;
}
.AnyTagClassName
{
color: #1B193B;
}
</style>
background-color css
<style>
a { background-color: #1B193B; }
a { background-color: rgb(27,25,59); }
div.DivClassName
{
background-color: #1B193B;
}
.BgClassName
{
background-color: #1B193B;
}
</style>
border-color css
<style>
span { border-color: #1B193B; }
span { border-color: rgb(27,25,59); }
td.TdClassName
{
border-color: #1B193B;
}
.TagClassName
{
border-color: #1B193B;
}
</style>