Shades of Tolopea #10073D
Tints of Tolopea #10073D
RGB
CMYK
RGB Variations
Color information
#10073D (or 0x10073D) is known color: Tolopea. HEX triplet: 10, 07 and 3D. RGB value is (16,7,61). Sum of RGB (Red+Green+Blue) = 16+7+61=84 (11% of max value = 765). Red value is 16 (6.64% from 255 or 19.05% from 84); Green value is 7 (3.12% from 255 or 8.33% from 84); Blue value is 61 (24.22% from 255 or 72.62% from 84); Max value from RGB is 61 - color contains mainly: blue. Hex color #10073D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #10073D is #EFF8C2. Grayscale: #0F0F0F. Windows color (decimal): -15726787 or 3999504. OLE color: 3999504.
HSL color Cylindrical-coordinate representation of color #10073D: hue angle of 250º degrees, saturation: 0.79, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #10073D is Cyan = 0.74, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 16 | 7 | 61 | - |
| CMYK | 0.74 | 0.89 | 0 | 0.76 |
| HSL | 250º | 0.79% | 0.13% | - |
| HSV(B) | 250º | 0.89% | 0.24% | - |
| XYZ | 1.13 | 0.6 | 4.47 | - |
| YUV | 15.85 | 153.48 | 128.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 7 | 61 | 0.74 | 0.89 | 0 | 0.76 | 250 | 0.79 | 0.13 |
| Hex | 10 | 7 | 3D | 4A | 59 | 0 | 4C | FA | 4F | D |
| Octal | 20 | 7 | 75 | 112 | 131 | 0 | 114 | 372 | 117 | 15 |
| Binary | 10000 | 111 | 111101 | 1001010 | 1011001 | 0 | 1001100 | 11111010 | 1001111 | 1101 |
Color Harmonies of #10073D
Complementary color
Monochromatic Colors of #10073D
Black with #10073D
Text Example
Text Example
White with #10073D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10073D; }
p { color: rgb(16,7,61); }
H1.HeaderClassName
{
color: #10073D;
}
.AnyTagClassName
{
color: #10073D;
}
</style>
background-color css
<style>
a { background-color: #10073D; }
a { background-color: rgb(16,7,61); }
div.DivClassName
{
background-color: #10073D;
}
.BgClassName
{
background-color: #10073D;
}
</style>
border-color css
<style>
span { border-color: #10073D; }
span { border-color: rgb(16,7,61); }
td.TdClassName
{
border-color: #10073D;
}
.TagClassName
{
border-color: #10073D;
}
</style>