Shades of Paua #0A0547
Tints of Paua #0A0547
RGB
CMYK
RGB Variations
Color information
#0A0547 (or 0x0A0547) is known color: Paua. HEX triplet: 0A, 05 and 47. RGB value is (10,5,71). Sum of RGB (Red+Green+Blue) = 10+5+71=86 (11% of max value = 765). Red value is 10 (4.30% from 255 or 11.63% from 86); Green value is 5 (2.34% from 255 or 5.81% from 86); Blue value is 71 (28.12% from 255 or 82.56% from 86); Max value from RGB is 71 - color contains mainly: blue. Hex color #0A0547 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0A0547 is #F5FAB8. Grayscale: #0D0D0D. Windows color (decimal): -16120505 or 4654346. OLE color: 4654346.
HSL color Cylindrical-coordinate representation of color #0A0547: hue angle of 244.55º degrees, saturation: 0.87, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0A0547 is Cyan = 0.86, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 10 | 5 | 71 | - |
| CMYK | 0.86 | 0.93 | 0 | 0.72 |
| HSL | 244.55º | 0.87% | 0.15% | - |
| HSV(B) | 244.55º | 0.93% | 0.28% | - |
| XYZ | 1.32 | 0.63 | 6.01 | - |
| YUV | 14.02 | 160.16 | 125.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 5 | 71 | 0.86 | 0.93 | 0 | 0.72 | 244.55 | 0.87 | 0.15 |
| Hex | A | 5 | 47 | 56 | 5D | 0 | 48 | F5 | 57 | F |
| Octal | 12 | 5 | 107 | 126 | 135 | 0 | 110 | 365 | 127 | 17 |
| Binary | 1010 | 101 | 1000111 | 1010110 | 1011101 | 0 | 1001000 | 11110101 | 1010111 | 1111 |
Color Harmonies of #0A0547
Complementary color
Monochromatic Colors of #0A0547
Black with #0A0547
Text Example
Text Example
White with #0A0547
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A0547; }
p { color: rgb(10,5,71); }
H1.HeaderClassName
{
color: #0A0547;
}
.AnyTagClassName
{
color: #0A0547;
}
</style>
background-color css
<style>
a { background-color: #0A0547; }
a { background-color: rgb(10,5,71); }
div.DivClassName
{
background-color: #0A0547;
}
.BgClassName
{
background-color: #0A0547;
}
</style>
border-color css
<style>
span { border-color: #0A0547; }
span { border-color: rgb(10,5,71); }
td.TdClassName
{
border-color: #0A0547;
}
.TagClassName
{
border-color: #0A0547;
}
</style>