Shades of Jaguar #0E0630
Tints of Jaguar #0E0630
RGB
CMYK
RGB Variations
Color information
#0E0630 (or 0x0E0630) is known color: Jaguar. HEX triplet: 0E, 06 and 30. RGB value is (14,6,48). Sum of RGB (Red+Green+Blue) = 14+6+48=68 (9% of max value = 765). Red value is 14 (5.86% from 255 or 20.59% from 68); Green value is 6 (2.73% from 255 or 8.82% from 68); Blue value is 48 (19.14% from 255 or 70.59% from 68); Max value from RGB is 48 - color contains mainly: blue. Hex color #0E0630 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0E0630 is #F1F9CF. Grayscale: #0D0D0D. Windows color (decimal): -15858128 or 3147278. OLE color: 3147278.
HSL color Cylindrical-coordinate representation of color #0E0630: hue angle of 251.43º degrees, saturation: 0.78, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0E0630 is Cyan = 0.71, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 14 | 6 | 48 | - |
| CMYK | 0.71 | 0.87 | 0 | 0.81 |
| HSL | 251.43º | 0.78% | 0.11% | - |
| HSV(B) | 251.43º | 0.88% | 0.19% | - |
| XYZ | 0.78 | 0.44 | 2.84 | - |
| YUV | 13.18 | 147.65 | 128.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 6 | 48 | 0.71 | 0.87 | 0 | 0.81 | 251.43 | 0.78 | 0.11 |
| Hex | E | 6 | 30 | 47 | 57 | 0 | 51 | FB | 4E | B |
| Octal | 16 | 6 | 60 | 107 | 127 | 0 | 121 | 373 | 116 | 13 |
| Binary | 1110 | 110 | 110000 | 1000111 | 1010111 | 0 | 1010001 | 11111011 | 1001110 | 1011 |
Color Harmonies of #0E0630
Complementary color
Monochromatic Colors of #0E0630
Black with #0E0630
Text Example
Text Example
White with #0E0630
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E0630; }
p { color: rgb(14,6,48); }
H1.HeaderClassName
{
color: #0E0630;
}
.AnyTagClassName
{
color: #0E0630;
}
</style>
background-color css
<style>
a { background-color: #0E0630; }
a { background-color: rgb(14,6,48); }
div.DivClassName
{
background-color: #0E0630;
}
.BgClassName
{
background-color: #0E0630;
}
</style>
border-color css
<style>
span { border-color: #0E0630; }
span { border-color: rgb(14,6,48); }
td.TdClassName
{
border-color: #0E0630;
}
.TagClassName
{
border-color: #0E0630;
}
</style>