#160853

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

Shades of Paua #160853

Tints of Paua #160853

Color information

#160853 (or 0x160853) is unknown color: approx Paua. HEX triplet: 16, 08 and 53. RGB value is (22,8,83). Sum of RGB (Red+Green+Blue) = 22+8+83=113 (14% of max value = 765). Red value is 22 (8.98% from 255 or 19.47% from 113); Green value is 8 (3.52% from 255 or 7.08% from 113); Blue value is 83 (32.81% from 255 or 73.45% from 113); Max value from RGB is 83 - color contains mainly: blue. Hex color #160853 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #160853 is #E9F7AC. Grayscale: #141414. Windows color (decimal): -15333293 or 5441558. OLE color: 5441558.

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

Color convert

RGB22883-
CMYK0.730.9000.67
HSL251.2º82.42%17.84%-
HSV(B)251.2º90.36%32.55%-
XYZ1.980.978.27-
YUV20.74163.14128.9-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 19.47%
GREEN value IS 8 (3.52% from 255) = 7.08%
BLUE value IS 83 (32.81% from 255) = 73.45%
R=19.47%
G=7.08%
B=73.45%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal228830.730.9000.67251.282.4217.84
Hex16853495A043fb5212
Octal2610123111132010337312222
Binary1011010001010011100100110110100100001111111011101001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #160853

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #160853; }

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

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

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

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

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

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

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

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