Shades of Tolopea #0D063C
Tints of Tolopea #0D063C
RGB
CMYK
RGB Variations
Color information
#0D063C (or 0x0D063C) is known color: Tolopea. HEX triplet: 0D, 06 and 3C. RGB value is (13,6,60). Sum of RGB (Red+Green+Blue) = 13+6+60=79 (10% of max value = 765). Red value is 13 (5.47% from 255 or 16.46% from 79); Green value is 6 (2.73% from 255 or 7.59% from 79); Blue value is 60 (23.83% from 255 or 75.95% from 79); Max value from RGB is 60 - color contains mainly: blue. Hex color #0D063C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0D063C is #F2F9C3. Grayscale: #0E0E0E. Windows color (decimal): -15923652 or 3933709. OLE color: 3933709.
HSL color Cylindrical-coordinate representation of color #0D063C: hue angle of 247.78º 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 #0D063C is Cyan = 0.78, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 13 | 6 | 60 | - |
| CMYK | 0.78 | 0.90 | 0 | 0.76 |
| HSL | 247.78º | 0.82% | 0.13% | - |
| HSV(B) | 247.78º | 0.9% | 0.24% | - |
| XYZ | 1.05 | 0.54 | 4.32 | - |
| YUV | 14.25 | 153.82 | 127.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 6 | 60 | 0.78 | 0.90 | 0 | 0.76 | 247.78 | 0.82 | 0.13 |
| Hex | D | 6 | 3C | 4E | 5A | 0 | 4C | F8 | 52 | D |
| Octal | 15 | 6 | 74 | 116 | 132 | 0 | 114 | 370 | 122 | 15 |
| Binary | 1101 | 110 | 111100 | 1001110 | 1011010 | 0 | 1001100 | 11111000 | 1010010 | 1101 |
Color Harmonies of #0D063C
Complementary color
Monochromatic Colors of #0D063C
Black with #0D063C
Text Example
Text Example
White with #0D063C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D063C; }
p { color: rgb(13,6,60); }
H1.HeaderClassName
{
color: #0D063C;
}
.AnyTagClassName
{
color: #0D063C;
}
</style>
background-color css
<style>
a { background-color: #0D063C; }
a { background-color: rgb(13,6,60); }
div.DivClassName
{
background-color: #0D063C;
}
.BgClassName
{
background-color: #0D063C;
}
</style>
border-color css
<style>
span { border-color: #0D063C; }
span { border-color: rgb(13,6,60); }
td.TdClassName
{
border-color: #0D063C;
}
.TagClassName
{
border-color: #0D063C;
}
</style>