Shades of Tolopea #0A003D
Tints of Tolopea #0A003D
RGB
CMYK
RGB Variations
Color information
#0A003D (or 0x0A003D) is known color: Tolopea. HEX triplet: 0A, 00 and 3D. RGB value is (10,0,61). Sum of RGB (Red+Green+Blue) = 10+0+61=71 (9% of max value = 765). Red value is 10 (4.30% from 255 or 14.08% from 71); Green value is 0 (0.39% from 255 or 0% from 71); Blue value is 61 (24.22% from 255 or 85.92% from 71); Max value from RGB is 61 - color contains mainly: blue. Hex color #0A003D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0A003D is #F5FFC2. Grayscale: #090909. Windows color (decimal): -16121795 or 3997706. OLE color: 3997706.
HSL color Cylindrical-coordinate representation of color #0A003D: hue angle of 249.84º degrees, saturation: 1, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0A003D is Cyan = 0.84, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 10 | 0 | 61 | - |
| CMYK | 0.84 | 1 | 0 | 0.76 |
| HSL | 249.84º | 1% | 0.12% | - |
| HSV(B) | 249.84º | 1% | 0.24% | - |
| XYZ | 0.97 | 0.4 | 4.44 | - |
| YUV | 9.94 | 156.81 | 128.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 0 | 61 | 0.84 | 1 | 0 | 0.76 | 249.84 | 1 | 0.12 |
| Hex | A | 0 | 3D | 54 | 64 | 0 | 4C | FA | 64 | C |
| Octal | 12 | 0 | 75 | 124 | 144 | 0 | 114 | 372 | 144 | 14 |
| Binary | 1010 | 0 | 111101 | 1010100 | 1100100 | 0 | 1001100 | 11111010 | 1100100 | 1100 |
Color Harmonies of #0A003D
Complementary color
Monochromatic Colors of #0A003D
Black with #0A003D
Text Example
Text Example
White with #0A003D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A003D; }
p { color: rgb(10,0,61); }
H1.HeaderClassName
{
color: #0A003D;
}
.AnyTagClassName
{
color: #0A003D;
}
</style>
background-color css
<style>
a { background-color: #0A003D; }
a { background-color: rgb(10,0,61); }
div.DivClassName
{
background-color: #0A003D;
}
.BgClassName
{
background-color: #0A003D;
}
</style>
border-color css
<style>
span { border-color: #0A003D; }
span { border-color: rgb(10,0,61); }
td.TdClassName
{
border-color: #0A003D;
}
.TagClassName
{
border-color: #0A003D;
}
</style>