Shades of Paua #0A0449
Tints of Paua #0A0449
RGB
CMYK
RGB Variations
Color information
#0A0449 (or 0x0A0449) is known color: Paua. HEX triplet: 0A, 04 and 49. RGB value is (10,4,73). Sum of RGB (Red+Green+Blue) = 10+4+73=87 (11% of max value = 765). Red value is 10 (4.30% from 255 or 11.49% from 87); Green value is 4 (1.95% from 255 or 4.60% from 87); Blue value is 73 (28.91% from 255 or 83.91% from 87); Max value from RGB is 73 - color contains mainly: blue. Hex color #0A0449 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0A0449 is #F5FBB6. Grayscale: #0D0D0D. Windows color (decimal): -16120759 or 4785162. OLE color: 4785162.
HSL color Cylindrical-coordinate representation of color #0A0449: hue angle of 245.22º degrees, saturation: 0.9, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0A0449 is Cyan = 0.86, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 10 | 4 | 73 | - |
| CMYK | 0.86 | 0.95 | 0 | 0.71 |
| HSL | 245.22º | 0.9% | 0.15% | - |
| HSV(B) | 245.22º | 0.95% | 0.29% | - |
| XYZ | 1.37 | 0.63 | 6.35 | - |
| YUV | 13.66 | 161.49 | 125.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 4 | 73 | 0.86 | 0.95 | 0 | 0.71 | 245.22 | 0.9 | 0.15 |
| Hex | A | 4 | 49 | 56 | 5F | 0 | 47 | F5 | 5A | F |
| Octal | 12 | 4 | 111 | 126 | 137 | 0 | 107 | 365 | 132 | 17 |
| Binary | 1010 | 100 | 1001001 | 1010110 | 1011111 | 0 | 1000111 | 11110101 | 1011010 | 1111 |
Color Harmonies of #0A0449
Complementary color
Monochromatic Colors of #0A0449
Black with #0A0449
Text Example
Text Example
White with #0A0449
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A0449; }
p { color: rgb(10,4,73); }
H1.HeaderClassName
{
color: #0A0449;
}
.AnyTagClassName
{
color: #0A0449;
}
</style>
background-color css
<style>
a { background-color: #0A0449; }
a { background-color: rgb(10,4,73); }
div.DivClassName
{
background-color: #0A0449;
}
.BgClassName
{
background-color: #0A0449;
}
</style>
border-color css
<style>
span { border-color: #0A0449; }
span { border-color: rgb(10,4,73); }
td.TdClassName
{
border-color: #0A0449;
}
.TagClassName
{
border-color: #0A0449;
}
</style>