Shades of Paua #080345
Tints of Paua #080345
RGB
CMYK
RGB Variations
Color information
#080345 (or 0x080345) is known color: Paua. HEX triplet: 08, 03 and 45. RGB value is (8,3,69). Sum of RGB (Red+Green+Blue) = 8+3+69=80 (10% of max value = 765). Red value is 8 (3.52% from 255 or 10% from 80); Green value is 3 (1.56% from 255 or 3.75% from 80); Blue value is 69 (27.34% from 255 or 86.25% from 80); Max value from RGB is 69 - color contains mainly: blue. Hex color #080345 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #080345 is #F7FCBA. Grayscale: #0B0B0B. Windows color (decimal): -16252091 or 4522760. OLE color: 4522760.
HSL color Cylindrical-coordinate representation of color #080345: hue angle of 244.55º degrees, saturation: 0.92, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #080345 is Cyan = 0.88, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 8 | 3 | 69 | - |
| CMYK | 0.88 | 0.96 | 0 | 0.73 |
| HSL | 244.55º | 0.92% | 0.14% | - |
| HSV(B) | 244.55º | 0.96% | 0.27% | - |
| XYZ | 1.21 | 0.55 | 5.67 | - |
| YUV | 12.02 | 160.16 | 125.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 3 | 69 | 0.88 | 0.96 | 0 | 0.73 | 244.55 | 0.92 | 0.14 |
| Hex | 8 | 3 | 45 | 58 | 60 | 0 | 49 | F5 | 5C | E |
| Octal | 10 | 3 | 105 | 130 | 140 | 0 | 111 | 365 | 134 | 16 |
| Binary | 1000 | 11 | 1000101 | 1011000 | 1100000 | 0 | 1001001 | 11110101 | 1011100 | 1110 |
Color Harmonies of #080345
Complementary color
Monochromatic Colors of #080345
Black with #080345
Text Example
Text Example
White with #080345
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #080345; }
p { color: rgb(8,3,69); }
H1.HeaderClassName
{
color: #080345;
}
.AnyTagClassName
{
color: #080345;
}
</style>
background-color css
<style>
a { background-color: #080345; }
a { background-color: rgb(8,3,69); }
div.DivClassName
{
background-color: #080345;
}
.BgClassName
{
background-color: #080345;
}
</style>
border-color css
<style>
span { border-color: #080345; }
span { border-color: rgb(8,3,69); }
td.TdClassName
{
border-color: #080345;
}
.TagClassName
{
border-color: #080345;
}
</style>