Shades of Tolopea #15073D
Tints of Tolopea #15073D
RGB
CMYK
RGB Variations
Color information
#15073D (or 0x15073D) is known color: Tolopea. HEX triplet: 15, 07 and 3D. RGB value is (21,7,61). Sum of RGB (Red+Green+Blue) = 21+7+61=89 (11% of max value = 765). Red value is 21 (8.59% from 255 or 23.60% from 89); Green value is 7 (3.12% from 255 or 7.87% from 89); Blue value is 61 (24.22% from 255 or 68.54% from 89); Max value from RGB is 61 - color contains mainly: blue. Hex color #15073D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #15073D is #EAF8C2. Grayscale: #111111. Windows color (decimal): -15399107 or 3999509. OLE color: 3999509.
HSL color Cylindrical-coordinate representation of color #15073D: hue angle of 255.56º degrees, saturation: 0.79, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #15073D is Cyan = 0.66, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 21 | 7 | 61 | - |
| CMYK | 0.66 | 0.89 | 0 | 0.76 |
| HSL | 255.56º | 0.79% | 0.13% | - |
| HSV(B) | 255.56º | 0.89% | 0.24% | - |
| XYZ | 1.23 | 0.65 | 4.48 | - |
| YUV | 17.34 | 152.64 | 130.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 7 | 61 | 0.66 | 0.89 | 0 | 0.76 | 255.56 | 0.79 | 0.13 |
| Hex | 15 | 7 | 3D | 42 | 59 | 0 | 4C | 100 | 4F | D |
| Octal | 25 | 7 | 75 | 102 | 131 | 0 | 114 | 400 | 117 | 15 |
| Binary | 10101 | 111 | 111101 | 1000010 | 1011001 | 0 | 1001100 | 100000000 | 1001111 | 1101 |
Color Harmonies of #15073D
Complementary color
Monochromatic Colors of #15073D
Black with #15073D
Text Example
Text Example
White with #15073D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15073D; }
p { color: rgb(21,7,61); }
H1.HeaderClassName
{
color: #15073D;
}
.AnyTagClassName
{
color: #15073D;
}
</style>
background-color css
<style>
a { background-color: #15073D; }
a { background-color: rgb(21,7,61); }
div.DivClassName
{
background-color: #15073D;
}
.BgClassName
{
background-color: #15073D;
}
</style>
border-color css
<style>
span { border-color: #15073D; }
span { border-color: rgb(21,7,61); }
td.TdClassName
{
border-color: #15073D;
}
.TagClassName
{
border-color: #15073D;
}
</style>