Shades of Paua #080043
Tints of Paua #080043
RGB
CMYK
RGB Variations
Color information
#080043 (or 0x080043) is known color: Paua. HEX triplet: 08, 00 and 43. RGB value is (8,0,67). Sum of RGB (Red+Green+Blue) = 8+0+67=75 (9% of max value = 765). Red value is 8 (3.52% from 255 or 10.67% from 75); Green value is 0 (0.39% from 255 or 0% from 75); Blue value is 67 (26.56% from 255 or 89.33% from 75); Max value from RGB is 67 - color contains mainly: blue. Hex color #080043 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #080043 is #F7FFBC. Grayscale: #090909. Windows color (decimal): -16252861 or 4390920. OLE color: 4390920.
HSL color Cylindrical-coordinate representation of color #080043: hue angle of 247.16º degrees, saturation: 1, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 1%. Process color model (Four color, CMYK) of #080043 is Cyan = 0.88, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 8 | 0 | 67 | - |
| CMYK | 0.88 | 1 | 0 | 0.74 |
| HSL | 247.16º | 1% | 0.13% | - |
| HSV(B) | 247.16º | 1% | 0.26% | - |
| XYZ | 1.11 | 0.46 | 5.34 | - |
| YUV | 10.03 | 160.15 | 126.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 0 | 67 | 0.88 | 1 | 0 | 0.74 | 247.16 | 1 | 0.13 |
| Hex | 8 | 0 | 43 | 58 | 64 | 0 | 4A | F7 | 64 | D |
| Octal | 10 | 0 | 103 | 130 | 144 | 0 | 112 | 367 | 144 | 15 |
| Binary | 1000 | 0 | 1000011 | 1011000 | 1100100 | 0 | 1001010 | 11110111 | 1100100 | 1101 |
Color Harmonies of #080043
Complementary color
Monochromatic Colors of #080043
Black with #080043
Text Example
Text Example
White with #080043
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #080043; }
p { color: rgb(8,0,67); }
H1.HeaderClassName
{
color: #080043;
}
.AnyTagClassName
{
color: #080043;
}
</style>
background-color css
<style>
a { background-color: #080043; }
a { background-color: rgb(8,0,67); }
div.DivClassName
{
background-color: #080043;
}
.BgClassName
{
background-color: #080043;
}
</style>
border-color css
<style>
span { border-color: #080043; }
span { border-color: rgb(8,0,67); }
td.TdClassName
{
border-color: #080043;
}
.TagClassName
{
border-color: #080043;
}
</style>