Shades of Paua #080046
Tints of Paua #080046
RGB
CMYK
RGB Variations
Color information
#080046 (or 0x080046) is known color: Paua. HEX triplet: 08, 00 and 46. RGB value is (8,0,70). Sum of RGB (Red+Green+Blue) = 8+0+70=78 (10% of max value = 765). Red value is 8 (3.52% from 255 or 10.26% from 78); Green value is 0 (0.39% from 255 or 0% from 78); Blue value is 70 (27.73% from 255 or 89.74% from 78); Max value from RGB is 70 - color contains mainly: blue. Hex color #080046 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #080046 is #F7FFB9. Grayscale: #0A0A0A. Windows color (decimal): -16252858 or 4587528. OLE color: 4587528.
HSL color Cylindrical-coordinate representation of color #080046: hue angle of 246.86º degrees, saturation: 1, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 1%. Process color model (Four color, CMYK) of #080046 is Cyan = 0.89, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 8 | 0 | 70 | - |
| CMYK | 0.89 | 1 | 0 | 0.73 |
| HSL | 246.86º | 1% | 0.14% | - |
| HSV(B) | 246.86º | 1% | 0.27% | - |
| XYZ | 1.21 | 0.49 | 5.83 | - |
| YUV | 10.37 | 161.65 | 126.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 0 | 70 | 0.89 | 1 | 0 | 0.73 | 246.86 | 1 | 0.14 |
| Hex | 8 | 0 | 46 | 59 | 64 | 0 | 49 | F7 | 64 | E |
| Octal | 10 | 0 | 106 | 131 | 144 | 0 | 111 | 367 | 144 | 16 |
| Binary | 1000 | 0 | 1000110 | 1011001 | 1100100 | 0 | 1001001 | 11110111 | 1100100 | 1110 |
Color Harmonies of #080046
Complementary color
Monochromatic Colors of #080046
Black with #080046
Text Example
Text Example
White with #080046
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #080046; }
p { color: rgb(8,0,70); }
H1.HeaderClassName
{
color: #080046;
}
.AnyTagClassName
{
color: #080046;
}
</style>
background-color css
<style>
a { background-color: #080046; }
a { background-color: rgb(8,0,70); }
div.DivClassName
{
background-color: #080046;
}
.BgClassName
{
background-color: #080046;
}
</style>
border-color css
<style>
span { border-color: #080046; }
span { border-color: rgb(8,0,70); }
td.TdClassName
{
border-color: #080046;
}
.TagClassName
{
border-color: #080046;
}
</style>