Shades of Tolopea #13053D
Tints of Tolopea #13053D
RGB
CMYK
RGB Variations
Color information
#13053D (or 0x13053D) is known color: Tolopea. HEX triplet: 13, 05 and 3D. RGB value is (19,5,61). Sum of RGB (Red+Green+Blue) = 19+5+61=85 (11% of max value = 765). Red value is 19 (7.81% from 255 or 22.35% from 85); Green value is 5 (2.34% from 255 or 5.88% from 85); Blue value is 61 (24.22% from 255 or 71.76% from 85); Max value from RGB is 61 - color contains mainly: blue. Hex color #13053D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #13053D is #ECFAC2. Grayscale: #0F0F0F. Windows color (decimal): -15530691 or 3998995. OLE color: 3998995.
HSL color Cylindrical-coordinate representation of color #13053D: hue angle of 255º degrees, saturation: 0.85, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #13053D is Cyan = 0.69, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 19 | 5 | 61 | - |
| CMYK | 0.69 | 0.92 | 0 | 0.76 |
| HSL | 255º | 0.85% | 0.13% | - |
| HSV(B) | 255º | 0.92% | 0.24% | - |
| XYZ | 1.17 | 0.58 | 4.47 | - |
| YUV | 15.57 | 153.64 | 130.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 5 | 61 | 0.69 | 0.92 | 0 | 0.76 | 255 | 0.85 | 0.13 |
| Hex | 13 | 5 | 3D | 45 | 5C | 0 | 4C | FF | 55 | D |
| Octal | 23 | 5 | 75 | 105 | 134 | 0 | 114 | 377 | 125 | 15 |
| Binary | 10011 | 101 | 111101 | 1000101 | 1011100 | 0 | 1001100 | 11111111 | 1010101 | 1101 |
Color Harmonies of #13053D
Complementary color
Monochromatic Colors of #13053D
Black with #13053D
Text Example
Text Example
White with #13053D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13053D; }
p { color: rgb(19,5,61); }
H1.HeaderClassName
{
color: #13053D;
}
.AnyTagClassName
{
color: #13053D;
}
</style>
background-color css
<style>
a { background-color: #13053D; }
a { background-color: rgb(19,5,61); }
div.DivClassName
{
background-color: #13053D;
}
.BgClassName
{
background-color: #13053D;
}
</style>
border-color css
<style>
span { border-color: #13053D; }
span { border-color: rgb(19,5,61); }
td.TdClassName
{
border-color: #13053D;
}
.TagClassName
{
border-color: #13053D;
}
</style>