#160F50

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

Shades of Paua #160F50

Tints of Paua #160F50

Color information

#160F50 (or 0x160F50) is unknown color: approx Paua. HEX triplet: 16, 0F and 50. RGB value is (22,15,80). Sum of RGB (Red+Green+Blue) = 22+15+80=117 (15% of max value = 765). Red value is 22 (8.98% from 255 or 18.80% from 117); Green value is 15 (6.25% from 255 or 12.82% from 117); Blue value is 80 (31.64% from 255 or 68.38% from 117); Max value from RGB is 80 - color contains mainly: blue. Hex color #160F50 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #160F50 is #E9F0AF. Grayscale: #181818. Windows color (decimal): -15331504 or 5246742. OLE color: 5246742.

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

Color convert

RGB221580-
CMYK0.720.8100.69
HSL246.46º68.42%18.63%-
HSV(B)246.46º81.25%31.37%-
XYZ1.951.097.7-
YUV24.5159.32126.21-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 18.80%
GREEN value IS 15 (6.25% from 255) = 12.82%
BLUE value IS 80 (31.64% from 255) = 68.38%
R=18.80%
G=12.82%
B=68.38%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal2215800.720.8100.69246.4668.4218.63
Hex16F504851045f64413
Octal2617120110121010536610423
Binary1011011111010000100100010100010100010111110110100010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #160F50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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