#161555

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

Shades of Paua #161555

Tints of Paua #161555

Color information

#161555 (or 0x161555) is unknown color: approx Paua. HEX triplet: 16, 15 and 55. RGB value is (22,21,85). Sum of RGB (Red+Green+Blue) = 22+21+85=128 (16% of max value = 765). Red value is 22 (8.98% from 255 or 17.19% from 128); Green value is 21 (8.59% from 255 or 16.41% from 128); Blue value is 85 (33.59% from 255 or 66.41% from 128); Max value from RGB is 85 - color contains mainly: blue. Hex color #161555 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #161555 is #E9EAAA. Grayscale: #1C1C1C. Windows color (decimal): -15329963 or 5575958. OLE color: 5575958.

HSL color Cylindrical-coordinate representation of color #161555: hue angle of 240.94º degrees, saturation: 0.6, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #161555 is Cyan = 0.74, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB222185-
CMYK0.740.7500.67
HSL240.94º60.38%20.78%-
HSV(B)240.94º75.29%33.33%-
XYZ2.241.368.74-
YUV28.6159.83123.3-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 17.19%
GREEN value IS 21 (8.59% from 255) = 16.41%
BLUE value IS 85 (33.59% from 255) = 66.41%
R=17.19%
G=16.41%
B=66.41%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2221850.740.7500.67240.9460.3820.78
Hex1615554A4B043f13c15
Octal262512511211301033617425
Binary1011010101101010110010101001011010000111111000111110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #161555

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #161555; }

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

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

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

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

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

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

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

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