#161547

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

Shades of Paua #161547

Tints of Paua #161547

Color information

#161547 (or 0x161547) is unknown color: approx Paua. HEX triplet: 16, 15 and 47. RGB value is (22,21,71). Sum of RGB (Red+Green+Blue) = 22+21+71=114 (15% of max value = 765). Red value is 22 (8.98% from 255 or 19.30% from 114); Green value is 21 (8.59% from 255 or 18.42% from 114); Blue value is 71 (28.12% from 255 or 62.28% from 114); Max value from RGB is 71 - color contains mainly: blue. Hex color #161547 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #161547 is #E9EAB8. Grayscale: #1A1A1A. Windows color (decimal): -15329977 or 4658454. OLE color: 4658454.

HSL color Cylindrical-coordinate representation of color #161547: hue angle of 241.2º degrees, saturation: 0.54, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #161547 is Cyan = 0.69, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB222171-
CMYK0.690.7000.72
HSL241.2º54.35%18.04%-
HSV(B)241.2º70.42%27.84%-
XYZ1.741.166.09-
YUV27152.83124.43-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 19.30%
GREEN value IS 21 (8.59% from 255) = 18.42%
BLUE value IS 71 (28.12% from 255) = 62.28%
R=19.30%
G=18.42%
B=62.28%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal2221710.690.7000.72241.254.3518.04
Hex1615474546048f13612
Octal262510710510601103616622
Binary1011010101100011110001011000110010010001111000111011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #161547

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #161547; }

 p { color: rgb(22,21,71); }

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

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

 a { background-color: rgb(22,21,71); }

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

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

 span { border-color: rgb(22,21,71); }

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