#191446

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

Shades of Paua #191446

Tints of Paua #191446

Color information

#191446 (or 0x191446) is unknown color: approx Paua. HEX triplet: 19, 14 and 46. RGB value is (25,20,70). Sum of RGB (Red+Green+Blue) = 25+20+70=115 (15% of max value = 765). Red value is 25 (10.16% from 255 or 21.74% from 115); Green value is 20 (8.20% from 255 or 17.39% from 115); Blue value is 70 (27.73% from 255 or 60.87% from 115); Max value from RGB is 70 - color contains mainly: blue. Hex color #191446 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #191446 is #E6EBB9. Grayscale: #1A1A1A. Windows color (decimal): -15133626 or 4592665. OLE color: 4592665.

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

Color convert

RGB252070-
CMYK0.640.7100.73
HSL246º55.56%17.65%-
HSV(B)246º71.43%27.45%-
XYZ1.761.155.92-
YUV27.19152.16126.43-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 21.74%
GREEN value IS 20 (8.20% from 255) = 17.39%
BLUE value IS 70 (27.73% from 255) = 60.87%
R=21.74%
G=17.39%
B=60.87%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal2520700.640.7100.7324655.5617.65
Hex1914464047049f63812
Octal312410610010701113667022
Binary1100110100100011010000001000111010010011111011011100010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #191446

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #191446; }

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

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

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

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

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

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

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

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