Shades of Tolopea #13063D
Tints of Tolopea #13063D
RGB
CMYK
RGB Variations
Color information
#13063D (or 0x13063D) is known color: Tolopea. HEX triplet: 13, 06 and 3D. RGB value is (19,6,61). Sum of RGB (Red+Green+Blue) = 19+6+61=86 (11% of max value = 765). Red value is 19 (7.81% from 255 or 22.09% from 86); Green value is 6 (2.73% from 255 or 6.98% from 86); Blue value is 61 (24.22% from 255 or 70.93% from 86); Max value from RGB is 61 - color contains mainly: blue. Hex color #13063D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #13063D is #ECF9C2. Grayscale: #0F0F0F. Windows color (decimal): -15530435 or 3999251. OLE color: 3999251.
HSL color Cylindrical-coordinate representation of color #13063D: hue angle of 254.18º 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 #13063D is Cyan = 0.69, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 19 | 6 | 61 | - |
| CMYK | 0.69 | 0.90 | 0 | 0.76 |
| HSL | 254.18º | 0.82% | 0.13% | - |
| HSV(B) | 254.18º | 0.9% | 0.24% | - |
| XYZ | 1.18 | 0.61 | 4.47 | - |
| YUV | 16.16 | 153.31 | 130.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 6 | 61 | 0.69 | 0.90 | 0 | 0.76 | 254.18 | 0.82 | 0.13 |
| Hex | 13 | 6 | 3D | 45 | 5A | 0 | 4C | FE | 52 | D |
| Octal | 23 | 6 | 75 | 105 | 132 | 0 | 114 | 376 | 122 | 15 |
| Binary | 10011 | 110 | 111101 | 1000101 | 1011010 | 0 | 1001100 | 11111110 | 1010010 | 1101 |
Color Harmonies of #13063D
Complementary color
Monochromatic Colors of #13063D
Black with #13063D
Text Example
Text Example
White with #13063D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13063D; }
p { color: rgb(19,6,61); }
H1.HeaderClassName
{
color: #13063D;
}
.AnyTagClassName
{
color: #13063D;
}
</style>
background-color css
<style>
a { background-color: #13063D; }
a { background-color: rgb(19,6,61); }
div.DivClassName
{
background-color: #13063D;
}
.BgClassName
{
background-color: #13063D;
}
</style>
border-color css
<style>
span { border-color: #13063D; }
span { border-color: rgb(19,6,61); }
td.TdClassName
{
border-color: #13063D;
}
.TagClassName
{
border-color: #13063D;
}
</style>