Shades of Tolopea #100539
Tints of Tolopea #100539
RGB
CMYK
RGB Variations
Color information
#100539 (or 0x100539) is known color: Tolopea. HEX triplet: 10, 05 and 39. RGB value is (16,5,57). Sum of RGB (Red+Green+Blue) = 16+5+57=78 (10% of max value = 765). Red value is 16 (6.64% from 255 or 20.51% from 78); Green value is 5 (2.34% from 255 or 6.41% from 78); Blue value is 57 (22.66% from 255 or 73.08% from 78); Max value from RGB is 57 - color contains mainly: blue. Hex color #100539 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #100539 is #EFFAC6. Grayscale: #0E0E0E. Windows color (decimal): -15727303 or 3736848. OLE color: 3736848.
HSL color Cylindrical-coordinate representation of color #100539: hue angle of 252.69º degrees, saturation: 0.84, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #100539 is Cyan = 0.72, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 16 | 5 | 57 | - |
| CMYK | 0.72 | 0.91 | 0 | 0.78 |
| HSL | 252.69º | 0.84% | 0.12% | - |
| HSV(B) | 252.69º | 0.91% | 0.22% | - |
| XYZ | 1.01 | 0.51 | 3.92 | - |
| YUV | 14.22 | 152.14 | 129.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 5 | 57 | 0.72 | 0.91 | 0 | 0.78 | 252.69 | 0.84 | 0.12 |
| Hex | 10 | 5 | 39 | 48 | 5B | 0 | 4E | FD | 54 | C |
| Octal | 20 | 5 | 71 | 110 | 133 | 0 | 116 | 375 | 124 | 14 |
| Binary | 10000 | 101 | 111001 | 1001000 | 1011011 | 0 | 1001110 | 11111101 | 1010100 | 1100 |
Color Harmonies of #100539
Complementary color
Monochromatic Colors of #100539
Black with #100539
Text Example
Text Example
White with #100539
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #100539; }
p { color: rgb(16,5,57); }
H1.HeaderClassName
{
color: #100539;
}
.AnyTagClassName
{
color: #100539;
}
</style>
background-color css
<style>
a { background-color: #100539; }
a { background-color: rgb(16,5,57); }
div.DivClassName
{
background-color: #100539;
}
.BgClassName
{
background-color: #100539;
}
</style>
border-color css
<style>
span { border-color: #100539; }
span { border-color: rgb(16,5,57); }
td.TdClassName
{
border-color: #100539;
}
.TagClassName
{
border-color: #100539;
}
</style>