#160751

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

Shades of Paua #160751

Tints of Paua #160751

Color information

#160751 (or 0x160751) is unknown color: approx Paua. HEX triplet: 16, 07 and 51. RGB value is (22,7,81). Sum of RGB (Red+Green+Blue) = 22+7+81=110 (14% of max value = 765). Red value is 22 (8.98% from 255 or 20% from 110); Green value is 7 (3.12% from 255 or 6.36% from 110); Blue value is 81 (32.03% from 255 or 73.64% from 110); Max value from RGB is 81 - color contains mainly: blue. Hex color #160751 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #160751 is #E9F8AE. Grayscale: #131313. Windows color (decimal): -15333551 or 5310230. OLE color: 5310230.

HSL color Cylindrical-coordinate representation of color #160751: hue angle of 252.16º degrees, saturation: 0.84, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #160751 is Cyan = 0.73, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB22781-
CMYK0.730.9100.68
HSL252.16º84.09%17.25%-
HSV(B)252.16º91.36%31.76%-
XYZ1.890.927.86-
YUV19.92162.47129.48-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 20%
GREEN value IS 7 (3.12% from 255) = 6.36%
BLUE value IS 81 (32.03% from 255) = 73.64%
R=20%
G=6.36%
B=73.64%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal227810.730.9100.68252.1684.0917.25
Hex16751495B044fc5411
Octal267121111133010437412421
Binary101101111010001100100110110110100010011111100101010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #160751

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #160751; }

 p { color: rgb(22,7,81); }

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

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

 a { background-color: rgb(22,7,81); }

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

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

 span { border-color: rgb(22,7,81); }

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