Shades of Tolopea #13023A
Tints of Tolopea #13023A
RGB
CMYK
RGB Variations
Color information
#13023A (or 0x13023A) is known color: Tolopea. HEX triplet: 13, 02 and 3A. RGB value is (19,2,58). Sum of RGB (Red+Green+Blue) = 19+2+58=79 (10% of max value = 765). Red value is 19 (7.81% from 255 or 24.05% from 79); Green value is 2 (1.17% from 255 or 2.53% from 79); Blue value is 58 (23.05% from 255 or 73.42% from 79); Max value from RGB is 58 - color contains mainly: blue. Hex color #13023A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #13023A is #ECFDC5. Grayscale: #0D0D0D. Windows color (decimal): -15531462 or 3801619. OLE color: 3801619.
HSL color Cylindrical-coordinate representation of color #13023A: hue angle of 258.21º 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 #13023A is Cyan = 0.67, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 19 | 2 | 58 | - |
| CMYK | 0.67 | 0.97 | 0 | 0.77 |
| HSL | 258.21º | 0.93% | 0.12% | - |
| HSV(B) | 258.21º | 0.97% | 0.23% | - |
| XYZ | 1.05 | 0.49 | 4.04 | - |
| YUV | 13.47 | 153.13 | 131.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 2 | 58 | 0.67 | 0.97 | 0 | 0.77 | 258.21 | 0.93 | 0.12 |
| Hex | 13 | 2 | 3A | 43 | 61 | 0 | 4D | 102 | 5D | C |
| Octal | 23 | 2 | 72 | 103 | 141 | 0 | 115 | 402 | 135 | 14 |
| Binary | 10011 | 10 | 111010 | 1000011 | 1100001 | 0 | 1001101 | 100000010 | 1011101 | 1100 |
Color Harmonies of #13023A
Complementary color
Monochromatic Colors of #13023A
Black with #13023A
Text Example
Text Example
White with #13023A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13023A; }
p { color: rgb(19,2,58); }
H1.HeaderClassName
{
color: #13023A;
}
.AnyTagClassName
{
color: #13023A;
}
</style>
background-color css
<style>
a { background-color: #13023A; }
a { background-color: rgb(19,2,58); }
div.DivClassName
{
background-color: #13023A;
}
.BgClassName
{
background-color: #13023A;
}
</style>
border-color css
<style>
span { border-color: #13023A; }
span { border-color: rgb(19,2,58); }
td.TdClassName
{
border-color: #13023A;
}
.TagClassName
{
border-color: #13023A;
}
</style>