Shades of Tolopea #0D0537
Tints of Tolopea #0D0537
RGB
CMYK
RGB Variations
Color information
#0D0537 (or 0x0D0537) is known color: Tolopea. HEX triplet: 0D, 05 and 37. RGB value is (13,5,55). Sum of RGB (Red+Green+Blue) = 13+5+55=73 (9% of max value = 765). Red value is 13 (5.47% from 255 or 17.81% from 73); Green value is 5 (2.34% from 255 or 6.85% from 73); Blue value is 55 (21.88% from 255 or 75.34% from 73); Max value from RGB is 55 - color contains mainly: blue. Hex color #0D0537 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0D0537 is #F2FAC8. Grayscale: #0C0C0C. Windows color (decimal): -15923913 or 3605773. OLE color: 3605773.
HSL color Cylindrical-coordinate representation of color #0D0537: hue angle of 249.6º degrees, saturation: 0.83, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0D0537 is Cyan = 0.76, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 13 | 5 | 55 | - |
| CMYK | 0.76 | 0.91 | 0 | 0.78 |
| HSL | 249.6º | 0.83% | 0.12% | - |
| HSV(B) | 249.6º | 0.91% | 0.22% | - |
| XYZ | 0.91 | 0.47 | 3.66 | - |
| YUV | 13.09 | 151.65 | 127.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 5 | 55 | 0.76 | 0.91 | 0 | 0.78 | 249.6 | 0.83 | 0.12 |
| Hex | D | 5 | 37 | 4C | 5B | 0 | 4E | FA | 53 | C |
| Octal | 15 | 5 | 67 | 114 | 133 | 0 | 116 | 372 | 123 | 14 |
| Binary | 1101 | 101 | 110111 | 1001100 | 1011011 | 0 | 1001110 | 11111010 | 1010011 | 1100 |
Color Harmonies of #0D0537
Complementary color
Monochromatic Colors of #0D0537
Black with #0D0537
Text Example
Text Example
White with #0D0537
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D0537; }
p { color: rgb(13,5,55); }
H1.HeaderClassName
{
color: #0D0537;
}
.AnyTagClassName
{
color: #0D0537;
}
</style>
background-color css
<style>
a { background-color: #0D0537; }
a { background-color: rgb(13,5,55); }
div.DivClassName
{
background-color: #0D0537;
}
.BgClassName
{
background-color: #0D0537;
}
</style>
border-color css
<style>
span { border-color: #0D0537; }
span { border-color: rgb(13,5,55); }
td.TdClassName
{
border-color: #0D0537;
}
.TagClassName
{
border-color: #0D0537;
}
</style>