Html Css Color HEX #080548 Paua

📋 copy color: '#080548'

red 8 ◦ green 5 ◦ blue 72

#080548
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Paua #080548

Tints of Paua #080548

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 value IS 0.89

 M value IS 0.93

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#080548 (or 0x080548) is known color: 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

RGB 8 5 72 -
CMYK 0.89 0.93 0 0.72
HSL 242.69º 0.87% 0.15% -
HSV(B) 242.69º 0.93% 0.28% -
XYZ 1.32 0.63 6.18 -
YUV 13.54 160.99 124.05 -
System Red Green Blue C M Y K H S L
Decimal 8 5 72 0.89 0.93 0 0.72 242.69 0.87 0.15
Hex 8 5 48 59 5D 0 48 F3 57 F
Octal 10 5 110 131 135 0 110 363 127 17
Binary 1000 101 1001000 1011001 1011101 0 1001000 11110011 1010111 1111

Color Harmonies of #080548

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #080548

Black with #080548

Text Example


Text Example

White with #080548

Text Example


Text Example

HTML Codes & Css Web 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>