#080146

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

Shades of Paua #080146

Tints of Paua #080146

Color information

#080146 (or 0x080146) is unknown color: approx Paua. HEX triplet: 08, 01 and 46. RGB value is (8,1,70). Sum of RGB (Red+Green+Blue) = 8+1+70=79 (10% of max value = 765). Red value is 8 (3.52% from 255 or 10.13% from 79); Green value is 1 (0.78% from 255 or 1.27% from 79); Blue value is 70 (27.73% from 255 or 88.61% from 79); Max value from RGB is 70 - color contains mainly: blue. Hex color #080146 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #080146 is #F7FEB9. Grayscale: #0A0A0A. Windows color (decimal): -16252602 or 4587784. OLE color: 4587784.

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

Color convert

RGB8170-
CMYK0.890.9900.73
HSL246.09º97.18%13.92%-
HSV(B)246.09º98.57%27.45%-
XYZ1.220.525.83-
YUV10.96161.32125.89-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 10.13%
GREEN value IS 1 (0.78% from 255) = 1.27%
BLUE value IS 70 (27.73% from 255) = 88.61%
R=10.13%
G=1.27%
B=88.61%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal81700.890.9900.73246.0997.1813.92
Hex81465963049f661e
Octal101106131143011136614116
Binary10001100011010110011100011010010011111011011000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #080146

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #080146; }

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

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

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

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

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

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

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

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