#161147

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

Shades of Paua #161147

Tints of Paua #161147

Color information

#161147 (or 0x161147) is unknown color: approx Paua. HEX triplet: 16, 11 and 47. RGB value is (22,17,71). Sum of RGB (Red+Green+Blue) = 22+17+71=110 (14% of max value = 765). Red value is 22 (8.98% from 255 or 20% from 110); Green value is 17 (7.03% from 255 or 15.45% from 110); Blue value is 71 (28.12% from 255 or 64.55% from 110); Max value from RGB is 71 - color contains mainly: blue. Hex color #161147 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #161147 is #E9EEB8. Grayscale: #181818. Windows color (decimal): -15331001 or 4657430. OLE color: 4657430.

HSL color Cylindrical-coordinate representation of color #161147: hue angle of 245.56º degrees, saturation: 0.61, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #161147 is Cyan = 0.69, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB221771-
CMYK0.690.7600.72
HSL245.56º61.36%17.25%-
HSV(B)245.56º76.06%27.84%-
XYZ1.671.036.07-
YUV24.65154.16126.11-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 20%
GREEN value IS 17 (7.03% from 255) = 15.45%
BLUE value IS 71 (28.12% from 255) = 64.55%
R=20%
G=15.45%
B=64.55%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal2217710.690.7600.72245.5661.3617.25
Hex161147454C048f63d11
Octal262110710511401103667521
Binary1011010001100011110001011001100010010001111011011110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #161147

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #161147; }

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

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

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

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

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

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

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

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