#161850

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

Shades of Paua #161850

Tints of Paua #161850

Color information

#161850 (or 0x161850) is unknown color: approx Paua. HEX triplet: 16, 18 and 50. RGB value is (22,24,80). Sum of RGB (Red+Green+Blue) = 22+24+80=126 (16% of max value = 765). Red value is 22 (8.98% from 255 or 17.46% from 126); Green value is 24 (9.77% from 255 or 19.05% from 126); Blue value is 80 (31.64% from 255 or 63.49% from 126); Max value from RGB is 80 - color contains mainly: blue. Hex color #161850 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #161850 is #E9E7AF. Grayscale: #1D1D1D. Windows color (decimal): -15329200 or 5249046. OLE color: 5249046.

HSL color Cylindrical-coordinate representation of color #161850: hue angle of 237.93º degrees, saturation: 0.57, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #161850 is Cyan = 0.72, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB222480-
CMYK0.720.7000.69
HSL237.93º56.86%20%-
HSV(B)237.93º72.5%31.37%-
XYZ2.111.47.75-
YUV29.79156.34122.45-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 17.46%
GREEN value IS 24 (9.77% from 255) = 19.05%
BLUE value IS 80 (31.64% from 255) = 63.49%
R=17.46%
G=19.05%
B=63.49%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal2224800.720.7000.69237.9356.8620
Hex1618504846045ee3914
Octal263012011010601053567124
Binary1011011000101000010010001000110010001011110111011100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #161850

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #161850; }

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

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

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

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

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

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

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

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