Shades of Tolopea #100740
Tints of Tolopea #100740
RGB
CMYK
RGB Variations
Color information
#100740 (or 0x100740) is known color: Tolopea. HEX triplet: 10, 07 and 40. RGB value is (16,7,64). Sum of RGB (Red+Green+Blue) = 16+7+64=87 (11% of max value = 765). Red value is 16 (6.64% from 255 or 18.39% from 87); Green value is 7 (3.12% from 255 or 8.05% from 87); Blue value is 64 (25.39% from 255 or 73.56% from 87); Max value from RGB is 64 - color contains mainly: blue. Hex color #100740 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #100740 is #EFF8BF. Grayscale: #0F0F0F. Windows color (decimal): -15726784 or 4196112. OLE color: 4196112.
HSL color Cylindrical-coordinate representation of color #100740: hue angle of 249.47º degrees, saturation: 0.8, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #100740 is Cyan = 0.75, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 16 | 7 | 64 | - |
| CMYK | 0.75 | 0.89 | 0 | 0.75 |
| HSL | 249.47º | 0.8% | 0.14% | - |
| HSV(B) | 249.47º | 0.89% | 0.25% | - |
| XYZ | 1.22 | 0.63 | 4.91 | - |
| YUV | 16.19 | 154.98 | 127.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 7 | 64 | 0.75 | 0.89 | 0 | 0.75 | 249.47 | 0.8 | 0.14 |
| Hex | 10 | 7 | 40 | 4B | 59 | 0 | 4B | F9 | 50 | E |
| Octal | 20 | 7 | 100 | 113 | 131 | 0 | 113 | 371 | 120 | 16 |
| Binary | 10000 | 111 | 1000000 | 1001011 | 1011001 | 0 | 1001011 | 11111001 | 1010000 | 1110 |
Color Harmonies of #100740
Complementary color
Monochromatic Colors of #100740
Black with #100740
Text Example
Text Example
White with #100740
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #100740; }
p { color: rgb(16,7,64); }
H1.HeaderClassName
{
color: #100740;
}
.AnyTagClassName
{
color: #100740;
}
</style>
background-color css
<style>
a { background-color: #100740; }
a { background-color: rgb(16,7,64); }
div.DivClassName
{
background-color: #100740;
}
.BgClassName
{
background-color: #100740;
}
</style>
border-color css
<style>
span { border-color: #100740; }
span { border-color: rgb(16,7,64); }
td.TdClassName
{
border-color: #100740;
}
.TagClassName
{
border-color: #100740;
}
</style>