#161548

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

Shades of Paua #161548

Tints of Paua #161548

Color information

#161548 (or 0x161548) is unknown color: approx Paua. HEX triplet: 16, 15 and 48. RGB value is (22,21,72). Sum of RGB (Red+Green+Blue) = 22+21+72=115 (15% of max value = 765). Red value is 22 (8.98% from 255 or 19.13% from 115); Green value is 21 (8.59% from 255 or 18.26% from 115); Blue value is 72 (28.52% from 255 or 62.61% from 115); Max value from RGB is 72 - color contains mainly: blue. Hex color #161548 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #161548 is #E9EAB7. Grayscale: #1A1A1A. Windows color (decimal): -15329976 or 4723990. OLE color: 4723990.

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

Color convert

RGB222172-
CMYK0.690.7100.72
HSL241.18º54.84%18.24%-
HSV(B)241.18º70.83%28.24%-
XYZ1.771.176.26-
YUV27.11153.33124.35-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 19.13%
GREEN value IS 21 (8.59% from 255) = 18.26%
BLUE value IS 72 (28.52% from 255) = 62.61%
R=19.13%
G=18.26%
B=62.61%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal2221720.690.7100.72241.1854.8418.24
Hex1615484547048f13712
Octal262511010510701103616722
Binary1011010101100100010001011000111010010001111000111011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #161548

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #161548; }

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

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

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

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

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

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

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

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