Shades of Tolopea #100736
Tints of Tolopea #100736
RGB
CMYK
RGB Variations
Color information
#100736 (or 0x100736) is known color: Tolopea. HEX triplet: 10, 07 and 36. RGB value is (16,7,54). Sum of RGB (Red+Green+Blue) = 16+7+54=77 (10% of max value = 765). Red value is 16 (6.64% from 255 or 20.78% from 77); Green value is 7 (3.12% from 255 or 9.09% from 77); Blue value is 54 (21.48% from 255 or 70.13% from 77); Max value from RGB is 54 - color contains mainly: blue. Hex color #100736 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #100736 is #EFF8C9. Grayscale: #0E0E0E. Windows color (decimal): -15726794 or 3540752. OLE color: 3540752.
HSL color Cylindrical-coordinate representation of color #100736: hue angle of 251.49º degrees, saturation: 0.77, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #100736 is Cyan = 0.70, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 16 | 7 | 54 | - |
| CMYK | 0.70 | 0.87 | 0 | 0.79 |
| HSL | 251.49º | 0.77% | 0.12% | - |
| HSV(B) | 251.49º | 0.87% | 0.21% | - |
| XYZ | 0.96 | 0.53 | 3.54 | - |
| YUV | 15.05 | 149.98 | 128.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 7 | 54 | 0.70 | 0.87 | 0 | 0.79 | 251.49 | 0.77 | 0.12 |
| Hex | 10 | 7 | 36 | 46 | 57 | 0 | 4F | FB | 4D | C |
| Octal | 20 | 7 | 66 | 106 | 127 | 0 | 117 | 373 | 115 | 14 |
| Binary | 10000 | 111 | 110110 | 1000110 | 1010111 | 0 | 1001111 | 11111011 | 1001101 | 1100 |
Color Harmonies of #100736
Complementary color
Monochromatic Colors of #100736
Black with #100736
Text Example
Text Example
White with #100736
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #100736; }
p { color: rgb(16,7,54); }
H1.HeaderClassName
{
color: #100736;
}
.AnyTagClassName
{
color: #100736;
}
</style>
background-color css
<style>
a { background-color: #100736; }
a { background-color: rgb(16,7,54); }
div.DivClassName
{
background-color: #100736;
}
.BgClassName
{
background-color: #100736;
}
</style>
border-color css
<style>
span { border-color: #100736; }
span { border-color: rgb(16,7,54); }
td.TdClassName
{
border-color: #100736;
}
.TagClassName
{
border-color: #100736;
}
</style>