Shades of Jaguar #0F092B
Tints of Jaguar #0F092B
RGB
CMYK
RGB Variations
Color information
#0F092B (or 0x0F092B) is known color: Jaguar. HEX triplet: 0F, 09 and 2B. RGB value is (15,9,43). Sum of RGB (Red+Green+Blue) = 15+9+43=67 (8% of max value = 765). Red value is 15 (6.25% from 255 or 22.39% from 67); Green value is 9 (3.91% from 255 or 13.43% from 67); Blue value is 43 (17.19% from 255 or 64.18% from 67); Max value from RGB is 43 - color contains mainly: blue. Hex color #0F092B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0F092B is #F0F6D4. Grayscale: #0E0E0E. Windows color (decimal): -15791829 or 2820367. OLE color: 2820367.
HSL color Cylindrical-coordinate representation of color #0F092B: hue angle of 250.59º degrees, saturation: 0.65, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #0F092B is Cyan = 0.65, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 15 | 9 | 43 | - |
| CMYK | 0.65 | 0.79 | 0 | 0.83 |
| HSL | 250.59º | 0.65% | 0.1% | - |
| HSV(B) | 250.59º | 0.79% | 0.17% | - |
| XYZ | 0.73 | 0.47 | 2.34 | - |
| YUV | 14.67 | 143.99 | 128.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 9 | 43 | 0.65 | 0.79 | 0 | 0.83 | 250.59 | 0.65 | 0.1 |
| Hex | F | 9 | 2B | 41 | 4F | 0 | 53 | FB | 41 | A |
| Octal | 17 | 11 | 53 | 101 | 117 | 0 | 123 | 373 | 101 | 12 |
| Binary | 1111 | 1001 | 101011 | 1000001 | 1001111 | 0 | 1010011 | 11111011 | 1000001 | 1010 |
Color Harmonies of #0F092B
Complementary color
Monochromatic Colors of #0F092B
Black with #0F092B
Text Example
Text Example
White with #0F092B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F092B; }
p { color: rgb(15,9,43); }
H1.HeaderClassName
{
color: #0F092B;
}
.AnyTagClassName
{
color: #0F092B;
}
</style>
background-color css
<style>
a { background-color: #0F092B; }
a { background-color: rgb(15,9,43); }
div.DivClassName
{
background-color: #0F092B;
}
.BgClassName
{
background-color: #0F092B;
}
</style>
border-color css
<style>
span { border-color: #0F092B; }
span { border-color: rgb(15,9,43); }
td.TdClassName
{
border-color: #0F092B;
}
.TagClassName
{
border-color: #0F092B;
}
</style>