#161753

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

Shades of Paua #161753

Tints of Paua #161753

Color information

#161753 (or 0x161753) is unknown color: approx Paua. HEX triplet: 16, 17 and 53. RGB value is (22,23,83). Sum of RGB (Red+Green+Blue) = 22+23+83=128 (16% of max value = 765). Red value is 22 (8.98% from 255 or 17.19% from 128); Green value is 23 (9.38% from 255 or 17.97% from 128); Blue value is 83 (32.81% from 255 or 64.84% from 128); Max value from RGB is 83 - color contains mainly: blue. Hex color #161753 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #161753 is #E9E8AC. Grayscale: #1D1D1D. Windows color (decimal): -15329453 or 5445398. OLE color: 5445398.

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

Color convert

RGB222383-
CMYK0.730.7200.67
HSL239.02º58.1%20.59%-
HSV(B)239.02º73.49%32.55%-
XYZ2.21.418.34-
YUV29.54158.17122.62-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 17.19%
GREEN value IS 23 (9.38% from 255) = 17.97%
BLUE value IS 83 (32.81% from 255) = 64.84%
R=17.19%
G=17.97%
B=64.84%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2223830.730.7200.67239.0258.120.59
Hex1617534948043ef3a15
Octal262712311111001033577225
Binary1011010111101001110010011001000010000111110111111101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #161753

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #161753; }

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

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

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

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

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

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

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

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