Shades of Paua #090041
Tints of Paua #090041
RGB
CMYK
RGB Variations
Color information
#090041 (or 0x090041) is known color: Paua. HEX triplet: 09, 00 and 41. RGB value is (9,0,65). Sum of RGB (Red+Green+Blue) = 9+0+65=74 (9% of max value = 765). Red value is 9 (3.91% from 255 or 12.16% from 74); Green value is 0 (0.39% from 255 or 0% from 74); Blue value is 65 (25.78% from 255 or 87.84% from 74); Max value from RGB is 65 - color contains mainly: blue. Hex color #090041 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #090041 is #F6FFBE. Grayscale: #090909. Windows color (decimal): -16187327 or 4259849. OLE color: 4259849.
HSL color Cylindrical-coordinate representation of color #090041: hue angle of 248.31º 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 #090041 is Cyan = 0.86, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 9 | 0 | 65 | - |
| CMYK | 0.86 | 1 | 0 | 0.75 |
| HSL | 248.31º | 1% | 0.13% | - |
| HSV(B) | 248.31º | 1% | 0.25% | - |
| XYZ | 1.07 | 0.44 | 5.03 | - |
| YUV | 10.1 | 158.98 | 127.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 0 | 65 | 0.86 | 1 | 0 | 0.75 | 248.31 | 1 | 0.13 |
| Hex | 9 | 0 | 41 | 56 | 64 | 0 | 4B | F8 | 64 | D |
| Octal | 11 | 0 | 101 | 126 | 144 | 0 | 113 | 370 | 144 | 15 |
| Binary | 1001 | 0 | 1000001 | 1010110 | 1100100 | 0 | 1001011 | 11111000 | 1100100 | 1101 |
Color Harmonies of #090041
Complementary color
Monochromatic Colors of #090041
Black with #090041
Text Example
Text Example
White with #090041
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #090041; }
p { color: rgb(9,0,65); }
H1.HeaderClassName
{
color: #090041;
}
.AnyTagClassName
{
color: #090041;
}
</style>
background-color css
<style>
a { background-color: #090041; }
a { background-color: rgb(9,0,65); }
div.DivClassName
{
background-color: #090041;
}
.BgClassName
{
background-color: #090041;
}
</style>
border-color css
<style>
span { border-color: #090041; }
span { border-color: rgb(9,0,65); }
td.TdClassName
{
border-color: #090041;
}
.TagClassName
{
border-color: #090041;
}
</style>