Shades of Jaguar #0D0527
Tints of Jaguar #0D0527
RGB
CMYK
RGB Variations
Color information
#0D0527 (or 0x0D0527) is known color: Jaguar. HEX triplet: 0D, 05 and 27. RGB value is (13,5,39). Sum of RGB (Red+Green+Blue) = 13+5+39=57 (7% of max value = 765). Red value is 13 (5.47% from 255 or 22.81% from 57); Green value is 5 (2.34% from 255 or 8.77% from 57); Blue value is 39 (15.62% from 255 or 68.42% from 57); Max value from RGB is 39 - color contains mainly: blue. Hex color #0D0527 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0D0527 is #F2FAD8. Grayscale: #0B0B0B. Windows color (decimal): -15923929 or 2557197. OLE color: 2557197.
HSL color Cylindrical-coordinate representation of color #0D0527: hue angle of 254.12º degrees, saturation: 0.77, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0D0527 is Cyan = 0.67, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 13 | 5 | 39 | - |
| CMYK | 0.67 | 0.87 | 0 | 0.85 |
| HSL | 254.12º | 0.77% | 0.09% | - |
| HSV(B) | 254.12º | 0.87% | 0.15% | - |
| XYZ | 0.59 | 0.34 | 1.95 | - |
| YUV | 11.27 | 143.65 | 129.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 5 | 39 | 0.67 | 0.87 | 0 | 0.85 | 254.12 | 0.77 | 0.09 |
| Hex | D | 5 | 27 | 43 | 57 | 0 | 55 | FE | 4D | 9 |
| Octal | 15 | 5 | 47 | 103 | 127 | 0 | 125 | 376 | 115 | 11 |
| Binary | 1101 | 101 | 100111 | 1000011 | 1010111 | 0 | 1010101 | 11111110 | 1001101 | 1001 |
Color Harmonies of #0D0527
Complementary color
Monochromatic Colors of #0D0527
Black with #0D0527
Text Example
Text Example
White with #0D0527
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D0527; }
p { color: rgb(13,5,39); }
H1.HeaderClassName
{
color: #0D0527;
}
.AnyTagClassName
{
color: #0D0527;
}
</style>
background-color css
<style>
a { background-color: #0D0527; }
a { background-color: rgb(13,5,39); }
div.DivClassName
{
background-color: #0D0527;
}
.BgClassName
{
background-color: #0D0527;
}
</style>
border-color css
<style>
span { border-color: #0D0527; }
span { border-color: rgb(13,5,39); }
td.TdClassName
{
border-color: #0D0527;
}
.TagClassName
{
border-color: #0D0527;
}
</style>