#160E46

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

Shades of Paua #160E46

Tints of Paua #160E46

Color information

#160E46 (or 0x160E46) is unknown color: approx Paua. HEX triplet: 16, 0E and 46. RGB value is (22,14,70). Sum of RGB (Red+Green+Blue) = 22+14+70=106 (14% of max value = 765). Red value is 22 (8.98% from 255 or 20.75% from 106); Green value is 14 (5.86% from 255 or 13.21% from 106); Blue value is 70 (27.73% from 255 or 66.04% from 106); Max value from RGB is 70 - color contains mainly: blue. Hex color #160E46 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #160E46 is #E9F1B9. Grayscale: #161616. Windows color (decimal): -15331770 or 4591126. OLE color: 4591126.

HSL color Cylindrical-coordinate representation of color #160E46: hue angle of 248.57º degrees, saturation: 0.67, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #160E46 is Cyan = 0.69, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB221470-
CMYK0.690.8000.73
HSL248.57º66.67%16.47%-
HSV(B)248.57º80%27.45%-
XYZ1.590.935.89-
YUV22.78154.65127.45-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 20.75%
GREEN value IS 14 (5.86% from 255) = 13.21%
BLUE value IS 70 (27.73% from 255) = 66.04%
R=20.75%
G=13.21%
B=66.04%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal2214700.690.8000.73248.5766.6716.47
Hex16E464550049f94310
Octal2616106105120011137110320
Binary1011011101000110100010110100000100100111111001100001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #160E46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(22,14,70); }

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

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

 a { background-color: rgb(22,14,70); }

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

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

 span { border-color: rgb(22,14,70); }

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