#191946

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

Shades of Paua #191946

Tints of Paua #191946

Color information

#191946 (or 0x191946) is unknown color: approx Paua. HEX triplet: 19, 19 and 46. RGB value is (25,25,70). Sum of RGB (Red+Green+Blue) = 25+25+70=120 (15% of max value = 765). Red value is 25 (10.16% from 255 or 20.83% from 120); Green value is 25 (10.16% from 255 or 20.83% from 120); Blue value is 70 (27.73% from 255 or 58.33% from 120); Max value from RGB is 70 - color contains mainly: blue. Hex color #191946 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #191946 is #E6E6B9. Grayscale: #1D1D1D. Windows color (decimal): -15132346 or 4593945. OLE color: 4593945.

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

Color convert

RGB252570-
CMYK0.640.6400.73
HSL240º47.37%18.63%-
HSV(B)240º64.29%27.45%-
XYZ1.851.345.96-
YUV30.13150.5124.34-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 20.83%
GREEN value IS 25 (10.16% from 255) = 20.83%
BLUE value IS 70 (27.73% from 255) = 58.33%
R=20.83%
G=20.83%
B=58.33%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal2525700.640.6400.7324047.3718.63
Hex1919464040049f02f13
Octal313110610010001113605723
Binary1100111001100011010000001000000010010011111000010111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #191946

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #191946; }

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

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

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

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

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

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

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

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