#191350

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

Shades of Paua #191350

Tints of Paua #191350

Color information

#191350 (or 0x191350) is unknown color: approx Paua. HEX triplet: 19, 13 and 50. RGB value is (25,19,80). Sum of RGB (Red+Green+Blue) = 25+19+80=124 (16% of max value = 765). Red value is 25 (10.16% from 255 or 20.16% from 124); Green value is 19 (7.81% from 255 or 15.32% from 124); Blue value is 80 (31.64% from 255 or 64.52% from 124); Max value from RGB is 80 - color contains mainly: blue. Hex color #191350 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #191350 is #E6ECAF. Grayscale: #1B1B1B. Windows color (decimal): -15133872 or 5247769. OLE color: 5247769.

HSL color Cylindrical-coordinate representation of color #191350: hue angle of 245.9º degrees, saturation: 0.62, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #191350 is Cyan = 0.69, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB251980-
CMYK0.690.7600.69
HSL245.9º61.62%19.41%-
HSV(B)245.9º76.25%31.37%-
XYZ2.081.257.72-
YUV27.75157.49126.04-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 20.16%
GREEN value IS 19 (7.81% from 255) = 15.32%
BLUE value IS 80 (31.64% from 255) = 64.52%
R=20.16%
G=15.32%
B=64.52%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal2519800.690.7600.69245.961.6219.41
Hex191350454C045f63e13
Octal312312010511401053667623
Binary1100110011101000010001011001100010001011111011011111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #191350

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #191350; }

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

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

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

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

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

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

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

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