#191056

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

Shades of Paua #191056

Tints of Paua #191056

Color information

#191056 (or 0x191056) is unknown color: approx Paua. HEX triplet: 19, 10 and 56. RGB value is (25,16,86). Sum of RGB (Red+Green+Blue) = 25+16+86=127 (16% of max value = 765). Red value is 25 (10.16% from 255 or 19.69% from 127); Green value is 16 (6.64% from 255 or 12.60% from 127); Blue value is 86 (33.98% from 255 or 67.72% from 127); Max value from RGB is 86 - color contains mainly: blue. Hex color #191056 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #191056 is #E6EFA9. Grayscale: #1A1A1A. Windows color (decimal): -15134634 or 5640217. OLE color: 5640217.

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

Color convert

RGB251686-
CMYK0.710.8100.66
HSL247.71º68.63%20%-
HSV(B)247.71º81.4%33.73%-
XYZ2.271.258.93-
YUV26.67161.48126.81-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 19.69%
GREEN value IS 16 (6.64% from 255) = 12.60%
BLUE value IS 86 (33.98% from 255) = 67.72%
R=19.69%
G=12.60%
B=67.72%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal2516860.710.8100.66247.7168.6320
Hex1910564751042f84514
Octal3120126107121010237010524
Binary11001100001010110100011110100010100001011111000100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #191056

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #191056; }

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

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

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

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

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

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

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

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