Shades of Tolopea #0D063D
Tints of Tolopea #0D063D
RGB
CMYK
RGB Variations
Color information
#0D063D (or 0x0D063D) is known color: Tolopea. HEX triplet: 0D, 06 and 3D. RGB value is (13,6,61). Sum of RGB (Red+Green+Blue) = 13+6+61=80 (10% of max value = 765). Red value is 13 (5.47% from 255 or 16.25% from 80); Green value is 6 (2.73% from 255 or 7.5% from 80); Blue value is 61 (24.22% from 255 or 76.25% from 80); Max value from RGB is 61 - color contains mainly: blue. Hex color #0D063D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0D063D is #F2F9C2. Grayscale: #0E0E0E. Windows color (decimal): -15923651 or 3999245. OLE color: 3999245.
HSL color Cylindrical-coordinate representation of color #0D063D: hue angle of 247.64º degrees, saturation: 0.82, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0D063D is Cyan = 0.79, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 13 | 6 | 61 | - |
| CMYK | 0.79 | 0.90 | 0 | 0.76 |
| HSL | 247.64º | 0.82% | 0.13% | - |
| HSV(B) | 247.64º | 0.9% | 0.24% | - |
| XYZ | 1.07 | 0.55 | 4.46 | - |
| YUV | 14.36 | 154.32 | 127.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 6 | 61 | 0.79 | 0.90 | 0 | 0.76 | 247.64 | 0.82 | 0.13 |
| Hex | D | 6 | 3D | 4F | 5A | 0 | 4C | F8 | 52 | D |
| Octal | 15 | 6 | 75 | 117 | 132 | 0 | 114 | 370 | 122 | 15 |
| Binary | 1101 | 110 | 111101 | 1001111 | 1011010 | 0 | 1001100 | 11111000 | 1010010 | 1101 |
Color Harmonies of #0D063D
Complementary color
Monochromatic Colors of #0D063D
Black with #0D063D
Text Example
Text Example
White with #0D063D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D063D; }
p { color: rgb(13,6,61); }
H1.HeaderClassName
{
color: #0D063D;
}
.AnyTagClassName
{
color: #0D063D;
}
</style>
background-color css
<style>
a { background-color: #0D063D; }
a { background-color: rgb(13,6,61); }
div.DivClassName
{
background-color: #0D063D;
}
.BgClassName
{
background-color: #0D063D;
}
</style>
border-color css
<style>
span { border-color: #0D063D; }
span { border-color: rgb(13,6,61); }
td.TdClassName
{
border-color: #0D063D;
}
.TagClassName
{
border-color: #0D063D;
}
</style>