Shades of Tolopea #10062F
Tints of Tolopea #10062F
RGB
CMYK
RGB Variations
Color information
#10062F (or 0x10062F) is known color: Tolopea. HEX triplet: 10, 06 and 2F. RGB value is (16,6,47). Sum of RGB (Red+Green+Blue) = 16+6+47=69 (9% of max value = 765). Red value is 16 (6.64% from 255 or 23.19% from 69); Green value is 6 (2.73% from 255 or 8.70% from 69); Blue value is 47 (18.75% from 255 or 68.12% from 69); Max value from RGB is 47 - color contains mainly: blue. Hex color #10062F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #10062F is #EFF9D0. Grayscale: #0D0D0D. Windows color (decimal): -15727057 or 3081744. OLE color: 3081744.
HSL color Cylindrical-coordinate representation of color #10062F: hue angle of 254.63º degrees, saturation: 0.77, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #10062F is Cyan = 0.66, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 16 | 6 | 47 | - |
| CMYK | 0.66 | 0.87 | 0 | 0.82 |
| HSL | 254.63º | 0.77% | 0.1% | - |
| HSV(B) | 254.63º | 0.87% | 0.18% | - |
| XYZ | 0.79 | 0.45 | 2.73 | - |
| YUV | 13.66 | 146.81 | 129.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 6 | 47 | 0.66 | 0.87 | 0 | 0.82 | 254.63 | 0.77 | 0.1 |
| Hex | 10 | 6 | 2F | 42 | 57 | 0 | 52 | FF | 4D | A |
| Octal | 20 | 6 | 57 | 102 | 127 | 0 | 122 | 377 | 115 | 12 |
| Binary | 10000 | 110 | 101111 | 1000010 | 1010111 | 0 | 1010010 | 11111111 | 1001101 | 1010 |
Color Harmonies of #10062F
Complementary color
Monochromatic Colors of #10062F
Black with #10062F
Text Example
Text Example
White with #10062F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10062F; }
p { color: rgb(16,6,47); }
H1.HeaderClassName
{
color: #10062F;
}
.AnyTagClassName
{
color: #10062F;
}
</style>
background-color css
<style>
a { background-color: #10062F; }
a { background-color: rgb(16,6,47); }
div.DivClassName
{
background-color: #10062F;
}
.BgClassName
{
background-color: #10062F;
}
</style>
border-color css
<style>
span { border-color: #10062F; }
span { border-color: rgb(16,6,47); }
td.TdClassName
{
border-color: #10062F;
}
.TagClassName
{
border-color: #10062F;
}
</style>