#191447

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

Shades of Paua #191447

Tints of Paua #191447

Color information

#191447 (or 0x191447) is unknown color: approx Paua. HEX triplet: 19, 14 and 47. RGB value is (25,20,71). Sum of RGB (Red+Green+Blue) = 25+20+71=116 (15% of max value = 765). Red value is 25 (10.16% from 255 or 21.55% from 116); Green value is 20 (8.20% from 255 or 17.24% from 116); Blue value is 71 (28.12% from 255 or 61.21% from 116); Max value from RGB is 71 - color contains mainly: blue. Hex color #191447 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #191447 is #E6EBB8. Grayscale: #1B1B1B. Windows color (decimal): -15133625 or 4658201. OLE color: 4658201.

HSL color Cylindrical-coordinate representation of color #191447: hue angle of 245.88º degrees, saturation: 0.56, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #191447 is Cyan = 0.65, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB252071-
CMYK0.650.7200.72
HSL245.88º56.04%17.84%-
HSV(B)245.88º71.83%27.84%-
XYZ1.791.166.09-
YUV27.31152.66126.35-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 21.55%
GREEN value IS 20 (8.20% from 255) = 17.24%
BLUE value IS 71 (28.12% from 255) = 61.21%
R=21.55%
G=17.24%
B=61.21%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal2520710.650.7200.72245.8856.0417.84
Hex1914474148048f63812
Octal312410710111001103667022
Binary1100110100100011110000011001000010010001111011011100010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #191447

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #191447; }

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

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

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

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

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

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

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

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