Shades of Paua #0A0044
Tints of Paua #0A0044
RGB
CMYK
RGB Variations
Color information
#0A0044 (or 0x0A0044) is known color: Paua. HEX triplet: 0A, 00 and 44. RGB value is (10,0,68). Sum of RGB (Red+Green+Blue) = 10+0+68=78 (10% of max value = 765). Red value is 10 (4.30% from 255 or 12.82% from 78); Green value is 0 (0.39% from 255 or 0% from 78); Blue value is 68 (26.95% from 255 or 87.18% from 78); Max value from RGB is 68 - color contains mainly: blue. Hex color #0A0044 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0A0044 is #F5FFBB. Grayscale: #0A0A0A. Windows color (decimal): -16121788 or 4456458. OLE color: 4456458.
HSL color Cylindrical-coordinate representation of color #0A0044: hue angle of 248.82º degrees, saturation: 1, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0A0044 is Cyan = 0.85, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 10 | 0 | 68 | - |
| CMYK | 0.85 | 1 | 0 | 0.73 |
| HSL | 248.82º | 1% | 0.13% | - |
| HSV(B) | 248.82º | 1% | 0.27% | - |
| XYZ | 1.17 | 0.48 | 5.5 | - |
| YUV | 10.74 | 160.31 | 127.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 0 | 68 | 0.85 | 1 | 0 | 0.73 | 248.82 | 1 | 0.13 |
| Hex | A | 0 | 44 | 55 | 64 | 0 | 49 | F9 | 64 | D |
| Octal | 12 | 0 | 104 | 125 | 144 | 0 | 111 | 371 | 144 | 15 |
| Binary | 1010 | 0 | 1000100 | 1010101 | 1100100 | 0 | 1001001 | 11111001 | 1100100 | 1101 |
Color Harmonies of #0A0044
Complementary color
Monochromatic Colors of #0A0044
Black with #0A0044
Text Example
Text Example
White with #0A0044
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A0044; }
p { color: rgb(10,0,68); }
H1.HeaderClassName
{
color: #0A0044;
}
.AnyTagClassName
{
color: #0A0044;
}
</style>
background-color css
<style>
a { background-color: #0A0044; }
a { background-color: rgb(10,0,68); }
div.DivClassName
{
background-color: #0A0044;
}
.BgClassName
{
background-color: #0A0044;
}
</style>
border-color css
<style>
span { border-color: #0A0044; }
span { border-color: rgb(10,0,68); }
td.TdClassName
{
border-color: #0A0044;
}
.TagClassName
{
border-color: #0A0044;
}
</style>