Shades of Tolopea #0D0238
Tints of Tolopea #0D0238
RGB
CMYK
RGB Variations
Color information
#0D0238 (or 0x0D0238) is known color: Tolopea. HEX triplet: 0D, 02 and 38. RGB value is (13,2,56). Sum of RGB (Red+Green+Blue) = 13+2+56=71 (9% of max value = 765). Red value is 13 (5.47% from 255 or 18.31% from 71); Green value is 2 (1.17% from 255 or 2.82% from 71); Blue value is 56 (22.27% from 255 or 78.87% from 71); Max value from RGB is 56 - color contains mainly: blue. Hex color #0D0238 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0D0238 is #F2FDC7. Grayscale: #0B0B0B. Windows color (decimal): -15924680 or 3670541. OLE color: 3670541.
HSL color Cylindrical-coordinate representation of color #0D0238: hue angle of 252.22º degrees, saturation: 0.93, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0D0238 is Cyan = 0.77, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 13 | 2 | 56 | - |
| CMYK | 0.77 | 0.96 | 0 | 0.78 |
| HSL | 252.22º | 0.93% | 0.11% | - |
| HSV(B) | 252.22º | 0.96% | 0.22% | - |
| XYZ | 0.9 | 0.41 | 3.77 | - |
| YUV | 11.45 | 153.14 | 129.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 2 | 56 | 0.77 | 0.96 | 0 | 0.78 | 252.22 | 0.93 | 0.11 |
| Hex | D | 2 | 38 | 4D | 60 | 0 | 4E | FC | 5D | B |
| Octal | 15 | 2 | 70 | 115 | 140 | 0 | 116 | 374 | 135 | 13 |
| Binary | 1101 | 10 | 111000 | 1001101 | 1100000 | 0 | 1001110 | 11111100 | 1011101 | 1011 |
Color Harmonies of #0D0238
Complementary color
Monochromatic Colors of #0D0238
Black with #0D0238
Text Example
Text Example
White with #0D0238
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D0238; }
p { color: rgb(13,2,56); }
H1.HeaderClassName
{
color: #0D0238;
}
.AnyTagClassName
{
color: #0D0238;
}
</style>
background-color css
<style>
a { background-color: #0D0238; }
a { background-color: rgb(13,2,56); }
div.DivClassName
{
background-color: #0D0238;
}
.BgClassName
{
background-color: #0D0238;
}
</style>
border-color css
<style>
span { border-color: #0D0238; }
span { border-color: rgb(13,2,56); }
td.TdClassName
{
border-color: #0D0238;
}
.TagClassName
{
border-color: #0D0238;
}
</style>