#13164D

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

Shades of Paua #13164D

Tints of Paua #13164D

Color information

#13164D (or 0x13164D) is unknown color: approx Paua. HEX triplet: 13, 16 and 4D. RGB value is (19,22,77). Sum of RGB (Red+Green+Blue) = 19+22+77=118 (15% of max value = 765). Red value is 19 (7.81% from 255 or 16.10% from 118); Green value is 22 (8.98% from 255 or 18.64% from 118); Blue value is 77 (30.47% from 255 or 65.25% from 118); Max value from RGB is 77 - color contains mainly: blue. Hex color #13164D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #13164D is #ECE9B2. Grayscale: #1B1B1B. Windows color (decimal): -15526323 or 5051923. OLE color: 5051923.

HSL color Cylindrical-coordinate representation of color #13164D: hue angle of 236.9º degrees, saturation: 0.6, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #13164D is Cyan = 0.75, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB192277-
CMYK0.750.7100.70
HSL236.9º60.42%18.82%-
HSV(B)236.9º75.32%30.2%-
XYZ1.91.257.16-
YUV27.37156.01122.03-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 16.10%
GREEN value IS 22 (8.98% from 255) = 18.64%
BLUE value IS 77 (30.47% from 255) = 65.25%
R=16.10%
G=18.64%
B=65.25%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal1922770.750.7100.70236.960.4218.82
Hex13164D4B47046ed3c13
Octal232611511310701063557423
Binary1001110110100110110010111000111010001101110110111110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13164D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #13164D; }

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

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

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

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

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

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

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

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