#191449

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

Shades of Paua #191449

Tints of Paua #191449

Color information

#191449 (or 0x191449) is unknown color: approx Paua. HEX triplet: 19, 14 and 49. RGB value is (25,20,73). Sum of RGB (Red+Green+Blue) = 25+20+73=118 (15% of max value = 765). Red value is 25 (10.16% from 255 or 21.19% from 118); Green value is 20 (8.20% from 255 or 16.95% from 118); Blue value is 73 (28.91% from 255 or 61.86% from 118); Max value from RGB is 73 - color contains mainly: blue. Hex color #191449 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #191449 is #E6EBB6. Grayscale: #1B1B1B. Windows color (decimal): -15133623 or 4789273. OLE color: 4789273.

HSL color Cylindrical-coordinate representation of color #191449: hue angle of 245.66º degrees, saturation: 0.57, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #191449 is Cyan = 0.66, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB252073-
CMYK0.660.7300.71
HSL245.66º56.99%18.24%-
HSV(B)245.66º72.6%28.63%-
XYZ1.851.196.43-
YUV27.54153.66126.19-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 21.19%
GREEN value IS 20 (8.20% from 255) = 16.95%
BLUE value IS 73 (28.91% from 255) = 61.86%
R=21.19%
G=16.95%
B=61.86%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal2520730.660.7300.71245.6656.9918.24
Hex1914494249047f63912
Octal312411110211101073667122
Binary1100110100100100110000101001001010001111111011011100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #191449

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #191449; }

 p { color: rgb(25,20,73); }

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

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

 a { background-color: rgb(25,20,73); }

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

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

 span { border-color: rgb(25,20,73); }

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