#161247

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

Shades of Paua #161247

Tints of Paua #161247

Color information

#161247 (or 0x161247) is unknown color: approx Paua. HEX triplet: 16, 12 and 47. RGB value is (22,18,71). Sum of RGB (Red+Green+Blue) = 22+18+71=111 (14% of max value = 765). Red value is 22 (8.98% from 255 or 19.82% from 111); Green value is 18 (7.42% from 255 or 16.22% from 111); Blue value is 71 (28.12% from 255 or 63.96% from 111); Max value from RGB is 71 - color contains mainly: blue. Hex color #161247 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #161247 is #E9EDB8. Grayscale: #191919. Windows color (decimal): -15330745 or 4657686. OLE color: 4657686.

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

Color convert

RGB221871-
CMYK0.690.7500.72
HSL244.53º59.55%17.45%-
HSV(B)244.53º74.65%27.84%-
XYZ1.681.066.08-
YUV25.24153.83125.69-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 19.82%
GREEN value IS 18 (7.42% from 255) = 16.22%
BLUE value IS 71 (28.12% from 255) = 63.96%
R=19.82%
G=16.22%
B=63.96%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal2218710.690.7500.72244.5359.5517.45
Hex161247454B048f53c11
Octal262210710511301103657421
Binary1011010010100011110001011001011010010001111010111110010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #161247

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #161247; }

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

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

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

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

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

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

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

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