#160B50

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

Shades of Paua #160B50

Tints of Paua #160B50

Color information

#160B50 (or 0x160B50) is unknown color: approx Paua. HEX triplet: 16, 0B and 50. RGB value is (22,11,80). Sum of RGB (Red+Green+Blue) = 22+11+80=113 (14% of max value = 765). Red value is 22 (8.98% from 255 or 19.47% from 113); Green value is 11 (4.69% from 255 or 9.73% from 113); Blue value is 80 (31.64% from 255 or 70.80% from 113); Max value from RGB is 80 - color contains mainly: blue. Hex color #160B50 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #160B50 is #E9F4AF. Grayscale: #151515. Windows color (decimal): -15332528 or 5245718. OLE color: 5245718.

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

Color convert

RGB221180-
CMYK0.720.8600.69
HSL249.57º75.82%17.84%-
HSV(B)249.57º86.25%31.37%-
XYZ1.90.997.68-
YUV22.16160.64127.89-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 19.47%
GREEN value IS 11 (4.69% from 255) = 9.73%
BLUE value IS 80 (31.64% from 255) = 70.80%
R=19.47%
G=9.73%
B=70.80%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal2211800.720.8600.69249.5775.8217.84
Hex16B504856045fa4c12
Octal2613120110126010537211422
Binary1011010111010000100100010101100100010111111010100110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #160B50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #160B50; }

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

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

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

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

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

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

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

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