#160D54

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

Shades of Paua #160D54

Tints of Paua #160D54

Color information

#160D54 (or 0x160D54) is unknown color: approx Paua. HEX triplet: 16, 0D and 54. RGB value is (22,13,84). Sum of RGB (Red+Green+Blue) = 22+13+84=119 (15% of max value = 765). Red value is 22 (8.98% from 255 or 18.49% from 119); Green value is 13 (5.47% from 255 or 10.92% from 119); Blue value is 84 (33.20% from 255 or 70.59% from 119); Max value from RGB is 84 - color contains mainly: blue. Hex color #160D54 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #160D54 is #E9F2AB. Grayscale: #171717. Windows color (decimal): -15332012 or 5508374. OLE color: 5508374.

HSL color Cylindrical-coordinate representation of color #160D54: hue angle of 247.61º 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 #160D54 is Cyan = 0.74, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB221384-
CMYK0.740.8500.67
HSL247.61º73.2%19.02%-
HSV(B)247.61º84.52%32.94%-
XYZ2.081.18.49-
YUV23.78161.98126.73-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 18.49%
GREEN value IS 13 (5.47% from 255) = 10.92%
BLUE value IS 84 (33.20% from 255) = 70.59%
R=18.49%
G=10.92%
B=70.59%

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
Decimal2213840.740.8500.67247.6173.219.02
Hex16D544A55043f84913
Octal2615124112125010337011123
Binary1011011011010100100101010101010100001111111000100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #160D54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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