Shades of Tolopea #10003B
Tints of Tolopea #10003B
RGB
CMYK
RGB Variations
Color information
#10003B (or 0x10003B) is known color: Tolopea. HEX triplet: 10, 00 and 3B. RGB value is (16,0,59). Sum of RGB (Red+Green+Blue) = 16+0+59=75 (9% of max value = 765). Red value is 16 (6.64% from 255 or 21.33% from 75); Green value is 0 (0.39% from 255 or 0% from 75); Blue value is 59 (23.44% from 255 or 78.67% from 75); Max value from RGB is 59 - color contains mainly: blue. Hex color #10003B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #10003B is #EFFFC4. Grayscale: #0B0B0B. Windows color (decimal): -15728581 or 3866640. OLE color: 3866640.
HSL color Cylindrical-coordinate representation of color #10003B: hue angle of 256.27º degrees, saturation: 1, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 1%. Process color model (Four color, CMYK) of #10003B is Cyan = 0.73, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 16 | 0 | 59 | - |
| CMYK | 0.73 | 1 | 0 | 0.77 |
| HSL | 256.27º | 1% | 0.12% | - |
| HSV(B) | 256.27º | 1% | 0.23% | - |
| XYZ | 1 | 0.43 | 4.17 | - |
| YUV | 11.51 | 154.8 | 131.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 0 | 59 | 0.73 | 1 | 0 | 0.77 | 256.27 | 1 | 0.12 |
| Hex | 10 | 0 | 3B | 49 | 64 | 0 | 4D | 100 | 64 | C |
| Octal | 20 | 0 | 73 | 111 | 144 | 0 | 115 | 400 | 144 | 14 |
| Binary | 10000 | 0 | 111011 | 1001001 | 1100100 | 0 | 1001101 | 100000000 | 1100100 | 1100 |
Color Harmonies of #10003B
Complementary color
Monochromatic Colors of #10003B
Black with #10003B
Text Example
Text Example
White with #10003B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10003B; }
p { color: rgb(16,0,59); }
H1.HeaderClassName
{
color: #10003B;
}
.AnyTagClassName
{
color: #10003B;
}
</style>
background-color css
<style>
a { background-color: #10003B; }
a { background-color: rgb(16,0,59); }
div.DivClassName
{
background-color: #10003B;
}
.BgClassName
{
background-color: #10003B;
}
</style>
border-color css
<style>
span { border-color: #10003B; }
span { border-color: rgb(16,0,59); }
td.TdClassName
{
border-color: #10003B;
}
.TagClassName
{
border-color: #10003B;
}
</style>