#160950

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

Shades of Paua #160950

Tints of Paua #160950

Color information

#160950 (or 0x160950) is unknown color: approx Paua. HEX triplet: 16, 09 and 50. RGB value is (22,9,80). Sum of RGB (Red+Green+Blue) = 22+9+80=111 (14% of max value = 765). Red value is 22 (8.98% from 255 or 19.82% from 111); Green value is 9 (3.91% from 255 or 8.11% from 111); Blue value is 80 (31.64% from 255 or 72.07% from 111); Max value from RGB is 80 - color contains mainly: blue. Hex color #160950 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #160950 is #E9F6AF. Grayscale: #141414. Windows color (decimal): -15333040 or 5245206. OLE color: 5245206.

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

Color convert

RGB22980-
CMYK0.720.8900.69
HSL250.99º79.78%17.45%-
HSV(B)250.99º88.75%31.37%-
XYZ1.880.957.67-
YUV20.98161.31128.73-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 19.82%
GREEN value IS 9 (3.91% from 255) = 8.11%
BLUE value IS 80 (31.64% from 255) = 72.07%
R=19.82%
G=8.11%
B=72.07%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal229800.720.8900.69250.9979.7817.45
Hex169504859045fb5011
Octal2611120110131010537312021
Binary1011010011010000100100010110010100010111111011101000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #160950

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #160950; }

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

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

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

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

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

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

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

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