Shades of Paua #080246
Tints of Paua #080246
RGB
CMYK
RGB Variations
Color information
#080246 (or 0x080246) is known color: Paua. HEX triplet: 08, 02 and 46. RGB value is (8,2,70). Sum of RGB (Red+Green+Blue) = 8+2+70=80 (10% of max value = 765). Red value is 8 (3.52% from 255 or 10% from 80); Green value is 2 (1.17% from 255 or 2.5% from 80); Blue value is 70 (27.73% from 255 or 87.5% from 80); Max value from RGB is 70 - color contains mainly: blue. Hex color #080246 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #080246 is #F7FDB9. Grayscale: #0B0B0B. Windows color (decimal): -16252346 or 4588040. OLE color: 4588040.
HSL color Cylindrical-coordinate representation of color #080246: hue angle of 245.29º degrees, saturation: 0.94, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #080246 is Cyan = 0.89, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 8 | 2 | 70 | - |
| CMYK | 0.89 | 0.97 | 0 | 0.73 |
| HSL | 245.29º | 0.94% | 0.14% | - |
| HSV(B) | 245.29º | 0.97% | 0.27% | - |
| XYZ | 1.23 | 0.54 | 5.83 | - |
| YUV | 11.55 | 160.99 | 125.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 2 | 70 | 0.89 | 0.97 | 0 | 0.73 | 245.29 | 0.94 | 0.14 |
| Hex | 8 | 2 | 46 | 59 | 61 | 0 | 49 | F5 | 5E | E |
| Octal | 10 | 2 | 106 | 131 | 141 | 0 | 111 | 365 | 136 | 16 |
| Binary | 1000 | 10 | 1000110 | 1011001 | 1100001 | 0 | 1001001 | 11110101 | 1011110 | 1110 |
Color Harmonies of #080246
Complementary color
Monochromatic Colors of #080246
Black with #080246
Text Example
Text Example
White with #080246
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #080246; }
p { color: rgb(8,2,70); }
H1.HeaderClassName
{
color: #080246;
}
.AnyTagClassName
{
color: #080246;
}
</style>
background-color css
<style>
a { background-color: #080246; }
a { background-color: rgb(8,2,70); }
div.DivClassName
{
background-color: #080246;
}
.BgClassName
{
background-color: #080246;
}
</style>
border-color css
<style>
span { border-color: #080246; }
span { border-color: rgb(8,2,70); }
td.TdClassName
{
border-color: #080246;
}
.TagClassName
{
border-color: #080246;
}
</style>