Shades of Tolopea #0D0130
Tints of Tolopea #0D0130
RGB
CMYK
RGB Variations
Color information
#0D0130 (or 0x0D0130) is known color: Tolopea. HEX triplet: 0D, 01 and 30. RGB value is (13,1,48). Sum of RGB (Red+Green+Blue) = 13+1+48=62 (8% of max value = 765). Red value is 13 (5.47% from 255 or 20.97% from 62); Green value is 1 (0.78% from 255 or 1.61% from 62); Blue value is 48 (19.14% from 255 or 77.42% from 62); Max value from RGB is 48 - color contains mainly: blue. Hex color #0D0130 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0D0130 is #F2FECF. Grayscale: #090909. Windows color (decimal): -15924944 or 3145997. OLE color: 3145997.
HSL color Cylindrical-coordinate representation of color #0D0130: hue angle of 255.32º degrees, saturation: 0.96, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0D0130 is Cyan = 0.73, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 13 | 1 | 48 | - |
| CMYK | 0.73 | 0.98 | 0 | 0.81 |
| HSL | 255.32º | 0.96% | 0.1% | - |
| HSV(B) | 255.32º | 0.98% | 0.19% | - |
| XYZ | 0.71 | 0.32 | 2.82 | - |
| YUV | 9.95 | 149.48 | 130.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 1 | 48 | 0.73 | 0.98 | 0 | 0.81 | 255.32 | 0.96 | 0.1 |
| Hex | D | 1 | 30 | 49 | 62 | 0 | 51 | FF | 60 | A |
| Octal | 15 | 1 | 60 | 111 | 142 | 0 | 121 | 377 | 140 | 12 |
| Binary | 1101 | 1 | 110000 | 1001001 | 1100010 | 0 | 1010001 | 11111111 | 1100000 | 1010 |
Color Harmonies of #0D0130
Complementary color
Monochromatic Colors of #0D0130
Black with #0D0130
Text Example
Text Example
White with #0D0130
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D0130; }
p { color: rgb(13,1,48); }
H1.HeaderClassName
{
color: #0D0130;
}
.AnyTagClassName
{
color: #0D0130;
}
</style>
background-color css
<style>
a { background-color: #0D0130; }
a { background-color: rgb(13,1,48); }
div.DivClassName
{
background-color: #0D0130;
}
.BgClassName
{
background-color: #0D0130;
}
</style>
border-color css
<style>
span { border-color: #0D0130; }
span { border-color: rgb(13,1,48); }
td.TdClassName
{
border-color: #0D0130;
}
.TagClassName
{
border-color: #0D0130;
}
</style>