Shades of Paua #090147
Tints of Paua #090147
RGB
CMYK
RGB Variations
Color information
#090147 (or 0x090147) is known color: Paua. HEX triplet: 09, 01 and 47. RGB value is (9,1,71). Sum of RGB (Red+Green+Blue) = 9+1+71=81 (10% of max value = 765). Red value is 9 (3.91% from 255 or 11.11% from 81); Green value is 1 (0.78% from 255 or 1.23% from 81); Blue value is 71 (28.12% from 255 or 87.65% from 81); Max value from RGB is 71 - color contains mainly: blue. Hex color #090147 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #090147 is #F6FEB8. Grayscale: #0B0B0B. Windows color (decimal): -16187065 or 4653321. OLE color: 4653321.
HSL color Cylindrical-coordinate representation of color #090147: hue angle of 246.86º degrees, saturation: 0.97, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #090147 is Cyan = 0.87, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 9 | 1 | 71 | - |
| CMYK | 0.87 | 0.99 | 0 | 0.72 |
| HSL | 246.86º | 0.97% | 0.14% | - |
| HSV(B) | 246.86º | 0.99% | 0.28% | - |
| XYZ | 1.26 | 0.53 | 6 | - |
| YUV | 11.37 | 161.65 | 126.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 1 | 71 | 0.87 | 0.99 | 0 | 0.72 | 246.86 | 0.97 | 0.14 |
| Hex | 9 | 1 | 47 | 57 | 63 | 0 | 48 | F7 | 61 | E |
| Octal | 11 | 1 | 107 | 127 | 143 | 0 | 110 | 367 | 141 | 16 |
| Binary | 1001 | 1 | 1000111 | 1010111 | 1100011 | 0 | 1001000 | 11110111 | 1100001 | 1110 |
Color Harmonies of #090147
Complementary color
Monochromatic Colors of #090147
Black with #090147
Text Example
Text Example
White with #090147
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #090147; }
p { color: rgb(9,1,71); }
H1.HeaderClassName
{
color: #090147;
}
.AnyTagClassName
{
color: #090147;
}
</style>
background-color css
<style>
a { background-color: #090147; }
a { background-color: rgb(9,1,71); }
div.DivClassName
{
background-color: #090147;
}
.BgClassName
{
background-color: #090147;
}
</style>
border-color css
<style>
span { border-color: #090147; }
span { border-color: rgb(9,1,71); }
td.TdClassName
{
border-color: #090147;
}
.TagClassName
{
border-color: #090147;
}
</style>