Shades of Jaguar #100A37
Tints of Jaguar #100A37
RGB
CMYK
RGB Variations
Color information
#100A37 (or 0x100A37) is known color: Jaguar. HEX triplet: 10, 0A and 37. RGB value is (16,10,55). Sum of RGB (Red+Green+Blue) = 16+10+55=81 (10% of max value = 765). Red value is 16 (6.64% from 255 or 19.75% from 81); Green value is 10 (4.30% from 255 or 12.35% from 81); Blue value is 55 (21.88% from 255 or 67.90% from 81); Max value from RGB is 55 - color contains mainly: blue. Hex color #100A37 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #100A37 is #EFF5C8. Grayscale: #101010. Windows color (decimal): -15726025 or 3607056. OLE color: 3607056.
HSL color Cylindrical-coordinate representation of color #100A37: hue angle of 248º degrees, saturation: 0.69, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #100A37 is Cyan = 0.71, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 16 | 10 | 55 | - |
| CMYK | 0.71 | 0.82 | 0 | 0.78 |
| HSL | 248º | 0.69% | 0.13% | - |
| HSV(B) | 248º | 0.82% | 0.22% | - |
| XYZ | 1.01 | 0.6 | 3.68 | - |
| YUV | 16.92 | 149.49 | 127.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 10 | 55 | 0.71 | 0.82 | 0 | 0.78 | 248 | 0.69 | 0.13 |
| Hex | 10 | A | 37 | 47 | 52 | 0 | 4E | F8 | 45 | D |
| Octal | 20 | 12 | 67 | 107 | 122 | 0 | 116 | 370 | 105 | 15 |
| Binary | 10000 | 1010 | 110111 | 1000111 | 1010010 | 0 | 1001110 | 11111000 | 1000101 | 1101 |
Color Harmonies of #100A37
Complementary color
Monochromatic Colors of #100A37
Black with #100A37
Text Example
Text Example
White with #100A37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #100A37; }
p { color: rgb(16,10,55); }
H1.HeaderClassName
{
color: #100A37;
}
.AnyTagClassName
{
color: #100A37;
}
</style>
background-color css
<style>
a { background-color: #100A37; }
a { background-color: rgb(16,10,55); }
div.DivClassName
{
background-color: #100A37;
}
.BgClassName
{
background-color: #100A37;
}
</style>
border-color css
<style>
span { border-color: #100A37; }
span { border-color: rgb(16,10,55); }
td.TdClassName
{
border-color: #100A37;
}
.TagClassName
{
border-color: #100A37;
}
</style>