#161749

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

Shades of Paua #161749

Tints of Paua #161749

Color information

#161749 (or 0x161749) is unknown color: approx Paua. HEX triplet: 16, 17 and 49. RGB value is (22,23,73). Sum of RGB (Red+Green+Blue) = 22+23+73=118 (15% of max value = 765). Red value is 22 (8.98% from 255 or 18.64% from 118); Green value is 23 (9.38% from 255 or 19.49% from 118); Blue value is 73 (28.91% from 255 or 61.86% from 118); Max value from RGB is 73 - color contains mainly: blue. Hex color #161749 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #161749 is #E9E8B6. Grayscale: #1C1C1C. Windows color (decimal): -15329463 or 4790038. OLE color: 4790038.

HSL color Cylindrical-coordinate representation of color #161749: hue angle of 238.82º degrees, saturation: 0.54, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #161749 is Cyan = 0.70, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB222373-
CMYK0.700.6800.71
HSL238.82º53.68%18.63%-
HSV(B)238.82º69.86%28.63%-
XYZ1.841.266.45-
YUV28.4153.17123.43-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 18.64%
GREEN value IS 23 (9.38% from 255) = 19.49%
BLUE value IS 73 (28.91% from 255) = 61.86%
R=18.64%
G=19.49%
B=61.86%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal2223730.700.6800.71238.8253.6818.63
Hex1617494644047ef3613
Octal262711110610401073576623
Binary1011010111100100110001101000100010001111110111111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #161749

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #161749; }

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

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

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

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

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

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

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

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