Shades of Paua #090444
Tints of Paua #090444
RGB
CMYK
RGB Variations
Color information
#090444 (or 0x090444) is known color: Paua. HEX triplet: 09, 04 and 44. RGB value is (9,4,68). Sum of RGB (Red+Green+Blue) = 9+4+68=81 (10% of max value = 765). Red value is 9 (3.91% from 255 or 11.11% from 81); Green value is 4 (1.95% from 255 or 4.94% from 81); Blue value is 68 (26.95% from 255 or 83.95% from 81); Max value from RGB is 68 - color contains mainly: blue. Hex color #090444 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #090444 is #F6FBBB. Grayscale: #0C0C0C. Windows color (decimal): -16186300 or 4457481. OLE color: 4457481.
HSL color Cylindrical-coordinate representation of color #090444: hue angle of 244.69º degrees, saturation: 0.89, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #090444 is Cyan = 0.87, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 9 | 4 | 68 | - |
| CMYK | 0.87 | 0.94 | 0 | 0.73 |
| HSL | 244.69º | 0.89% | 0.14% | - |
| HSV(B) | 244.69º | 0.94% | 0.27% | - |
| XYZ | 1.2 | 0.56 | 5.51 | - |
| YUV | 12.79 | 159.16 | 125.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 4 | 68 | 0.87 | 0.94 | 0 | 0.73 | 244.69 | 0.89 | 0.14 |
| Hex | 9 | 4 | 44 | 57 | 5E | 0 | 49 | F5 | 59 | E |
| Octal | 11 | 4 | 104 | 127 | 136 | 0 | 111 | 365 | 131 | 16 |
| Binary | 1001 | 100 | 1000100 | 1010111 | 1011110 | 0 | 1001001 | 11110101 | 1011001 | 1110 |
Color Harmonies of #090444
Complementary color
Monochromatic Colors of #090444
Black with #090444
Text Example
Text Example
White with #090444
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #090444; }
p { color: rgb(9,4,68); }
H1.HeaderClassName
{
color: #090444;
}
.AnyTagClassName
{
color: #090444;
}
</style>
background-color css
<style>
a { background-color: #090444; }
a { background-color: rgb(9,4,68); }
div.DivClassName
{
background-color: #090444;
}
.BgClassName
{
background-color: #090444;
}
</style>
border-color css
<style>
span { border-color: #090444; }
span { border-color: rgb(9,4,68); }
td.TdClassName
{
border-color: #090444;
}
.TagClassName
{
border-color: #090444;
}
</style>