Shades of Tolopea #0D0038
Tints of Tolopea #0D0038
RGB
CMYK
RGB Variations
Color information
#0D0038 (or 0x0D0038) is known color: Tolopea. HEX triplet: 0D, 00 and 38. RGB value is (13,0,56). Sum of RGB (Red+Green+Blue) = 13+0+56=69 (9% of max value = 765). Red value is 13 (5.47% from 255 or 18.84% from 69); Green value is 0 (0.39% from 255 or 0% from 69); Blue value is 56 (22.27% from 255 or 81.16% from 69); Max value from RGB is 56 - color contains mainly: blue. Hex color #0D0038 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0D0038 is #F2FFC7. Grayscale: #0A0A0A. Windows color (decimal): -15925192 or 3670029. OLE color: 3670029.
HSL color Cylindrical-coordinate representation of color #0D0038: hue angle of 253.93º degrees, saturation: 1, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0D0038 is Cyan = 0.77, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 13 | 0 | 56 | - |
| CMYK | 0.77 | 1 | 0 | 0.78 |
| HSL | 253.93º | 1% | 0.11% | - |
| HSV(B) | 253.93º | 1% | 0.22% | - |
| XYZ | 0.88 | 0.37 | 3.77 | - |
| YUV | 10.27 | 153.81 | 129.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 0 | 56 | 0.77 | 1 | 0 | 0.78 | 253.93 | 1 | 0.11 |
| Hex | D | 0 | 38 | 4D | 64 | 0 | 4E | FE | 64 | B |
| Octal | 15 | 0 | 70 | 115 | 144 | 0 | 116 | 376 | 144 | 13 |
| Binary | 1101 | 0 | 111000 | 1001101 | 1100100 | 0 | 1001110 | 11111110 | 1100100 | 1011 |
Color Harmonies of #0D0038
Complementary color
Monochromatic Colors of #0D0038
Black with #0D0038
Text Example
Text Example
White with #0D0038
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D0038; }
p { color: rgb(13,0,56); }
H1.HeaderClassName
{
color: #0D0038;
}
.AnyTagClassName
{
color: #0D0038;
}
</style>
background-color css
<style>
a { background-color: #0D0038; }
a { background-color: rgb(13,0,56); }
div.DivClassName
{
background-color: #0D0038;
}
.BgClassName
{
background-color: #0D0038;
}
</style>
border-color css
<style>
span { border-color: #0D0038; }
span { border-color: rgb(13,0,56); }
td.TdClassName
{
border-color: #0D0038;
}
.TagClassName
{
border-color: #0D0038;
}
</style>