Shades of Jaguar #0F082D
Tints of Jaguar #0F082D
RGB
CMYK
RGB Variations
Color information
#0F082D (or 0x0F082D) is known color: Jaguar. HEX triplet: 0F, 08 and 2D. RGB value is (15,8,45). Sum of RGB (Red+Green+Blue) = 15+8+45=68 (9% of max value = 765). Red value is 15 (6.25% from 255 or 22.06% from 68); Green value is 8 (3.52% from 255 or 11.76% from 68); Blue value is 45 (17.97% from 255 or 66.18% from 68); Max value from RGB is 45 - color contains mainly: blue. Hex color #0F082D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0F082D is #F0F7D2. Grayscale: #0E0E0E. Windows color (decimal): -15792083 or 2951183. OLE color: 2951183.
HSL color Cylindrical-coordinate representation of color #0F082D: hue angle of 251.35º degrees, saturation: 0.7, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #0F082D is Cyan = 0.67, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 15 | 8 | 45 | - |
| CMYK | 0.67 | 0.82 | 0 | 0.82 |
| HSL | 251.35º | 0.7% | 0.1% | - |
| HSV(B) | 251.35º | 0.82% | 0.18% | - |
| XYZ | 0.76 | 0.46 | 2.53 | - |
| YUV | 14.31 | 145.32 | 128.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 8 | 45 | 0.67 | 0.82 | 0 | 0.82 | 251.35 | 0.7 | 0.1 |
| Hex | F | 8 | 2D | 43 | 52 | 0 | 52 | FB | 46 | A |
| Octal | 17 | 10 | 55 | 103 | 122 | 0 | 122 | 373 | 106 | 12 |
| Binary | 1111 | 1000 | 101101 | 1000011 | 1010010 | 0 | 1010010 | 11111011 | 1000110 | 1010 |
Color Harmonies of #0F082D
Complementary color
Monochromatic Colors of #0F082D
Black with #0F082D
Text Example
Text Example
White with #0F082D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F082D; }
p { color: rgb(15,8,45); }
H1.HeaderClassName
{
color: #0F082D;
}
.AnyTagClassName
{
color: #0F082D;
}
</style>
background-color css
<style>
a { background-color: #0F082D; }
a { background-color: rgb(15,8,45); }
div.DivClassName
{
background-color: #0F082D;
}
.BgClassName
{
background-color: #0F082D;
}
</style>
border-color css
<style>
span { border-color: #0F082D; }
span { border-color: rgb(15,8,45); }
td.TdClassName
{
border-color: #0F082D;
}
.TagClassName
{
border-color: #0F082D;
}
</style>