Shades of Paua #0A0041
Tints of Paua #0A0041
RGB
CMYK
RGB Variations
Color information
#0A0041 (or 0x0A0041) is known color: Paua. HEX triplet: 0A, 00 and 41. RGB value is (10,0,65). Sum of RGB (Red+Green+Blue) = 10+0+65=75 (9% of max value = 765). Red value is 10 (4.30% from 255 or 13.33% from 75); Green value is 0 (0.39% from 255 or 0% from 75); Blue value is 65 (25.78% from 255 or 86.67% from 75); Max value from RGB is 65 - color contains mainly: blue. Hex color #0A0041 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0A0041 is #F5FFBE. Grayscale: #0A0A0A. Windows color (decimal): -16121791 or 4259850. OLE color: 4259850.
HSL color Cylindrical-coordinate representation of color #0A0041: hue angle of 249.23º 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 #0A0041 is Cyan = 0.85, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 10 | 0 | 65 | - |
| CMYK | 0.85 | 1 | 0 | 0.75 |
| HSL | 249.23º | 1% | 0.13% | - |
| HSV(B) | 249.23º | 1% | 0.25% | - |
| XYZ | 1.08 | 0.45 | 5.03 | - |
| YUV | 10.4 | 158.81 | 127.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 0 | 65 | 0.85 | 1 | 0 | 0.75 | 249.23 | 1 | 0.13 |
| Hex | A | 0 | 41 | 55 | 64 | 0 | 4B | F9 | 64 | D |
| Octal | 12 | 0 | 101 | 125 | 144 | 0 | 113 | 371 | 144 | 15 |
| Binary | 1010 | 0 | 1000001 | 1010101 | 1100100 | 0 | 1001011 | 11111001 | 1100100 | 1101 |
Color Harmonies of #0A0041
Complementary color
Monochromatic Colors of #0A0041
Black with #0A0041
Text Example
Text Example
White with #0A0041
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A0041; }
p { color: rgb(10,0,65); }
H1.HeaderClassName
{
color: #0A0041;
}
.AnyTagClassName
{
color: #0A0041;
}
</style>
background-color css
<style>
a { background-color: #0A0041; }
a { background-color: rgb(10,0,65); }
div.DivClassName
{
background-color: #0A0041;
}
.BgClassName
{
background-color: #0A0041;
}
</style>
border-color css
<style>
span { border-color: #0A0041; }
span { border-color: rgb(10,0,65); }
td.TdClassName
{
border-color: #0A0041;
}
.TagClassName
{
border-color: #0A0041;
}
</style>