Shades of Jaguar #0A021F
Tints of Jaguar #0A021F
RGB
CMYK
RGB Variations
Color information
#0A021F (or 0x0A021F) is known color: Jaguar. HEX triplet: 0A, 02 and 1F. RGB value is (10,2,31). Sum of RGB (Red+Green+Blue) = 10+2+31=43 (5% of max value = 765). Red value is 10 (4.30% from 255 or 23.26% from 43); Green value is 2 (1.17% from 255 or 4.65% from 43); Blue value is 31 (12.5% from 255 or 72.09% from 43); Max value from RGB is 31 - color contains mainly: blue. Hex color #0A021F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0A021F is #F5FDE0. Grayscale: #070707. Windows color (decimal): -16121313 or 2032138. OLE color: 2032138.
HSL color Cylindrical-coordinate representation of color #0A021F: hue angle of 256.55º degrees, saturation: 0.88, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0A021F is Cyan = 0.68, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 10 | 2 | 31 | - |
| CMYK | 0.68 | 0.94 | 0 | 0.88 |
| HSL | 256.55º | 0.88% | 0.06% | - |
| HSV(B) | 256.55º | 0.94% | 0.12% | - |
| XYZ | 0.39 | 0.21 | 1.32 | - |
| YUV | 7.7 | 141.15 | 129.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 2 | 31 | 0.68 | 0.94 | 0 | 0.88 | 256.55 | 0.88 | 0.06 |
| Hex | A | 2 | 1F | 44 | 5E | 0 | 58 | 101 | 58 | 6 |
| Octal | 12 | 2 | 37 | 104 | 136 | 0 | 130 | 401 | 130 | 6 |
| Binary | 1010 | 10 | 11111 | 1000100 | 1011110 | 0 | 1011000 | 100000001 | 1011000 | 110 |
Color Harmonies of #0A021F
Complementary color
Monochromatic Colors of #0A021F
Black with #0A021F
Text Example
Text Example
White with #0A021F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A021F; }
p { color: rgb(10,2,31); }
H1.HeaderClassName
{
color: #0A021F;
}
.AnyTagClassName
{
color: #0A021F;
}
</style>
background-color css
<style>
a { background-color: #0A021F; }
a { background-color: rgb(10,2,31); }
div.DivClassName
{
background-color: #0A021F;
}
.BgClassName
{
background-color: #0A021F;
}
</style>
border-color css
<style>
span { border-color: #0A021F; }
span { border-color: rgb(10,2,31); }
td.TdClassName
{
border-color: #0A021F;
}
.TagClassName
{
border-color: #0A021F;
}
</style>