Shades of Tolopea #10053F
Tints of Tolopea #10053F
RGB
CMYK
RGB Variations
Color information
#10053F (or 0x10053F) is known color: Tolopea. HEX triplet: 10, 05 and 3F. RGB value is (16,5,63). Sum of RGB (Red+Green+Blue) = 16+5+63=84 (11% of max value = 765). Red value is 16 (6.64% from 255 or 19.05% from 84); Green value is 5 (2.34% from 255 or 5.95% from 84); Blue value is 63 (25% from 255 or 75% from 84); Max value from RGB is 63 - color contains mainly: blue. Hex color #10053F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #10053F is #EFFAC0. Grayscale: #0E0E0E. Windows color (decimal): -15727297 or 4130064. OLE color: 4130064.
HSL color Cylindrical-coordinate representation of color #10053F: hue angle of 251.38º degrees, saturation: 0.85, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #10053F is Cyan = 0.75, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 16 | 5 | 63 | - |
| CMYK | 0.75 | 0.92 | 0 | 0.75 |
| HSL | 251.38º | 0.85% | 0.13% | - |
| HSV(B) | 251.38º | 0.92% | 0.25% | - |
| XYZ | 1.17 | 0.58 | 4.75 | - |
| YUV | 14.9 | 155.14 | 128.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 5 | 63 | 0.75 | 0.92 | 0 | 0.75 | 251.38 | 0.85 | 0.13 |
| Hex | 10 | 5 | 3F | 4B | 5C | 0 | 4B | FB | 55 | D |
| Octal | 20 | 5 | 77 | 113 | 134 | 0 | 113 | 373 | 125 | 15 |
| Binary | 10000 | 101 | 111111 | 1001011 | 1011100 | 0 | 1001011 | 11111011 | 1010101 | 1101 |
Color Harmonies of #10053F
Complementary color
Monochromatic Colors of #10053F
Black with #10053F
Text Example
Text Example
White with #10053F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10053F; }
p { color: rgb(16,5,63); }
H1.HeaderClassName
{
color: #10053F;
}
.AnyTagClassName
{
color: #10053F;
}
</style>
background-color css
<style>
a { background-color: #10053F; }
a { background-color: rgb(16,5,63); }
div.DivClassName
{
background-color: #10053F;
}
.BgClassName
{
background-color: #10053F;
}
</style>
border-color css
<style>
span { border-color: #10053F; }
span { border-color: rgb(16,5,63); }
td.TdClassName
{
border-color: #10053F;
}
.TagClassName
{
border-color: #10053F;
}
</style>