#160A52

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

Shades of Paua #160A52

Tints of Paua #160A52

Color information

#160A52 (or 0x160A52) is unknown color: approx Paua. HEX triplet: 16, 0A and 52. RGB value is (22,10,82). Sum of RGB (Red+Green+Blue) = 22+10+82=114 (15% of max value = 765). Red value is 22 (8.98% from 255 or 19.30% from 114); Green value is 10 (4.30% from 255 or 8.77% from 114); Blue value is 82 (32.42% from 255 or 71.93% from 114); Max value from RGB is 82 - color contains mainly: blue. Hex color #160A52 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #160A52 is #E9F5AD. Grayscale: #151515. Windows color (decimal): -15332782 or 5376534. OLE color: 5376534.

HSL color Cylindrical-coordinate representation of color #160A52: hue angle of 250º 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 #160A52 is Cyan = 0.73, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB221082-
CMYK0.730.8800.68
HSL250º78.26%18.04%-
HSV(B)250º87.8%32.16%-
XYZ1.9618.07-
YUV21.8161.98128.15-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 19.30%
GREEN value IS 10 (4.30% from 255) = 8.77%
BLUE value IS 82 (32.42% from 255) = 71.93%
R=19.30%
G=8.77%
B=71.93%

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
Decimal2210820.730.8800.6825078.2618.04
Hex16A524958044fa4e12
Octal2612122111130010437211622
Binary1011010101010010100100110110000100010011111010100111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #160A52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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