Shades of Tolopea #10053D
Tints of Tolopea #10053D
RGB
CMYK
RGB Variations
Color information
#10053D (or 0x10053D) is known color: Tolopea. HEX triplet: 10, 05 and 3D. RGB value is (16,5,61). Sum of RGB (Red+Green+Blue) = 16+5+61=82 (10% of max value = 765). Red value is 16 (6.64% from 255 or 19.51% from 82); Green value is 5 (2.34% from 255 or 6.10% from 82); Blue value is 61 (24.22% from 255 or 74.39% from 82); Max value from RGB is 61 - color contains mainly: blue. Hex color #10053D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #10053D is #EFFAC2. Grayscale: #0E0E0E. Windows color (decimal): -15727299 or 3998992. OLE color: 3998992.
HSL color Cylindrical-coordinate representation of color #10053D: hue angle of 251.79º degrees, saturation: 0.85, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #10053D is Cyan = 0.74, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 16 | 5 | 61 | - |
| CMYK | 0.74 | 0.92 | 0 | 0.76 |
| HSL | 251.79º | 0.85% | 0.13% | - |
| HSV(B) | 251.79º | 0.92% | 0.24% | - |
| XYZ | 1.11 | 0.56 | 4.46 | - |
| YUV | 14.67 | 154.14 | 128.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 5 | 61 | 0.74 | 0.92 | 0 | 0.76 | 251.79 | 0.85 | 0.13 |
| Hex | 10 | 5 | 3D | 4A | 5C | 0 | 4C | FC | 55 | D |
| Octal | 20 | 5 | 75 | 112 | 134 | 0 | 114 | 374 | 125 | 15 |
| Binary | 10000 | 101 | 111101 | 1001010 | 1011100 | 0 | 1001100 | 11111100 | 1010101 | 1101 |
Color Harmonies of #10053D
Complementary color
Monochromatic Colors of #10053D
Black with #10053D
Text Example
Text Example
White with #10053D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10053D; }
p { color: rgb(16,5,61); }
H1.HeaderClassName
{
color: #10053D;
}
.AnyTagClassName
{
color: #10053D;
}
</style>
background-color css
<style>
a { background-color: #10053D; }
a { background-color: rgb(16,5,61); }
div.DivClassName
{
background-color: #10053D;
}
.BgClassName
{
background-color: #10053D;
}
</style>
border-color css
<style>
span { border-color: #10053D; }
span { border-color: rgb(16,5,61); }
td.TdClassName
{
border-color: #10053D;
}
.TagClassName
{
border-color: #10053D;
}
</style>