Html Css Color HEX #080147 Paua

📋 copy color: '#080147'

red 8 ◦ green 1 ◦ blue 71

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

Shades of Paua #080147

Tints of Paua #080147

RGB

 RED value IS 8 (3.52% from 255) = 10%

 GREEN value IS 1 (0.78% from 255) = 1.25%

 BLUE value IS 71 (28.13% from 255) = 88.75%

R = 10%
G = 1.25%
B = 88.75%

CMYK

 C value IS 0.89

 M value IS 0.99

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#080147 (or 0x080147) is known color: Paua. HEX triplet: 08, 01 and 47. RGB value is (8,1,71). Sum of RGB (Red+Green+Blue) = 8+1+71=80 (10% of max value = 765). Red value is 8 (3.52% from 255 or 10% from 80); Green value is 1 (0.78% from 255 or 1.25% from 80); Blue value is 71 (28.12% from 255 or 88.75% from 80); Max value from RGB is 71 - color contains mainly: blue. Hex color #080147 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #080147 is #F7FEB8. Grayscale: #0A0A0A. Windows color (decimal): -16252601 or 4653320. OLE color: 4653320.

HSL color Cylindrical-coordinate representation of color #080147: hue angle of 246º 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 #080147 is Cyan = 0.89, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 8 1 71 -
CMYK 0.89 0.99 0 0.72
HSL 246º 0.97% 0.14% -
HSV(B) 246º 0.99% 0.28% -
XYZ 1.25 0.53 6 -
YUV 11.07 161.82 125.81 -
System Red Green Blue C M Y K H S L
Decimal 8 1 71 0.89 0.99 0 0.72 246 0.97 0.14
Hex 8 1 47 59 63 0 48 F6 61 E
Octal 10 1 107 131 143 0 110 366 141 16
Binary 1000 1 1000111 1011001 1100011 0 1001000 11110110 1100001 1110

Color Harmonies of #080147

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #080147

Black with #080147

Text Example


Text Example

White with #080147

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #080147; }

 p { color: rgb(8,1,71); }

 H1.HeaderClassName
 {
   color: #080147;
 }
 .AnyTagClassName
 {
   color: #080147;
 }
</style>

background-color css

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

 a { background-color: rgb(8,1,71); }

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

border-color css

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

 span { border-color: rgb(8,1,71); }

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