Shades of Jaguar #0C061E
Tints of Jaguar #0C061E
RGB
CMYK
RGB Variations
Color information
#0C061E (or 0x0C061E) is known color: Jaguar. HEX triplet: 0C, 06 and 1E. RGB value is (12,6,30). Sum of RGB (Red+Green+Blue) = 12+6+30=48 (6% of max value = 765). Red value is 12 (5.08% from 255 or 25% from 48); Green value is 6 (2.73% from 255 or 12.5% from 48); Blue value is 30 (12.11% from 255 or 62.5% from 48); Max value from RGB is 30 - color contains mainly: blue. Hex color #0C061E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0C061E is #F3F9E1. Grayscale: #0A0A0A. Windows color (decimal): -15989218 or 1967628. OLE color: 1967628.
HSL color Cylindrical-coordinate representation of color #0C061E: hue angle of 255º degrees, saturation: 0.67, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #0C061E is Cyan = 0.60, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 12 | 6 | 30 | - |
| CMYK | 0.60 | 0.80 | 0 | 0.88 |
| HSL | 255º | 0.67% | 0.07% | - |
| HSV(B) | 255º | 0.8% | 0.12% | - |
| XYZ | 0.45 | 0.3 | 1.26 | - |
| YUV | 10.53 | 138.99 | 129.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 6 | 30 | 0.60 | 0.80 | 0 | 0.88 | 255 | 0.67 | 0.07 |
| Hex | C | 6 | 1E | 3C | 50 | 0 | 58 | FF | 43 | 7 |
| Octal | 14 | 6 | 36 | 74 | 120 | 0 | 130 | 377 | 103 | 7 |
| Binary | 1100 | 110 | 11110 | 111100 | 1010000 | 0 | 1011000 | 11111111 | 1000011 | 111 |
Color Harmonies of #0C061E
Complementary color
Monochromatic Colors of #0C061E
Black with #0C061E
Text Example
Text Example
White with #0C061E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C061E; }
p { color: rgb(12,6,30); }
H1.HeaderClassName
{
color: #0C061E;
}
.AnyTagClassName
{
color: #0C061E;
}
</style>
background-color css
<style>
a { background-color: #0C061E; }
a { background-color: rgb(12,6,30); }
div.DivClassName
{
background-color: #0C061E;
}
.BgClassName
{
background-color: #0C061E;
}
</style>
border-color css
<style>
span { border-color: #0C061E; }
span { border-color: rgb(12,6,30); }
td.TdClassName
{
border-color: #0C061E;
}
.TagClassName
{
border-color: #0C061E;
}
</style>