#160A51

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

Shades of Paua #160A51

Tints of Paua #160A51

Color information

#160A51 (or 0x160A51) is unknown color: approx Paua. HEX triplet: 16, 0A and 51. RGB value is (22,10,81). Sum of RGB (Red+Green+Blue) = 22+10+81=113 (14% of max value = 765). Red value is 22 (8.98% from 255 or 19.47% from 113); Green value is 10 (4.30% from 255 or 8.85% from 113); Blue value is 81 (32.03% from 255 or 71.68% from 113); Max value from RGB is 81 - color contains mainly: blue. Hex color #160A51 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #160A51 is #E9F5AE. Grayscale: #151515. Windows color (decimal): -15332783 or 5310998. OLE color: 5310998.

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

Color convert

RGB221081-
CMYK0.730.8800.68
HSL250.14º78.02%17.84%-
HSV(B)250.14º87.65%31.76%-
XYZ1.920.987.87-
YUV21.68161.48128.23-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 19.47%
GREEN value IS 10 (4.30% from 255) = 8.85%
BLUE value IS 81 (32.03% from 255) = 71.68%
R=19.47%
G=8.85%
B=71.68%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal2210810.730.8800.68250.1478.0217.84
Hex16A514958044fa4e12
Octal2612121111130010437211622
Binary1011010101010001100100110110000100010011111010100111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #160A51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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