#160B47

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

Shades of Paua #160B47

Tints of Paua #160B47

Color information

#160B47 (or 0x160B47) is unknown color: approx Paua. HEX triplet: 16, 0B and 47. RGB value is (22,11,71). Sum of RGB (Red+Green+Blue) = 22+11+71=104 (13% of max value = 765). Red value is 22 (8.98% from 255 or 21.15% from 104); Green value is 11 (4.69% from 255 or 10.58% from 104); Blue value is 71 (28.12% from 255 or 68.27% from 104); Max value from RGB is 71 - color contains mainly: blue. Hex color #160B47 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #160B47 is #E9F4B8. Grayscale: #141414. Windows color (decimal): -15332537 or 4655894. OLE color: 4655894.

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

Color convert

RGB221171-
CMYK0.690.8500.72
HSL251º73.17%16.08%-
HSV(B)251º84.51%27.84%-
XYZ1.590.866.04-
YUV21.13156.14128.62-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 21.15%
GREEN value IS 11 (4.69% from 255) = 10.58%
BLUE value IS 71 (28.12% from 255) = 68.27%
R=21.15%
G=10.58%
B=68.27%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal2211710.690.8500.7225173.1716.08
Hex16B474555048fb4910
Octal2613107105125011037311120
Binary1011010111000111100010110101010100100011111011100100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #160B47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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