Html Css Color HEX #080347 Paua

📋 copy color: '#080347'

red 8 ◦ green 3 ◦ blue 71

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

Shades of Paua #080347

Tints of Paua #080347

RGB

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

 GREEN value IS 3 (1.56% from 255) = 3.66%

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

R = 9.76%
G = 3.66%
B = 86.59%

CMYK

 C value IS 0.89

 M value IS 0.96

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#080347 (or 0x080347) is known color: Paua. HEX triplet: 08, 03 and 47. RGB value is (8,3,71). Sum of RGB (Red+Green+Blue) = 8+3+71=82 (10% of max value = 765). Red value is 8 (3.52% from 255 or 9.76% from 82); Green value is 3 (1.56% from 255 or 3.66% from 82); Blue value is 71 (28.12% from 255 or 86.59% from 82); Max value from RGB is 71 - color contains mainly: blue. Hex color #080347 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #080347 is #F7FCB8. Grayscale: #0B0B0B. Windows color (decimal): -16252089 or 4653832. OLE color: 4653832.

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

Color convert

RGB 8 3 71 -
CMYK 0.89 0.96 0 0.72
HSL 244.41º 0.92% 0.15% -
HSV(B) 244.41º 0.96% 0.28% -
XYZ 1.27 0.57 6 -
YUV 12.25 161.16 124.97 -
System Red Green Blue C M Y K H S L
Decimal 8 3 71 0.89 0.96 0 0.72 244.41 0.92 0.15
Hex 8 3 47 59 60 0 48 F4 5C F
Octal 10 3 107 131 140 0 110 364 134 17
Binary 1000 11 1000111 1011001 1100000 0 1001000 11110100 1011100 1111

Color Harmonies of #080347

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #080347

Black with #080347

Text Example


Text Example

White with #080347

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #080347; }

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

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

background-color css

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

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

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

border-color css

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

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

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