#160C47

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

Shades of Paua #160C47

Tints of Paua #160C47

Color information

#160C47 (or 0x160C47) is unknown color: approx Paua. HEX triplet: 16, 0C and 47. RGB value is (22,12,71). Sum of RGB (Red+Green+Blue) = 22+12+71=105 (13% of max value = 765). Red value is 22 (8.98% from 255 or 20.95% from 105); Green value is 12 (5.08% from 255 or 11.43% from 105); Blue value is 71 (28.12% from 255 or 67.62% from 105); Max value from RGB is 71 - color contains mainly: blue. Hex color #160C47 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #160C47 is #E9F3B8. Grayscale: #151515. Windows color (decimal): -15332281 or 4656150. OLE color: 4656150.

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

Color convert

RGB221271-
CMYK0.690.8300.72
HSL250.17º71.08%16.27%-
HSV(B)250.17º83.1%27.84%-
XYZ1.60.896.05-
YUV21.72155.81128.2-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 20.95%
GREEN value IS 12 (5.08% from 255) = 11.43%
BLUE value IS 71 (28.12% from 255) = 67.62%
R=20.95%
G=11.43%
B=67.62%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal2212710.690.8300.72250.1771.0816.27
Hex16C474553048fa4710
Octal2614107105123011037210720
Binary1011011001000111100010110100110100100011111010100011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #160C47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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