#080247

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

Shades of Paua #080247

Tints of Paua #080247

Color information

#080247 (or 0x080247) is unknown color: approx Paua. HEX triplet: 08, 02 and 47. RGB value is (8,2,71). Sum of RGB (Red+Green+Blue) = 8+2+71=81 (10% of max value = 765). Red value is 8 (3.52% from 255 or 9.88% from 81); Green value is 2 (1.17% from 255 or 2.47% from 81); Blue value is 71 (28.12% from 255 or 87.65% from 81); Max value from RGB is 71 - color contains mainly: blue. Hex color #080247 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #080247 is #F7FDB8. Grayscale: #0B0B0B. Windows color (decimal): -16252345 or 4653576. OLE color: 4653576.

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

Color convert

RGB8271-
CMYK0.890.9700.72
HSL245.22º94.52%14.31%-
HSV(B)245.22º97.18%27.84%-
XYZ1.260.556-
YUV11.66161.49125.39-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 9.88%
GREEN value IS 2 (1.17% from 255) = 2.47%
BLUE value IS 71 (28.12% from 255) = 87.65%
R=9.88%
G=2.47%
B=87.65%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal82710.890.9700.72245.2294.5214.31
Hex82475961048f55fe
Octal102107131141011036513716
Binary100010100011110110011100001010010001111010110111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #080247

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #080247; }

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

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

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

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

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

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

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

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