#191055

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

Shades of Paua #191055

Tints of Paua #191055

Color information

#191055 (or 0x191055) is unknown color: approx Paua. HEX triplet: 19, 10 and 55. RGB value is (25,16,85). Sum of RGB (Red+Green+Blue) = 25+16+85=126 (16% of max value = 765). Red value is 25 (10.16% from 255 or 19.84% from 126); Green value is 16 (6.64% from 255 or 12.70% from 126); Blue value is 85 (33.59% from 255 or 67.46% from 126); Max value from RGB is 85 - color contains mainly: blue. Hex color #191055 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #191055 is #E6EFAA. Grayscale: #1A1A1A. Windows color (decimal): -15134635 or 5574681. OLE color: 5574681.

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

Color convert

RGB251685-
CMYK0.710.8100.67
HSL247.83º68.32%19.8%-
HSV(B)247.83º81.18%33.33%-
XYZ2.231.238.72-
YUV26.56160.98126.89-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 19.84%
GREEN value IS 16 (6.64% from 255) = 12.70%
BLUE value IS 85 (33.59% from 255) = 67.46%
R=19.84%
G=12.70%
B=67.46%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2516850.710.8100.67247.8368.3219.8
Hex1910554751043f84414
Octal3120125107121010337010424
Binary11001100001010101100011110100010100001111111000100010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #191055

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #191055; }

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

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

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

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

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

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

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

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