Shades of Tolopea #13023B
Tints of Tolopea #13023B
RGB
CMYK
RGB Variations
Color information
#13023B (or 0x13023B) is known color: Tolopea. HEX triplet: 13, 02 and 3B. RGB value is (19,2,59). Sum of RGB (Red+Green+Blue) = 19+2+59=80 (10% of max value = 765). Red value is 19 (7.81% from 255 or 23.75% from 80); Green value is 2 (1.17% from 255 or 2.5% from 80); Blue value is 59 (23.44% from 255 or 73.75% from 80); Max value from RGB is 59 - color contains mainly: blue. Hex color #13023B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #13023B is #ECFDC4. Grayscale: #0D0D0D. Windows color (decimal): -15531461 or 3867155. OLE color: 3867155.
HSL color Cylindrical-coordinate representation of color #13023B: hue angle of 257.89º degrees, saturation: 0.93, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #13023B is Cyan = 0.68, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 19 | 2 | 59 | - |
| CMYK | 0.68 | 0.97 | 0 | 0.77 |
| HSL | 257.89º | 0.93% | 0.12% | - |
| HSV(B) | 257.89º | 0.97% | 0.23% | - |
| XYZ | 1.08 | 0.5 | 4.18 | - |
| YUV | 13.58 | 153.63 | 131.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 2 | 59 | 0.68 | 0.97 | 0 | 0.77 | 257.89 | 0.93 | 0.12 |
| Hex | 13 | 2 | 3B | 44 | 61 | 0 | 4D | 102 | 5D | C |
| Octal | 23 | 2 | 73 | 104 | 141 | 0 | 115 | 402 | 135 | 14 |
| Binary | 10011 | 10 | 111011 | 1000100 | 1100001 | 0 | 1001101 | 100000010 | 1011101 | 1100 |
Color Harmonies of #13023B
Complementary color
Monochromatic Colors of #13023B
Black with #13023B
Text Example
Text Example
White with #13023B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13023B; }
p { color: rgb(19,2,59); }
H1.HeaderClassName
{
color: #13023B;
}
.AnyTagClassName
{
color: #13023B;
}
</style>
background-color css
<style>
a { background-color: #13023B; }
a { background-color: rgb(19,2,59); }
div.DivClassName
{
background-color: #13023B;
}
.BgClassName
{
background-color: #13023B;
}
</style>
border-color css
<style>
span { border-color: #13023B; }
span { border-color: rgb(19,2,59); }
td.TdClassName
{
border-color: #13023B;
}
.TagClassName
{
border-color: #13023B;
}
</style>