#080548

Color #080548 Paua (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Paua #080548

Tints of Paua #080548

Color information

#080548 (or 0x080548) is unknown color: approx Paua. HEX triplet: 08, 05 and 48. RGB value is (8,5,72). Sum of RGB (Red+Green+Blue) = 8+5+72=85 (11% of max value = 765). Red value is 8 (3.52% from 255 or 9.41% from 85); Green value is 5 (2.34% from 255 or 5.88% from 85); Blue value is 72 (28.52% from 255 or 84.71% from 85); Max value from RGB is 72 - color contains mainly: blue. Hex color #080548 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #080548 is #F7FAB7. Grayscale: #0D0D0D. Windows color (decimal): -16251576 or 4719880. OLE color: 4719880.

HSL color Cylindrical-coordinate representation of color #080548: hue angle of 242.69º degrees, saturation: 0.87, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #080548 is Cyan = 0.89, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB8572-
CMYK0.890.9300.72
HSL242.69º87.01%15.1%-
HSV(B)242.69º93.06%28.24%-
XYZ1.320.636.18-
YUV13.54160.99124.05-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 8 (3.52% from 255) = 9.41%
GREEN value IS 5 (2.34% from 255) = 5.88%
BLUE value IS 72 (28.52% from 255) = 84.71%
R=9.41%
G=5.88%
B=84.71%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal85720.890.9300.72242.6987.0115.1
Hex8548595D048f357f
Octal105110131135011036312717
Binary1000101100100010110011011101010010001111001110101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #080548

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #080548; }

 p { color: rgb(8,5,72); }

 H1.HeaderClassName
 {
   color: #080548;
 }
 .AnyTagClassName
 {
   color: #080548;
 }
</style>
background-color css

<style>
 a { background-color: #080548; }

 a { background-color: rgb(8,5,72); }

 div.DivClassName
 {
   background-color: #080548;
 }
 .BgClassName
 {
   background-color: #080548;
 }
</style>
border-color css

<style>
 span { border-color: #080548; }

 span { border-color: rgb(8,5,72); }

 td.TdClassName
 {
   border-color: #080548;
 }
 .TagClassName
 {
   border-color: #080548;
 }
</style>