#191549

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

Shades of Paua #191549

Tints of Paua #191549

Color information

#191549 (or 0x191549) is unknown color: approx Paua. HEX triplet: 19, 15 and 49. RGB value is (25,21,73). Sum of RGB (Red+Green+Blue) = 25+21+73=119 (15% of max value = 765). Red value is 25 (10.16% from 255 or 21.01% from 119); Green value is 21 (8.59% from 255 or 17.65% from 119); Blue value is 73 (28.91% from 255 or 61.34% from 119); Max value from RGB is 73 - color contains mainly: blue. Hex color #191549 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #191549 is #E6EAB6. Grayscale: #1B1B1B. Windows color (decimal): -15133367 or 4789529. OLE color: 4789529.

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

Color convert

RGB252173-
CMYK0.660.7100.71
HSL244.62º55.32%18.43%-
HSV(B)244.62º71.23%28.63%-
XYZ1.871.226.44-
YUV28.12153.33125.77-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 21.01%
GREEN value IS 21 (8.59% from 255) = 17.65%
BLUE value IS 73 (28.91% from 255) = 61.34%
R=21.01%
G=17.65%
B=61.34%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal2521730.660.7100.71244.6255.3218.43
Hex1915494247047f53712
Octal312511110210701073656722
Binary1100110101100100110000101000111010001111111010111011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #191549

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #191549; }

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

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

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

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

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

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

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

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