Shades of Paua #090445
Tints of Paua #090445
RGB
CMYK
RGB Variations
Color information
#090445 (or 0x090445) is known color: Paua. HEX triplet: 09, 04 and 45. RGB value is (9,4,69). Sum of RGB (Red+Green+Blue) = 9+4+69=82 (10% of max value = 765). Red value is 9 (3.91% from 255 or 10.98% from 82); Green value is 4 (1.95% from 255 or 4.88% from 82); Blue value is 69 (27.34% from 255 or 84.15% from 82); Max value from RGB is 69 - color contains mainly: blue. Hex color #090445 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #090445 is #F6FBBA. Grayscale: #0C0C0C. Windows color (decimal): -16186299 or 4523017. OLE color: 4523017.
HSL color Cylindrical-coordinate representation of color #090445: hue angle of 244.62º 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 #090445 is Cyan = 0.87, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 9 | 4 | 69 | - |
| CMYK | 0.87 | 0.94 | 0 | 0.73 |
| HSL | 244.62º | 0.89% | 0.14% | - |
| HSV(B) | 244.62º | 0.94% | 0.27% | - |
| XYZ | 1.23 | 0.57 | 5.68 | - |
| YUV | 12.91 | 159.66 | 125.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 4 | 69 | 0.87 | 0.94 | 0 | 0.73 | 244.62 | 0.89 | 0.14 |
| Hex | 9 | 4 | 45 | 57 | 5E | 0 | 49 | F5 | 59 | E |
| Octal | 11 | 4 | 105 | 127 | 136 | 0 | 111 | 365 | 131 | 16 |
| Binary | 1001 | 100 | 1000101 | 1010111 | 1011110 | 0 | 1001001 | 11110101 | 1011001 | 1110 |
Color Harmonies of #090445
Complementary color
Monochromatic Colors of #090445
Black with #090445
Text Example
Text Example
White with #090445
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #090445; }
p { color: rgb(9,4,69); }
H1.HeaderClassName
{
color: #090445;
}
.AnyTagClassName
{
color: #090445;
}
</style>
background-color css
<style>
a { background-color: #090445; }
a { background-color: rgb(9,4,69); }
div.DivClassName
{
background-color: #090445;
}
.BgClassName
{
background-color: #090445;
}
</style>
border-color css
<style>
span { border-color: #090445; }
span { border-color: rgb(9,4,69); }
td.TdClassName
{
border-color: #090445;
}
.TagClassName
{
border-color: #090445;
}
</style>