Shades of Tolopea #15053A
Tints of Tolopea #15053A
RGB
CMYK
RGB Variations
Color information
#15053A (or 0x15053A) is known color: Tolopea. HEX triplet: 15, 05 and 3A. RGB value is (21,5,58). Sum of RGB (Red+Green+Blue) = 21+5+58=84 (11% of max value = 765). Red value is 21 (8.59% from 255 or 25% from 84); Green value is 5 (2.34% from 255 or 5.95% from 84); Blue value is 58 (23.05% from 255 or 69.05% from 84); Max value from RGB is 58 - color contains mainly: blue. Hex color #15053A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #15053A is #EAFAC5. Grayscale: #0F0F0F. Windows color (decimal): -15399622 or 3802389. OLE color: 3802389.
HSL color Cylindrical-coordinate representation of color #15053A: hue angle of 258.11º degrees, saturation: 0.84, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #15053A is Cyan = 0.64, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 21 | 5 | 58 | - |
| CMYK | 0.64 | 0.91 | 0 | 0.77 |
| HSL | 258.11º | 0.84% | 0.12% | - |
| HSV(B) | 258.11º | 0.91% | 0.23% | - |
| XYZ | 1.13 | 0.57 | 4.05 | - |
| YUV | 15.83 | 151.8 | 131.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 5 | 58 | 0.64 | 0.91 | 0 | 0.77 | 258.11 | 0.84 | 0.12 |
| Hex | 15 | 5 | 3A | 40 | 5B | 0 | 4D | 102 | 54 | C |
| Octal | 25 | 5 | 72 | 100 | 133 | 0 | 115 | 402 | 124 | 14 |
| Binary | 10101 | 101 | 111010 | 1000000 | 1011011 | 0 | 1001101 | 100000010 | 1010100 | 1100 |
Color Harmonies of #15053A
Complementary color
Monochromatic Colors of #15053A
Black with #15053A
Text Example
Text Example
White with #15053A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15053A; }
p { color: rgb(21,5,58); }
H1.HeaderClassName
{
color: #15053A;
}
.AnyTagClassName
{
color: #15053A;
}
</style>
background-color css
<style>
a { background-color: #15053A; }
a { background-color: rgb(21,5,58); }
div.DivClassName
{
background-color: #15053A;
}
.BgClassName
{
background-color: #15053A;
}
</style>
border-color css
<style>
span { border-color: #15053A; }
span { border-color: rgb(21,5,58); }
td.TdClassName
{
border-color: #15053A;
}
.TagClassName
{
border-color: #15053A;
}
</style>