#160D55

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

Shades of Paua #160D55

Tints of Paua #160D55

Color information

#160D55 (or 0x160D55) is unknown color: approx Paua. HEX triplet: 16, 0D and 55. RGB value is (22,13,85). Sum of RGB (Red+Green+Blue) = 22+13+85=120 (15% of max value = 765). Red value is 22 (8.98% from 255 or 18.33% from 120); Green value is 13 (5.47% from 255 or 10.83% from 120); Blue value is 85 (33.59% from 255 or 70.83% from 120); Max value from RGB is 85 - color contains mainly: blue. Hex color #160D55 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #160D55 is #E9F2AA. Grayscale: #171717. Windows color (decimal): -15332011 or 5573910. OLE color: 5573910.

HSL color Cylindrical-coordinate representation of color #160D55: hue angle of 247.5º degrees, saturation: 0.73, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #160D55 is Cyan = 0.74, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB221385-
CMYK0.740.8500.67
HSL247.5º73.47%19.22%-
HSV(B)247.5º84.71%33.33%-
XYZ2.111.118.7-
YUV23.9162.48126.65-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 18.33%
GREEN value IS 13 (5.47% from 255) = 10.83%
BLUE value IS 85 (33.59% from 255) = 70.83%
R=18.33%
G=10.83%
B=70.83%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2213850.740.8500.67247.573.4719.22
Hex16D554A55043f84913
Octal2615125112125010337011123
Binary1011011011010101100101010101010100001111111000100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #160D55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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