Shades of Tolopea #15073B
Tints of Tolopea #15073B
RGB
CMYK
RGB Variations
Color information
#15073B (or 0x15073B) is known color: Tolopea. HEX triplet: 15, 07 and 3B. RGB value is (21,7,59). Sum of RGB (Red+Green+Blue) = 21+7+59=87 (11% of max value = 765). Red value is 21 (8.59% from 255 or 24.14% from 87); Green value is 7 (3.12% from 255 or 8.05% from 87); Blue value is 59 (23.44% from 255 or 67.82% from 87); Max value from RGB is 59 - color contains mainly: blue. Hex color #15073B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #15073B is #EAF8C4. Grayscale: #101010. Windows color (decimal): -15399109 or 3868437. OLE color: 3868437.
HSL color Cylindrical-coordinate representation of color #15073B: hue angle of 256.15º degrees, saturation: 0.79, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #15073B is Cyan = 0.64, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 21 | 7 | 59 | - |
| CMYK | 0.64 | 0.88 | 0 | 0.77 |
| HSL | 256.15º | 0.79% | 0.13% | - |
| HSV(B) | 256.15º | 0.88% | 0.23% | - |
| XYZ | 1.17 | 0.63 | 4.2 | - |
| YUV | 17.11 | 151.64 | 130.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 7 | 59 | 0.64 | 0.88 | 0 | 0.77 | 256.15 | 0.79 | 0.13 |
| Hex | 15 | 7 | 3B | 40 | 58 | 0 | 4D | 100 | 4F | D |
| Octal | 25 | 7 | 73 | 100 | 130 | 0 | 115 | 400 | 117 | 15 |
| Binary | 10101 | 111 | 111011 | 1000000 | 1011000 | 0 | 1001101 | 100000000 | 1001111 | 1101 |
Color Harmonies of #15073B
Complementary color
Monochromatic Colors of #15073B
Black with #15073B
Text Example
Text Example
White with #15073B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15073B; }
p { color: rgb(21,7,59); }
H1.HeaderClassName
{
color: #15073B;
}
.AnyTagClassName
{
color: #15073B;
}
</style>
background-color css
<style>
a { background-color: #15073B; }
a { background-color: rgb(21,7,59); }
div.DivClassName
{
background-color: #15073B;
}
.BgClassName
{
background-color: #15073B;
}
</style>
border-color css
<style>
span { border-color: #15073B; }
span { border-color: rgb(21,7,59); }
td.TdClassName
{
border-color: #15073B;
}
.TagClassName
{
border-color: #15073B;
}
</style>