Shades of Jaguar #0A021E
Tints of Jaguar #0A021E
RGB
CMYK
RGB Variations
Color information
#0A021E (or 0x0A021E) is known color: Jaguar. HEX triplet: 0A, 02 and 1E. RGB value is (10,2,30). Sum of RGB (Red+Green+Blue) = 10+2+30=42 (5% of max value = 765). Red value is 10 (4.30% from 255 or 23.81% from 42); Green value is 2 (1.17% from 255 or 4.76% from 42); Blue value is 30 (12.11% from 255 or 71.43% from 42); Max value from RGB is 30 - color contains mainly: blue. Hex color #0A021E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0A021E is #F5FDE1. Grayscale: #070707. Windows color (decimal): -16121314 or 1966602. OLE color: 1966602.
HSL color Cylindrical-coordinate representation of color #0A021E: hue angle of 257.14º degrees, saturation: 0.88, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0A021E is Cyan = 0.67, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 10 | 2 | 30 | - |
| CMYK | 0.67 | 0.93 | 0 | 0.88 |
| HSL | 257.14º | 0.88% | 0.06% | - |
| HSV(B) | 257.14º | 0.93% | 0.12% | - |
| XYZ | 0.38 | 0.2 | 1.25 | - |
| YUV | 7.58 | 140.65 | 129.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 2 | 30 | 0.67 | 0.93 | 0 | 0.88 | 257.14 | 0.88 | 0.06 |
| Hex | A | 2 | 1E | 43 | 5D | 0 | 58 | 101 | 58 | 6 |
| Octal | 12 | 2 | 36 | 103 | 135 | 0 | 130 | 401 | 130 | 6 |
| Binary | 1010 | 10 | 11110 | 1000011 | 1011101 | 0 | 1011000 | 100000001 | 1011000 | 110 |
Color Harmonies of #0A021E
Complementary color
Monochromatic Colors of #0A021E
Black with #0A021E
Text Example
Text Example
White with #0A021E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A021E; }
p { color: rgb(10,2,30); }
H1.HeaderClassName
{
color: #0A021E;
}
.AnyTagClassName
{
color: #0A021E;
}
</style>
background-color css
<style>
a { background-color: #0A021E; }
a { background-color: rgb(10,2,30); }
div.DivClassName
{
background-color: #0A021E;
}
.BgClassName
{
background-color: #0A021E;
}
</style>
border-color css
<style>
span { border-color: #0A021E; }
span { border-color: rgb(10,2,30); }
td.TdClassName
{
border-color: #0A021E;
}
.TagClassName
{
border-color: #0A021E;
}
</style>