#19164A

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

Shades of Paua #19164A

Tints of Paua #19164A

Color information

#19164A (or 0x19164A) is unknown color: approx Paua. HEX triplet: 19, 16 and 4A. RGB value is (25,22,74). Sum of RGB (Red+Green+Blue) = 25+22+74=121 (16% of max value = 765). Red value is 25 (10.16% from 255 or 20.66% from 121); Green value is 22 (8.98% from 255 or 18.18% from 121); Blue value is 74 (29.30% from 255 or 61.16% from 121); Max value from RGB is 74 - color contains mainly: blue. Hex color #19164A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #19164A is #E6E9B5. Grayscale: #1C1C1C. Windows color (decimal): -15133110 or 4855321. OLE color: 4855321.

HSL color Cylindrical-coordinate representation of color #19164A: hue angle of 243.46º degrees, saturation: 0.54, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #19164A is Cyan = 0.66, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB252274-
CMYK0.660.7000.71
HSL243.46º54.17%18.82%-
HSV(B)243.46º70.27%29.02%-
XYZ1.921.276.62-
YUV28.82153.49125.27-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 20.66%
GREEN value IS 22 (8.98% from 255) = 18.18%
BLUE value IS 74 (29.30% from 255) = 61.16%
R=20.66%
G=18.18%
B=61.16%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal2522740.660.7000.71243.4654.1718.82
Hex19164A4246047f33613
Octal312611210210601073636623
Binary1100110110100101010000101000110010001111111001111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19164A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #19164A; }

 p { color: rgb(25,22,74); }

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

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

 a { background-color: rgb(25,22,74); }

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

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

 span { border-color: rgb(25,22,74); }

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