Shades of Tolopea #10063C
Tints of Tolopea #10063C
RGB
CMYK
RGB Variations
Color information
#10063C (or 0x10063C) is known color: Tolopea. HEX triplet: 10, 06 and 3C. RGB value is (16,6,60). Sum of RGB (Red+Green+Blue) = 16+6+60=82 (10% of max value = 765). Red value is 16 (6.64% from 255 or 19.51% from 82); Green value is 6 (2.73% from 255 or 7.32% from 82); Blue value is 60 (23.83% from 255 or 73.17% from 82); Max value from RGB is 60 - color contains mainly: blue. Hex color #10063C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #10063C is #EFF9C3. Grayscale: #0E0E0E. Windows color (decimal): -15727044 or 3933712. OLE color: 3933712.
HSL color Cylindrical-coordinate representation of color #10063C: hue angle of 251.11º 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 #10063C is Cyan = 0.73, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 16 | 6 | 60 | - |
| CMYK | 0.73 | 0.90 | 0 | 0.76 |
| HSL | 251.11º | 0.82% | 0.13% | - |
| HSV(B) | 251.11º | 0.9% | 0.24% | - |
| XYZ | 1.09 | 0.57 | 4.33 | - |
| YUV | 15.15 | 153.31 | 128.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 6 | 60 | 0.73 | 0.90 | 0 | 0.76 | 251.11 | 0.82 | 0.13 |
| Hex | 10 | 6 | 3C | 49 | 5A | 0 | 4C | FB | 52 | D |
| Octal | 20 | 6 | 74 | 111 | 132 | 0 | 114 | 373 | 122 | 15 |
| Binary | 10000 | 110 | 111100 | 1001001 | 1011010 | 0 | 1001100 | 11111011 | 1010010 | 1101 |
Color Harmonies of #10063C
Complementary color
Monochromatic Colors of #10063C
Black with #10063C
Text Example
Text Example
White with #10063C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10063C; }
p { color: rgb(16,6,60); }
H1.HeaderClassName
{
color: #10063C;
}
.AnyTagClassName
{
color: #10063C;
}
</style>
background-color css
<style>
a { background-color: #10063C; }
a { background-color: rgb(16,6,60); }
div.DivClassName
{
background-color: #10063C;
}
.BgClassName
{
background-color: #10063C;
}
</style>
border-color css
<style>
span { border-color: #10063C; }
span { border-color: rgb(16,6,60); }
td.TdClassName
{
border-color: #10063C;
}
.TagClassName
{
border-color: #10063C;
}
</style>