#191347

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

Shades of Paua #191347

Tints of Paua #191347

Color information

#191347 (or 0x191347) is unknown color: approx Paua. HEX triplet: 19, 13 and 47. RGB value is (25,19,71). Sum of RGB (Red+Green+Blue) = 25+19+71=115 (15% of max value = 765). Red value is 25 (10.16% from 255 or 21.74% from 115); Green value is 19 (7.81% from 255 or 16.52% from 115); Blue value is 71 (28.12% from 255 or 61.74% from 115); Max value from RGB is 71 - color contains mainly: blue. Hex color #191347 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #191347 is #E6ECB8. Grayscale: #1A1A1A. Windows color (decimal): -15133881 or 4657945. OLE color: 4657945.

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

Color convert

RGB251971-
CMYK0.650.7300.72
HSL246.92º57.78%17.65%-
HSV(B)246.92º73.24%27.84%-
XYZ1.771.136.09-
YUV26.72152.99126.77-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 21.74%
GREEN value IS 19 (7.81% from 255) = 16.52%
BLUE value IS 71 (28.12% from 255) = 61.74%
R=21.74%
G=16.52%
B=61.74%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal2519710.650.7300.72246.9257.7817.65
Hex1913474149048f73a12
Octal312310710111101103677222
Binary1100110011100011110000011001001010010001111011111101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #191347

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #191347; }

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

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

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

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

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

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

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

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