#191646

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

Shades of Paua #191646

Tints of Paua #191646

Color information

#191646 (or 0x191646) is unknown color: approx Paua. HEX triplet: 19, 16 and 46. RGB value is (25,22,70). Sum of RGB (Red+Green+Blue) = 25+22+70=117 (15% of max value = 765). Red value is 25 (10.16% from 255 or 21.37% from 117); Green value is 22 (8.98% from 255 or 18.80% from 117); Blue value is 70 (27.73% from 255 or 59.83% from 117); Max value from RGB is 70 - color contains mainly: blue. Hex color #191646 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #191646 is #E6E9B9. Grayscale: #1C1C1C. Windows color (decimal): -15133114 or 4593177. OLE color: 4593177.

HSL color Cylindrical-coordinate representation of color #191646: hue angle of 243.75º degrees, saturation: 0.52, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #191646 is Cyan = 0.64, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB252270-
CMYK0.640.6900.73
HSL243.75º52.17%18.04%-
HSV(B)243.75º68.57%27.45%-
XYZ1.791.225.94-
YUV28.37151.49125.6-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 21.37%
GREEN value IS 22 (8.98% from 255) = 18.80%
BLUE value IS 70 (27.73% from 255) = 59.83%
R=21.37%
G=18.80%
B=59.83%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal2522700.640.6900.73243.7552.1718.04
Hex1916464045049f43412
Octal312610610010501113646422
Binary1100110110100011010000001000101010010011111010011010010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #191646

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #191646; }

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

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

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

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

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

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

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

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