Shades of Jaguar #0B022C
Tints of Jaguar #0B022C
RGB
CMYK
RGB Variations
Color information
#0B022C (or 0x0B022C) is known color: Jaguar. HEX triplet: 0B, 02 and 2C. RGB value is (11,2,44). Sum of RGB (Red+Green+Blue) = 11+2+44=57 (7% of max value = 765). Red value is 11 (4.69% from 255 or 19.30% from 57); Green value is 2 (1.17% from 255 or 3.51% from 57); Blue value is 44 (17.58% from 255 or 77.19% from 57); Max value from RGB is 44 - color contains mainly: blue. Hex color #0B022C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0B022C is #F4FDD3. Grayscale: #090909. Windows color (decimal): -16055764 or 2884107. OLE color: 2884107.
HSL color Cylindrical-coordinate representation of color #0B022C: hue angle of 252.86º degrees, saturation: 0.91, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0B022C is Cyan = 0.75, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 11 | 2 | 44 | - |
| CMYK | 0.75 | 0.95 | 0 | 0.83 |
| HSL | 252.86º | 0.91% | 0.09% | - |
| HSV(B) | 252.86º | 0.95% | 0.17% | - |
| XYZ | 0.61 | 0.3 | 2.41 | - |
| YUV | 9.48 | 147.48 | 129.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 2 | 44 | 0.75 | 0.95 | 0 | 0.83 | 252.86 | 0.91 | 0.09 |
| Hex | B | 2 | 2C | 4B | 5F | 0 | 53 | FD | 5B | 9 |
| Octal | 13 | 2 | 54 | 113 | 137 | 0 | 123 | 375 | 133 | 11 |
| Binary | 1011 | 10 | 101100 | 1001011 | 1011111 | 0 | 1010011 | 11111101 | 1011011 | 1001 |
Color Harmonies of #0B022C
Complementary color
Monochromatic Colors of #0B022C
Black with #0B022C
Text Example
Text Example
White with #0B022C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B022C; }
p { color: rgb(11,2,44); }
H1.HeaderClassName
{
color: #0B022C;
}
.AnyTagClassName
{
color: #0B022C;
}
</style>
background-color css
<style>
a { background-color: #0B022C; }
a { background-color: rgb(11,2,44); }
div.DivClassName
{
background-color: #0B022C;
}
.BgClassName
{
background-color: #0B022C;
}
</style>
border-color css
<style>
span { border-color: #0B022C; }
span { border-color: rgb(11,2,44); }
td.TdClassName
{
border-color: #0B022C;
}
.TagClassName
{
border-color: #0B022C;
}
</style>