#160E48

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

Shades of Paua #160E48

Tints of Paua #160E48

Color information

#160E48 (or 0x160E48) is unknown color: approx Paua. HEX triplet: 16, 0E and 48. RGB value is (22,14,72). Sum of RGB (Red+Green+Blue) = 22+14+72=108 (14% of max value = 765). Red value is 22 (8.98% from 255 or 20.37% from 108); Green value is 14 (5.86% from 255 or 12.96% from 108); Blue value is 72 (28.52% from 255 or 66.67% from 108); Max value from RGB is 72 - color contains mainly: blue. Hex color #160E48 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #160E48 is #E9F1B7. Grayscale: #161616. Windows color (decimal): -15331768 or 4722198. OLE color: 4722198.

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

Color convert

RGB221472-
CMYK0.690.8100.72
HSL248.28º67.44%16.86%-
HSV(B)248.28º80.56%28.24%-
XYZ1.660.956.23-
YUV23155.65127.28-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 20.37%
GREEN value IS 14 (5.86% from 255) = 12.96%
BLUE value IS 72 (28.52% from 255) = 66.67%
R=20.37%
G=12.96%
B=66.67%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal2214720.690.8100.72248.2867.4416.86
Hex16E484551048f84311
Octal2616110105121011037010321
Binary1011011101001000100010110100010100100011111000100001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #160E48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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