Shades of Paua #0A0747
Tints of Paua #0A0747
RGB
CMYK
RGB Variations
Color information
#0A0747 (or 0x0A0747) is known color: Paua. HEX triplet: 0A, 07 and 47. RGB value is (10,7,71). Sum of RGB (Red+Green+Blue) = 10+7+71=88 (11% of max value = 765). Red value is 10 (4.30% from 255 or 11.36% from 88); Green value is 7 (3.12% from 255 or 7.95% from 88); Blue value is 71 (28.12% from 255 or 80.68% from 88); Max value from RGB is 71 - color contains mainly: blue. Hex color #0A0747 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0A0747 is #F5F8B8. Grayscale: #0E0E0E. Windows color (decimal): -16119993 or 4654858. OLE color: 4654858.
HSL color Cylindrical-coordinate representation of color #0A0747: hue angle of 242.81º degrees, saturation: 0.82, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0A0747 is Cyan = 0.86, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 10 | 7 | 71 | - |
| CMYK | 0.86 | 0.90 | 0 | 0.72 |
| HSL | 242.81º | 0.82% | 0.15% | - |
| HSV(B) | 242.81º | 0.9% | 0.28% | - |
| XYZ | 1.34 | 0.67 | 6.02 | - |
| YUV | 15.19 | 159.49 | 124.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 7 | 71 | 0.86 | 0.90 | 0 | 0.72 | 242.81 | 0.82 | 0.15 |
| Hex | A | 7 | 47 | 56 | 5A | 0 | 48 | F3 | 52 | F |
| Octal | 12 | 7 | 107 | 126 | 132 | 0 | 110 | 363 | 122 | 17 |
| Binary | 1010 | 111 | 1000111 | 1010110 | 1011010 | 0 | 1001000 | 11110011 | 1010010 | 1111 |
Color Harmonies of #0A0747
Complementary color
Monochromatic Colors of #0A0747
Black with #0A0747
Text Example
Text Example
White with #0A0747
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A0747; }
p { color: rgb(10,7,71); }
H1.HeaderClassName
{
color: #0A0747;
}
.AnyTagClassName
{
color: #0A0747;
}
</style>
background-color css
<style>
a { background-color: #0A0747; }
a { background-color: rgb(10,7,71); }
div.DivClassName
{
background-color: #0A0747;
}
.BgClassName
{
background-color: #0A0747;
}
</style>
border-color css
<style>
span { border-color: #0A0747; }
span { border-color: rgb(10,7,71); }
td.TdClassName
{
border-color: #0A0747;
}
.TagClassName
{
border-color: #0A0747;
}
</style>