Shades of Jaguar #0F082C
Tints of Jaguar #0F082C
RGB
CMYK
RGB Variations
Color information
#0F082C (or 0x0F082C) is known color: Jaguar. HEX triplet: 0F, 08 and 2C. RGB value is (15,8,44). Sum of RGB (Red+Green+Blue) = 15+8+44=67 (8% of max value = 765). Red value is 15 (6.25% from 255 or 22.39% from 67); Green value is 8 (3.52% from 255 or 11.94% from 67); Blue value is 44 (17.58% from 255 or 65.67% from 67); Max value from RGB is 44 - color contains mainly: blue. Hex color #0F082C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0F082C is #F0F7D3. Grayscale: #0E0E0E. Windows color (decimal): -15792084 or 2885647. OLE color: 2885647.
HSL color Cylindrical-coordinate representation of color #0F082C: hue angle of 251.67º degrees, saturation: 0.69, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #0F082C is Cyan = 0.66, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 15 | 8 | 44 | - |
| CMYK | 0.66 | 0.82 | 0 | 0.83 |
| HSL | 251.67º | 0.69% | 0.1% | - |
| HSV(B) | 251.67º | 0.82% | 0.17% | - |
| XYZ | 0.74 | 0.46 | 2.43 | - |
| YUV | 14.2 | 144.82 | 128.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 8 | 44 | 0.66 | 0.82 | 0 | 0.83 | 251.67 | 0.69 | 0.1 |
| Hex | F | 8 | 2C | 42 | 52 | 0 | 53 | FC | 45 | A |
| Octal | 17 | 10 | 54 | 102 | 122 | 0 | 123 | 374 | 105 | 12 |
| Binary | 1111 | 1000 | 101100 | 1000010 | 1010010 | 0 | 1010011 | 11111100 | 1000101 | 1010 |
Color Harmonies of #0F082C
Complementary color
Monochromatic Colors of #0F082C
Black with #0F082C
Text Example
Text Example
White with #0F082C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F082C; }
p { color: rgb(15,8,44); }
H1.HeaderClassName
{
color: #0F082C;
}
.AnyTagClassName
{
color: #0F082C;
}
</style>
background-color css
<style>
a { background-color: #0F082C; }
a { background-color: rgb(15,8,44); }
div.DivClassName
{
background-color: #0F082C;
}
.BgClassName
{
background-color: #0F082C;
}
</style>
border-color css
<style>
span { border-color: #0F082C; }
span { border-color: rgb(15,8,44); }
td.TdClassName
{
border-color: #0F082C;
}
.TagClassName
{
border-color: #0F082C;
}
</style>