#161340

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

Shades of Paua #161340

Tints of Paua #161340

Color information

#161340 (or 0x161340) is unknown color: approx Paua. HEX triplet: 16, 13 and 40. RGB value is (22,19,64). Sum of RGB (Red+Green+Blue) = 22+19+64=105 (13% of max value = 765). Red value is 22 (8.98% from 255 or 20.95% from 105); Green value is 19 (7.81% from 255 or 18.10% from 105); Blue value is 64 (25.39% from 255 or 60.95% from 105); Max value from RGB is 64 - color contains mainly: blue. Hex color #161340 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #161340 is #E9ECBF. Grayscale: #181818. Windows color (decimal): -15330496 or 4199190. OLE color: 4199190.

HSL color Cylindrical-coordinate representation of color #161340: hue angle of 244º degrees, saturation: 0.54, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #161340 is Cyan = 0.66, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB221964-
CMYK0.660.7000.75
HSL244º54.22%16.27%-
HSV(B)244º70.31%25.1%-
XYZ1.491.014.97-
YUV25.03149.99125.84-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 20.95%
GREEN value IS 19 (7.81% from 255) = 18.10%
BLUE value IS 64 (25.39% from 255) = 60.95%
R=20.95%
G=18.10%
B=60.95%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal2219640.660.7000.7524454.2216.27
Hex161340424604Bf43610
Octal262310010210601133646620
Binary1011010011100000010000101000110010010111111010011011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #161340

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #161340; }

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

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

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

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

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

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

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

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