#191057

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

Shades of Paua #191057

Tints of Paua #191057

Color information

#191057 (or 0x191057) is unknown color: approx Paua. HEX triplet: 19, 10 and 57. RGB value is (25,16,87). Sum of RGB (Red+Green+Blue) = 25+16+87=128 (16% of max value = 765). Red value is 25 (10.16% from 255 or 19.53% from 128); Green value is 16 (6.64% from 255 or 12.5% from 128); Blue value is 87 (34.38% from 255 or 67.97% from 128); Max value from RGB is 87 - color contains mainly: blue. Hex color #191057 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #191057 is #E6EFA8. Grayscale: #1A1A1A. Windows color (decimal): -15134633 or 5705753. OLE color: 5705753.

HSL color Cylindrical-coordinate representation of color #191057: hue angle of 247.61º degrees, saturation: 0.69, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #191057 is Cyan = 0.71, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB251687-
CMYK0.710.8200.66
HSL247.61º68.93%20.2%-
HSV(B)247.61º81.61%34.12%-
XYZ2.311.279.14-
YUV26.78161.98126.73-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 19.53%
GREEN value IS 16 (6.64% from 255) = 12.5%
BLUE value IS 87 (34.38% from 255) = 67.97%
R=19.53%
G=12.5%
B=67.97%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal2516870.710.8200.66247.6168.9320.2
Hex1910574752042f84514
Octal3120127107122010237010524
Binary11001100001010111100011110100100100001011111000100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #191057

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #191057; }

 p { color: rgb(25,16,87); }

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

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

 a { background-color: rgb(25,16,87); }

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

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

 span { border-color: rgb(25,16,87); }

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