#160951

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

Shades of Paua #160951

Tints of Paua #160951

Color information

#160951 (or 0x160951) is unknown color: approx Paua. HEX triplet: 16, 09 and 51. RGB value is (22,9,81). Sum of RGB (Red+Green+Blue) = 22+9+81=112 (14% of max value = 765). Red value is 22 (8.98% from 255 or 19.64% from 112); Green value is 9 (3.91% from 255 or 8.04% from 112); Blue value is 81 (32.03% from 255 or 72.32% from 112); Max value from RGB is 81 - color contains mainly: blue. Hex color #160951 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #160951 is #E9F6AE. Grayscale: #141414. Windows color (decimal): -15333039 or 5310742. OLE color: 5310742.

HSL color Cylindrical-coordinate representation of color #160951: hue angle of 250.83º degrees, saturation: 0.8, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #160951 is Cyan = 0.73, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB22981-
CMYK0.730.8900.68
HSL250.83º80%17.65%-
HSV(B)250.83º88.89%31.76%-
XYZ1.910.967.87-
YUV21.1161.81128.65-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 19.64%
GREEN value IS 9 (3.91% from 255) = 8.04%
BLUE value IS 81 (32.03% from 255) = 72.32%
R=19.64%
G=8.04%
B=72.32%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal229810.730.8900.68250.838017.65
Hex169514959044fb5012
Octal2611121111131010437312022
Binary1011010011010001100100110110010100010011111011101000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #160951

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #160951; }

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

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

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

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

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

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

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

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