#191644

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

Shades of Paua #191644

Tints of Paua #191644

Color information

#191644 (or 0x191644) is unknown color: approx Paua. HEX triplet: 19, 16 and 44. RGB value is (25,22,68). Sum of RGB (Red+Green+Blue) = 25+22+68=115 (15% of max value = 765). Red value is 25 (10.16% from 255 or 21.74% from 115); Green value is 22 (8.98% from 255 or 19.13% from 115); Blue value is 68 (26.95% from 255 or 59.13% from 115); Max value from RGB is 68 - color contains mainly: blue. Hex color #191644 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #191644 is #E6E9BB. Grayscale: #1B1B1B. Windows color (decimal): -15133116 or 4462105. OLE color: 4462105.

HSL color Cylindrical-coordinate representation of color #191644: hue angle of 243.91º degrees, saturation: 0.51, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #191644 is Cyan = 0.63, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB252268-
CMYK0.630.6800.73
HSL243.91º51.11%17.65%-
HSV(B)243.91º67.65%26.67%-
XYZ1.731.25.61-
YUV28.14150.49125.76-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 21.74%
GREEN value IS 22 (8.98% from 255) = 19.13%
BLUE value IS 68 (26.95% from 255) = 59.13%
R=21.74%
G=19.13%
B=59.13%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal2522680.630.6800.73243.9151.1117.65
Hex1916443F44049f43312
Octal31261047710401113646322
Binary110011011010001001111111000100010010011111010011001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #191644

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #191644; }

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

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

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

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

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

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

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

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