#161350

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

Shades of Paua #161350

Tints of Paua #161350

Color information

#161350 (or 0x161350) is unknown color: approx Paua. HEX triplet: 16, 13 and 50. RGB value is (22,19,80). Sum of RGB (Red+Green+Blue) = 22+19+80=121 (16% of max value = 765). Red value is 22 (8.98% from 255 or 18.18% from 121); Green value is 19 (7.81% from 255 or 15.70% from 121); Blue value is 80 (31.64% from 255 or 66.12% from 121); Max value from RGB is 80 - color contains mainly: blue. Hex color #161350 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #161350 is #E9ECAF. Grayscale: #1A1A1A. Windows color (decimal): -15330480 or 5247766. OLE color: 5247766.

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

Color convert

RGB221980-
CMYK0.720.7600.69
HSL242.95º61.62%19.41%-
HSV(B)242.95º76.25%31.37%-
XYZ2.011.227.72-
YUV26.85157.99124.54-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 18.18%
GREEN value IS 19 (7.81% from 255) = 15.70%
BLUE value IS 80 (31.64% from 255) = 66.12%
R=18.18%
G=15.70%
B=66.12%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal2219800.720.7600.69242.9561.6219.41
Hex161350484C045f33e13
Octal262312011011401053637623
Binary1011010011101000010010001001100010001011111001111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #161350

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #161350; }

 p { color: rgb(22,19,80); }

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

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

 a { background-color: rgb(22,19,80); }

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

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

 span { border-color: rgb(22,19,80); }

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