Shades of Paua #0A0040
Tints of Paua #0A0040
RGB
CMYK
RGB Variations
Color information
#0A0040 (or 0x0A0040) is known color: Paua. HEX triplet: 0A, 00 and 40. RGB value is (10,0,64). Sum of RGB (Red+Green+Blue) = 10+0+64=74 (9% of max value = 765). Red value is 10 (4.30% from 255 or 13.51% from 74); Green value is 0 (0.39% from 255 or 0% from 74); Blue value is 64 (25.39% from 255 or 86.49% from 74); Max value from RGB is 64 - color contains mainly: blue. Hex color #0A0040 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0A0040 is #F5FFBF. Grayscale: #0A0A0A. Windows color (decimal): -16121792 or 4194314. OLE color: 4194314.
HSL color Cylindrical-coordinate representation of color #0A0040: hue angle of 249.38º degrees, saturation: 1, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0A0040 is Cyan = 0.84, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 10 | 0 | 64 | - |
| CMYK | 0.84 | 1 | 0 | 0.75 |
| HSL | 249.38º | 1% | 0.13% | - |
| HSV(B) | 249.38º | 1% | 0.25% | - |
| XYZ | 1.05 | 0.43 | 4.88 | - |
| YUV | 10.29 | 158.31 | 127.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 0 | 64 | 0.84 | 1 | 0 | 0.75 | 249.38 | 1 | 0.13 |
| Hex | A | 0 | 40 | 54 | 64 | 0 | 4B | F9 | 64 | D |
| Octal | 12 | 0 | 100 | 124 | 144 | 0 | 113 | 371 | 144 | 15 |
| Binary | 1010 | 0 | 1000000 | 1010100 | 1100100 | 0 | 1001011 | 11111001 | 1100100 | 1101 |
Color Harmonies of #0A0040
Complementary color
Monochromatic Colors of #0A0040
Black with #0A0040
Text Example
Text Example
White with #0A0040
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A0040; }
p { color: rgb(10,0,64); }
H1.HeaderClassName
{
color: #0A0040;
}
.AnyTagClassName
{
color: #0A0040;
}
</style>
background-color css
<style>
a { background-color: #0A0040; }
a { background-color: rgb(10,0,64); }
div.DivClassName
{
background-color: #0A0040;
}
.BgClassName
{
background-color: #0A0040;
}
</style>
border-color css
<style>
span { border-color: #0A0040; }
span { border-color: rgb(10,0,64); }
td.TdClassName
{
border-color: #0A0040;
}
.TagClassName
{
border-color: #0A0040;
}
</style>