#191156

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

Shades of Paua #191156

Tints of Paua #191156

Color information

#191156 (or 0x191156) is unknown color: approx Paua. HEX triplet: 19, 11 and 56. RGB value is (25,17,86). Sum of RGB (Red+Green+Blue) = 25+17+86=128 (16% of max value = 765). Red value is 25 (10.16% from 255 or 19.53% from 128); Green value is 17 (7.03% from 255 or 13.28% from 128); Blue value is 86 (33.98% from 255 or 67.19% from 128); Max value from RGB is 86 - color contains mainly: blue. Hex color #191156 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #191156 is #E6EEA9. Grayscale: #1A1A1A. Windows color (decimal): -15134378 or 5640473. OLE color: 5640473.

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

Color convert

RGB251786-
CMYK0.710.8000.66
HSL246.96º66.99%20.2%-
HSV(B)246.96º80.23%33.73%-
XYZ2.281.288.93-
YUV27.26161.15126.39-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 19.53%
GREEN value IS 17 (7.03% from 255) = 13.28%
BLUE value IS 86 (33.98% from 255) = 67.19%
R=19.53%
G=13.28%
B=67.19%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal2517860.710.8000.66246.9666.9920.2
Hex1911564750042f74314
Octal3121126107120010236710324
Binary11001100011010110100011110100000100001011110111100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #191156

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #191156; }

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

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

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

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

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

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

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

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