#160D47

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

Shades of Paua #160D47

Tints of Paua #160D47

Color information

#160D47 (or 0x160D47) is unknown color: approx Paua. HEX triplet: 16, 0D and 47. RGB value is (22,13,71). Sum of RGB (Red+Green+Blue) = 22+13+71=106 (14% of max value = 765). Red value is 22 (8.98% from 255 or 20.75% from 106); Green value is 13 (5.47% from 255 or 12.26% from 106); Blue value is 71 (28.12% from 255 or 66.98% from 106); Max value from RGB is 71 - color contains mainly: blue. Hex color #160D47 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #160D47 is #E9F2B8. Grayscale: #161616. Windows color (decimal): -15332025 or 4656406. OLE color: 4656406.

HSL color Cylindrical-coordinate representation of color #160D47: hue angle of 249.31º degrees, saturation: 0.69, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #160D47 is Cyan = 0.69, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB221371-
CMYK0.690.8200.72
HSL249.31º69.05%16.47%-
HSV(B)249.31º81.69%27.84%-
XYZ1.610.916.05-
YUV22.3155.48127.78-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 20.75%
GREEN value IS 13 (5.47% from 255) = 12.26%
BLUE value IS 71 (28.12% from 255) = 66.98%
R=20.75%
G=12.26%
B=66.98%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal2213710.690.8200.72249.3169.0516.47
Hex16D474552048f94510
Octal2615107105122011037110520
Binary1011011011000111100010110100100100100011111001100010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #160D47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(22,13,71); }

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

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

 a { background-color: rgb(22,13,71); }

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

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

 span { border-color: rgb(22,13,71); }

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