Shades of Paua #080148
Tints of Paua #080148
RGB
CMYK
RGB Variations
Color information
#080148 (or 0x080148) is known color: Paua. HEX triplet: 08, 01 and 48. RGB value is (8,1,72). Sum of RGB (Red+Green+Blue) = 8+1+72=81 (10% of max value = 765). Red value is 8 (3.52% from 255 or 9.88% from 81); Green value is 1 (0.78% from 255 or 1.23% from 81); Blue value is 72 (28.52% from 255 or 88.89% from 81); Max value from RGB is 72 - color contains mainly: blue. Hex color #080148 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #080148 is #F7FEB7. Grayscale: #0A0A0A. Windows color (decimal): -16252600 or 4718856. OLE color: 4718856.
HSL color Cylindrical-coordinate representation of color #080148: hue angle of 245.92º degrees, saturation: 0.97, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #080148 is Cyan = 0.89, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 8 | 1 | 72 | - |
| CMYK | 0.89 | 0.99 | 0 | 0.72 |
| HSL | 245.92º | 0.97% | 0.14% | - |
| HSV(B) | 245.92º | 0.99% | 0.28% | - |
| XYZ | 1.28 | 0.54 | 6.17 | - |
| YUV | 11.19 | 162.32 | 125.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 1 | 72 | 0.89 | 0.99 | 0 | 0.72 | 245.92 | 0.97 | 0.14 |
| Hex | 8 | 1 | 48 | 59 | 63 | 0 | 48 | F6 | 61 | E |
| Octal | 10 | 1 | 110 | 131 | 143 | 0 | 110 | 366 | 141 | 16 |
| Binary | 1000 | 1 | 1001000 | 1011001 | 1100011 | 0 | 1001000 | 11110110 | 1100001 | 1110 |
Color Harmonies of #080148
Complementary color
Monochromatic Colors of #080148
Black with #080148
Text Example
Text Example
White with #080148
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #080148; }
p { color: rgb(8,1,72); }
H1.HeaderClassName
{
color: #080148;
}
.AnyTagClassName
{
color: #080148;
}
</style>
background-color css
<style>
a { background-color: #080148; }
a { background-color: rgb(8,1,72); }
div.DivClassName
{
background-color: #080148;
}
.BgClassName
{
background-color: #080148;
}
</style>
border-color css
<style>
span { border-color: #080148; }
span { border-color: rgb(8,1,72); }
td.TdClassName
{
border-color: #080148;
}
.TagClassName
{
border-color: #080148;
}
</style>