#080047

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

Shades of Paua #080047

Tints of Paua #080047

Color information

#080047 (or 0x080047) is unknown color: approx Paua. HEX triplet: 08, 00 and 47. RGB value is (8,0,71). Sum of RGB (Red+Green+Blue) = 8+0+71=79 (10% of max value = 765). Red value is 8 (3.52% from 255 or 10.13% from 79); Green value is 0 (0.39% from 255 or 0% from 79); Blue value is 71 (28.12% from 255 or 89.87% from 79); Max value from RGB is 71 - color contains mainly: blue. Hex color #080047 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #080047 is #F7FFB8. Grayscale: #0A0A0A. Windows color (decimal): -16252857 or 4653064. OLE color: 4653064.

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

Color convert

RGB8071-
CMYK0.89100.72
HSL246.76º100%13.92%-
HSV(B)246.76º100%27.84%-
XYZ1.240.515.99-
YUV10.49162.15126.23-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 10.13%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 71 (28.12% from 255) = 89.87%
R=10.13%
G=0%
B=89.87%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal80710.89100.72246.7610013.92
Hex80475964048f764e
Octal100107131144011036714416
Binary10000100011110110011100100010010001111011111001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #080047

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #080047; }

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

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

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

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

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

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

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

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