Shades of Tolopea #10063E
Tints of Tolopea #10063E
RGB
CMYK
RGB Variations
Color information
#10063E (or 0x10063E) is known color: Tolopea. HEX triplet: 10, 06 and 3E. RGB value is (16,6,62). Sum of RGB (Red+Green+Blue) = 16+6+62=84 (11% of max value = 765). Red value is 16 (6.64% from 255 or 19.05% from 84); Green value is 6 (2.73% from 255 or 7.14% from 84); Blue value is 62 (24.61% from 255 or 73.81% from 84); Max value from RGB is 62 - color contains mainly: blue. Hex color #10063E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #10063E is #EFF9C1. Grayscale: #0F0F0F. Windows color (decimal): -15727042 or 4064784. OLE color: 4064784.
HSL color Cylindrical-coordinate representation of color #10063E: hue angle of 250.71º degrees, saturation: 0.82, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #10063E is Cyan = 0.74, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 16 | 6 | 62 | - |
| CMYK | 0.74 | 0.90 | 0 | 0.76 |
| HSL | 250.71º | 0.82% | 0.13% | - |
| HSV(B) | 250.71º | 0.9% | 0.24% | - |
| XYZ | 1.15 | 0.59 | 4.61 | - |
| YUV | 15.37 | 154.31 | 128.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 6 | 62 | 0.74 | 0.90 | 0 | 0.76 | 250.71 | 0.82 | 0.13 |
| Hex | 10 | 6 | 3E | 4A | 5A | 0 | 4C | FB | 52 | D |
| Octal | 20 | 6 | 76 | 112 | 132 | 0 | 114 | 373 | 122 | 15 |
| Binary | 10000 | 110 | 111110 | 1001010 | 1011010 | 0 | 1001100 | 11111011 | 1010010 | 1101 |
Color Harmonies of #10063E
Complementary color
Monochromatic Colors of #10063E
Black with #10063E
Text Example
Text Example
White with #10063E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10063E; }
p { color: rgb(16,6,62); }
H1.HeaderClassName
{
color: #10063E;
}
.AnyTagClassName
{
color: #10063E;
}
</style>
background-color css
<style>
a { background-color: #10063E; }
a { background-color: rgb(16,6,62); }
div.DivClassName
{
background-color: #10063E;
}
.BgClassName
{
background-color: #10063E;
}
</style>
border-color css
<style>
span { border-color: #10063E; }
span { border-color: rgb(16,6,62); }
td.TdClassName
{
border-color: #10063E;
}
.TagClassName
{
border-color: #10063E;
}
</style>