Shades of Tolopea #10033A
Tints of Tolopea #10033A
RGB
CMYK
RGB Variations
Color information
#10033A (or 0x10033A) is known color: Tolopea. HEX triplet: 10, 03 and 3A. RGB value is (16,3,58). Sum of RGB (Red+Green+Blue) = 16+3+58=77 (10% of max value = 765). Red value is 16 (6.64% from 255 or 20.78% from 77); Green value is 3 (1.56% from 255 or 3.90% from 77); Blue value is 58 (23.05% from 255 or 75.32% from 77); Max value from RGB is 58 - color contains mainly: blue. Hex color #10033A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #10033A is #EFFCC5. Grayscale: #0C0C0C. Windows color (decimal): -15727814 or 3801872. OLE color: 3801872.
HSL color Cylindrical-coordinate representation of color #10033A: hue angle of 254.18º degrees, saturation: 0.9, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #10033A is Cyan = 0.72, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 16 | 3 | 58 | - |
| CMYK | 0.72 | 0.95 | 0 | 0.77 |
| HSL | 254.18º | 0.9% | 0.12% | - |
| HSV(B) | 254.18º | 0.95% | 0.23% | - |
| XYZ | 1.01 | 0.48 | 4.04 | - |
| YUV | 13.16 | 153.31 | 130.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 3 | 58 | 0.72 | 0.95 | 0 | 0.77 | 254.18 | 0.9 | 0.12 |
| Hex | 10 | 3 | 3A | 48 | 5F | 0 | 4D | FE | 5A | C |
| Octal | 20 | 3 | 72 | 110 | 137 | 0 | 115 | 376 | 132 | 14 |
| Binary | 10000 | 11 | 111010 | 1001000 | 1011111 | 0 | 1001101 | 11111110 | 1011010 | 1100 |
Color Harmonies of #10033A
Complementary color
Monochromatic Colors of #10033A
Black with #10033A
Text Example
Text Example
White with #10033A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10033A; }
p { color: rgb(16,3,58); }
H1.HeaderClassName
{
color: #10033A;
}
.AnyTagClassName
{
color: #10033A;
}
</style>
background-color css
<style>
a { background-color: #10033A; }
a { background-color: rgb(16,3,58); }
div.DivClassName
{
background-color: #10033A;
}
.BgClassName
{
background-color: #10033A;
}
</style>
border-color css
<style>
span { border-color: #10033A; }
span { border-color: rgb(16,3,58); }
td.TdClassName
{
border-color: #10033A;
}
.TagClassName
{
border-color: #10033A;
}
</style>