Shades of Tolopea #0A003A
Tints of Tolopea #0A003A
RGB
CMYK
RGB Variations
Color information
#0A003A (or 0x0A003A) is known color: Tolopea. HEX triplet: 0A, 00 and 3A. RGB value is (10,0,58). Sum of RGB (Red+Green+Blue) = 10+0+58=68 (9% of max value = 765). Red value is 10 (4.30% from 255 or 14.71% from 68); Green value is 0 (0.39% from 255 or 0% from 68); Blue value is 58 (23.05% from 255 or 85.29% from 68); Max value from RGB is 58 - color contains mainly: blue. Hex color #0A003A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0A003A is #F5FFC5. Grayscale: #090909. Windows color (decimal): -16121798 or 3801098. OLE color: 3801098.
HSL color Cylindrical-coordinate representation of color #0A003A: hue angle of 250.34º degrees, saturation: 1, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0A003A is Cyan = 0.83, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 10 | 0 | 58 | - |
| CMYK | 0.83 | 1 | 0 | 0.77 |
| HSL | 250.34º | 1% | 0.11% | - |
| HSV(B) | 250.34º | 1% | 0.23% | - |
| XYZ | 0.89 | 0.37 | 4.03 | - |
| YUV | 9.6 | 155.31 | 128.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 0 | 58 | 0.83 | 1 | 0 | 0.77 | 250.34 | 1 | 0.11 |
| Hex | A | 0 | 3A | 53 | 64 | 0 | 4D | FA | 64 | B |
| Octal | 12 | 0 | 72 | 123 | 144 | 0 | 115 | 372 | 144 | 13 |
| Binary | 1010 | 0 | 111010 | 1010011 | 1100100 | 0 | 1001101 | 11111010 | 1100100 | 1011 |
Color Harmonies of #0A003A
Complementary color
Monochromatic Colors of #0A003A
Black with #0A003A
Text Example
Text Example
White with #0A003A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A003A; }
p { color: rgb(10,0,58); }
H1.HeaderClassName
{
color: #0A003A;
}
.AnyTagClassName
{
color: #0A003A;
}
</style>
background-color css
<style>
a { background-color: #0A003A; }
a { background-color: rgb(10,0,58); }
div.DivClassName
{
background-color: #0A003A;
}
.BgClassName
{
background-color: #0A003A;
}
</style>
border-color css
<style>
span { border-color: #0A003A; }
span { border-color: rgb(10,0,58); }
td.TdClassName
{
border-color: #0A003A;
}
.TagClassName
{
border-color: #0A003A;
}
</style>