#160752

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

Shades of Paua #160752

Tints of Paua #160752

Color information

#160752 (or 0x160752) is unknown color: approx Paua. HEX triplet: 16, 07 and 52. RGB value is (22,7,82). Sum of RGB (Red+Green+Blue) = 22+7+82=111 (14% of max value = 765). Red value is 22 (8.98% from 255 or 19.82% from 111); Green value is 7 (3.12% from 255 or 6.31% from 111); Blue value is 82 (32.42% from 255 or 73.87% from 111); Max value from RGB is 82 - color contains mainly: blue. Hex color #160752 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #160752 is #E9F8AD. Grayscale: #131313. Windows color (decimal): -15333550 or 5375766. OLE color: 5375766.

HSL color Cylindrical-coordinate representation of color #160752: hue angle of 252º 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 #160752 is Cyan = 0.73, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB22782-
CMYK0.730.9100.68
HSL252º84.27%17.45%-
HSV(B)252º91.46%32.16%-
XYZ1.930.938.06-
YUV20.04162.97129.4-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 19.82%
GREEN value IS 7 (3.12% from 255) = 6.31%
BLUE value IS 82 (32.42% from 255) = 73.87%
R=19.82%
G=6.31%
B=73.87%

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
Decimal227820.730.9100.6825284.2717.45
Hex16752495B044fc5411
Octal267122111133010437412421
Binary101101111010010100100110110110100010011111100101010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #160752

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #160752; }

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

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

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

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

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

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

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

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