#160F53

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

Shades of Paua #160F53

Tints of Paua #160F53

Color information

#160F53 (or 0x160F53) is unknown color: approx Paua. HEX triplet: 16, 0F and 53. RGB value is (22,15,83). Sum of RGB (Red+Green+Blue) = 22+15+83=120 (15% of max value = 765). Red value is 22 (8.98% from 255 or 18.33% from 120); Green value is 15 (6.25% from 255 or 12.5% from 120); Blue value is 83 (32.81% from 255 or 69.17% from 120); Max value from RGB is 83 - color contains mainly: blue. Hex color #160F53 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #160F53 is #E9F0AC. Grayscale: #181818. Windows color (decimal): -15331501 or 5443350. OLE color: 5443350.

HSL color Cylindrical-coordinate representation of color #160F53: hue angle of 246.18º degrees, saturation: 0.69, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #160F53 is Cyan = 0.73, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB221583-
CMYK0.730.8200.67
HSL246.18º69.39%19.22%-
HSV(B)246.18º81.93%32.55%-
XYZ2.061.148.29-
YUV24.84160.82125.97-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 18.33%
GREEN value IS 15 (6.25% from 255) = 12.5%
BLUE value IS 83 (32.81% from 255) = 69.17%
R=18.33%
G=12.5%
B=69.17%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2215830.730.8200.67246.1869.3919.22
Hex16F534952043f64513
Octal2617123111122010336610523
Binary1011011111010011100100110100100100001111110110100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #160F53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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