#191650

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

Shades of Paua #191650

Tints of Paua #191650

Color information

#191650 (or 0x191650) is unknown color: approx Paua. HEX triplet: 19, 16 and 50. RGB value is (25,22,80). Sum of RGB (Red+Green+Blue) = 25+22+80=127 (16% of max value = 765). Red value is 25 (10.16% from 255 or 19.69% from 127); Green value is 22 (8.98% from 255 or 17.32% from 127); Blue value is 80 (31.64% from 255 or 62.99% from 127); Max value from RGB is 80 - color contains mainly: blue. Hex color #191650 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #191650 is #E6E9AF. Grayscale: #1D1D1D. Windows color (decimal): -15133104 or 5248537. OLE color: 5248537.

HSL color Cylindrical-coordinate representation of color #191650: hue angle of 243.1º degrees, saturation: 0.57, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #191650 is Cyan = 0.69, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB252280-
CMYK0.690.7200.69
HSL243.1º56.86%20%-
HSV(B)243.1º72.5%31.37%-
XYZ2.141.367.74-
YUV29.51156.49124.78-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 19.69%
GREEN value IS 22 (8.98% from 255) = 17.32%
BLUE value IS 80 (31.64% from 255) = 62.99%
R=19.69%
G=17.32%
B=62.99%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal2522800.690.7200.69243.156.8620
Hex1916504548045f33914
Octal312612010511001053637124
Binary1100110110101000010001011001000010001011111001111100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #191650

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #191650; }

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

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

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

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

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

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

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

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