Shades of Paua #0A0749
Tints of Paua #0A0749
RGB
CMYK
RGB Variations
Color information
#0A0749 (or 0x0A0749) is known color: Paua. HEX triplet: 0A, 07 and 49. RGB value is (10,7,73). Sum of RGB (Red+Green+Blue) = 10+7+73=90 (11% of max value = 765). Red value is 10 (4.30% from 255 or 11.11% from 90); Green value is 7 (3.12% from 255 or 7.78% from 90); Blue value is 73 (28.91% from 255 or 81.11% from 90); Max value from RGB is 73 - color contains mainly: blue. Hex color #0A0749 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0A0749 is #F5F8B6. Grayscale: #0F0F0F. Windows color (decimal): -16119991 or 4785930. OLE color: 4785930.
HSL color Cylindrical-coordinate representation of color #0A0749: hue angle of 242.73º degrees, saturation: 0.82, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0A0749 is Cyan = 0.86, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 10 | 7 | 73 | - |
| CMYK | 0.86 | 0.90 | 0 | 0.71 |
| HSL | 242.73º | 0.83% | 0.16% | - |
| HSV(B) | 242.73º | 0.9% | 0.29% | - |
| XYZ | 1.4 | 0.7 | 6.36 | - |
| YUV | 15.42 | 160.49 | 124.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 7 | 73 | 0.86 | 0.90 | 0 | 0.71 | 242.73 | 0.83 | 0.16 |
| Hex | A | 7 | 49 | 56 | 5A | 0 | 47 | F3 | 52 | 10 |
| Octal | 12 | 7 | 111 | 126 | 132 | 0 | 107 | 363 | 122 | 20 |
| Binary | 1010 | 111 | 1001001 | 1010110 | 1011010 | 0 | 1000111 | 11110011 | 1010010 | 10000 |
Color Harmonies of #0A0749
Complementary color
Monochromatic Colors of #0A0749
Black with #0A0749
Text Example
Text Example
White with #0A0749
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A0749; }
p { color: rgb(10,7,73); }
H1.HeaderClassName
{
color: #0A0749;
}
.AnyTagClassName
{
color: #0A0749;
}
</style>
background-color css
<style>
a { background-color: #0A0749; }
a { background-color: rgb(10,7,73); }
div.DivClassName
{
background-color: #0A0749;
}
.BgClassName
{
background-color: #0A0749;
}
</style>
border-color css
<style>
span { border-color: #0A0749; }
span { border-color: rgb(10,7,73); }
td.TdClassName
{
border-color: #0A0749;
}
.TagClassName
{
border-color: #0A0749;
}
</style>