Shades of Tolopea #0A002F
Tints of Tolopea #0A002F
RGB
CMYK
RGB Variations
Color information
#0A002F (or 0x0A002F) is known color: Tolopea. HEX triplet: 0A, 00 and 2F. RGB value is (10,0,47). Sum of RGB (Red+Green+Blue) = 10+0+47=57 (7% of max value = 765). Red value is 10 (4.30% from 255 or 17.54% from 57); Green value is 0 (0.39% from 255 or 0% from 57); Blue value is 47 (18.75% from 255 or 82.46% from 57); Max value from RGB is 47 - color contains mainly: blue. Hex color #0A002F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0A002F is #F5FFD0. Grayscale: #080808. Windows color (decimal): -16121809 or 3080202. OLE color: 3080202.
HSL color Cylindrical-coordinate representation of color #0A002F: hue angle of 252.77º degrees, saturation: 1, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0A002F is Cyan = 0.79, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 10 | 0 | 47 | - |
| CMYK | 0.79 | 1 | 0 | 0.82 |
| HSL | 252.77º | 1% | 0.09% | - |
| HSV(B) | 252.77º | 1% | 0.18% | - |
| XYZ | 0.64 | 0.27 | 2.71 | - |
| YUV | 8.35 | 149.81 | 129.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 0 | 47 | 0.79 | 1 | 0 | 0.82 | 252.77 | 1 | 0.09 |
| Hex | A | 0 | 2F | 4F | 64 | 0 | 52 | FD | 64 | 9 |
| Octal | 12 | 0 | 57 | 117 | 144 | 0 | 122 | 375 | 144 | 11 |
| Binary | 1010 | 0 | 101111 | 1001111 | 1100100 | 0 | 1010010 | 11111101 | 1100100 | 1001 |
Color Harmonies of #0A002F
Complementary color
Monochromatic Colors of #0A002F
Black with #0A002F
Text Example
Text Example
White with #0A002F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A002F; }
p { color: rgb(10,0,47); }
H1.HeaderClassName
{
color: #0A002F;
}
.AnyTagClassName
{
color: #0A002F;
}
</style>
background-color css
<style>
a { background-color: #0A002F; }
a { background-color: rgb(10,0,47); }
div.DivClassName
{
background-color: #0A002F;
}
.BgClassName
{
background-color: #0A002F;
}
</style>
border-color css
<style>
span { border-color: #0A002F; }
span { border-color: rgb(10,0,47); }
td.TdClassName
{
border-color: #0A002F;
}
.TagClassName
{
border-color: #0A002F;
}
</style>