#161755

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

Shades of Paua #161755

Tints of Paua #161755

Color information

#161755 (or 0x161755) is unknown color: approx Paua. HEX triplet: 16, 17 and 55. RGB value is (22,23,85). Sum of RGB (Red+Green+Blue) = 22+23+85=130 (17% of max value = 765). Red value is 22 (8.98% from 255 or 16.92% from 130); Green value is 23 (9.38% from 255 or 17.69% from 130); Blue value is 85 (33.59% from 255 or 65.38% from 130); Max value from RGB is 85 - color contains mainly: blue. Hex color #161755 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #161755 is #E9E8AA. Grayscale: #1D1D1D. Windows color (decimal): -15329451 or 5576470. OLE color: 5576470.

HSL color Cylindrical-coordinate representation of color #161755: hue angle of 239.05º degrees, saturation: 0.59, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #161755 is Cyan = 0.74, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB222385-
CMYK0.740.7300.67
HSL239.05º58.88%20.98%-
HSV(B)239.05º74.12%33.33%-
XYZ2.281.448.75-
YUV29.77159.17122.46-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 16.92%
GREEN value IS 23 (9.38% from 255) = 17.69%
BLUE value IS 85 (33.59% from 255) = 65.38%
R=16.92%
G=17.69%
B=65.38%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2223850.740.7300.67239.0558.8820.98
Hex1617554A49043ef3b15
Octal262712511211101033577325
Binary1011010111101010110010101001001010000111110111111101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #161755

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #161755; }

 p { color: rgb(22,23,85); }

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

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

 a { background-color: rgb(22,23,85); }

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

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

 span { border-color: rgb(22,23,85); }

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