#161354

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

Shades of Paua #161354

Tints of Paua #161354

Color information

#161354 (or 0x161354) is unknown color: approx Paua. HEX triplet: 16, 13 and 54. RGB value is (22,19,84). Sum of RGB (Red+Green+Blue) = 22+19+84=125 (16% of max value = 765). Red value is 22 (8.98% from 255 or 17.6% from 125); Green value is 19 (7.81% from 255 or 15.2% from 125); Blue value is 84 (33.20% from 255 or 67.2% from 125); Max value from RGB is 84 - color contains mainly: blue. Hex color #161354 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #161354 is #E9ECAB. Grayscale: #1B1B1B. Windows color (decimal): -15330476 or 5509910. OLE color: 5509910.

HSL color Cylindrical-coordinate representation of color #161354: hue angle of 242.77º degrees, saturation: 0.63, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #161354 is Cyan = 0.74, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB221984-
CMYK0.740.7700.67
HSL242.77º63.11%20.2%-
HSV(B)242.77º77.38%32.94%-
XYZ2.161.288.52-
YUV27.31159.99124.21-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 17.6%
GREEN value IS 19 (7.81% from 255) = 15.2%
BLUE value IS 84 (33.20% from 255) = 67.2%
R=17.6%
G=15.2%
B=67.2%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2219840.740.7700.67242.7763.1120.2
Hex1613544A4D043f33f14
Octal262312411211501033637724
Binary1011010011101010010010101001101010000111111001111111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #161354

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #161354; }

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

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

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

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

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

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

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

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