Shades of Tolopea #0D0236
Tints of Tolopea #0D0236
RGB
CMYK
RGB Variations
Color information
#0D0236 (or 0x0D0236) is known color: Tolopea. HEX triplet: 0D, 02 and 36. RGB value is (13,2,54). Sum of RGB (Red+Green+Blue) = 13+2+54=69 (9% of max value = 765). Red value is 13 (5.47% from 255 or 18.84% from 69); Green value is 2 (1.17% from 255 or 2.90% from 69); Blue value is 54 (21.48% from 255 or 78.26% from 69); Max value from RGB is 54 - color contains mainly: blue. Hex color #0D0236 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0D0236 is #F2FDC9. Grayscale: #0B0B0B. Windows color (decimal): -15924682 or 3539469. OLE color: 3539469.
HSL color Cylindrical-coordinate representation of color #0D0236: hue angle of 252.69º degrees, saturation: 0.93, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0D0236 is Cyan = 0.76, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 13 | 2 | 54 | - |
| CMYK | 0.76 | 0.96 | 0 | 0.79 |
| HSL | 252.69º | 0.93% | 0.11% | - |
| HSV(B) | 252.69º | 0.96% | 0.21% | - |
| XYZ | 0.85 | 0.4 | 3.52 | - |
| YUV | 11.22 | 152.14 | 129.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 2 | 54 | 0.76 | 0.96 | 0 | 0.79 | 252.69 | 0.93 | 0.11 |
| Hex | D | 2 | 36 | 4C | 60 | 0 | 4F | FD | 5D | B |
| Octal | 15 | 2 | 66 | 114 | 140 | 0 | 117 | 375 | 135 | 13 |
| Binary | 1101 | 10 | 110110 | 1001100 | 1100000 | 0 | 1001111 | 11111101 | 1011101 | 1011 |
Color Harmonies of #0D0236
Complementary color
Monochromatic Colors of #0D0236
Black with #0D0236
Text Example
Text Example
White with #0D0236
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D0236; }
p { color: rgb(13,2,54); }
H1.HeaderClassName
{
color: #0D0236;
}
.AnyTagClassName
{
color: #0D0236;
}
</style>
background-color css
<style>
a { background-color: #0D0236; }
a { background-color: rgb(13,2,54); }
div.DivClassName
{
background-color: #0D0236;
}
.BgClassName
{
background-color: #0D0236;
}
</style>
border-color css
<style>
span { border-color: #0D0236; }
span { border-color: rgb(13,2,54); }
td.TdClassName
{
border-color: #0D0236;
}
.TagClassName
{
border-color: #0D0236;
}
</style>