Shades of Tolopea #0D023E
Tints of Tolopea #0D023E
RGB
CMYK
RGB Variations
Color information
#0D023E (or 0x0D023E) is known color: Tolopea. HEX triplet: 0D, 02 and 3E. RGB value is (13,2,62). Sum of RGB (Red+Green+Blue) = 13+2+62=77 (10% of max value = 765). Red value is 13 (5.47% from 255 or 16.88% from 77); Green value is 2 (1.17% from 255 or 2.60% from 77); Blue value is 62 (24.61% from 255 or 80.52% from 77); Max value from RGB is 62 - color contains mainly: blue. Hex color #0D023E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0D023E is #F2FDC1. Grayscale: #0B0B0B. Windows color (decimal): -15924674 or 4063757. OLE color: 4063757.
HSL color Cylindrical-coordinate representation of color #0D023E: hue angle of 251º degrees, saturation: 0.94, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0D023E is Cyan = 0.79, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 13 | 2 | 62 | - |
| CMYK | 0.79 | 0.97 | 0 | 0.76 |
| HSL | 251º | 0.94% | 0.13% | - |
| HSV(B) | 251º | 0.97% | 0.24% | - |
| XYZ | 1.06 | 0.48 | 4.59 | - |
| YUV | 12.13 | 156.14 | 128.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 2 | 62 | 0.79 | 0.97 | 0 | 0.76 | 251 | 0.94 | 0.13 |
| Hex | D | 2 | 3E | 4F | 61 | 0 | 4C | FB | 5E | D |
| Octal | 15 | 2 | 76 | 117 | 141 | 0 | 114 | 373 | 136 | 15 |
| Binary | 1101 | 10 | 111110 | 1001111 | 1100001 | 0 | 1001100 | 11111011 | 1011110 | 1101 |
Color Harmonies of #0D023E
Complementary color
Monochromatic Colors of #0D023E
Black with #0D023E
Text Example
Text Example
White with #0D023E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D023E; }
p { color: rgb(13,2,62); }
H1.HeaderClassName
{
color: #0D023E;
}
.AnyTagClassName
{
color: #0D023E;
}
</style>
background-color css
<style>
a { background-color: #0D023E; }
a { background-color: rgb(13,2,62); }
div.DivClassName
{
background-color: #0D023E;
}
.BgClassName
{
background-color: #0D023E;
}
</style>
border-color css
<style>
span { border-color: #0D023E; }
span { border-color: rgb(13,2,62); }
td.TdClassName
{
border-color: #0D023E;
}
.TagClassName
{
border-color: #0D023E;
}
</style>