#191947

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

Shades of Paua #191947

Tints of Paua #191947

Color information

#191947 (or 0x191947) is unknown color: approx Paua. HEX triplet: 19, 19 and 47. RGB value is (25,25,71). Sum of RGB (Red+Green+Blue) = 25+25+71=121 (16% of max value = 765). Red value is 25 (10.16% from 255 or 20.66% from 121); Green value is 25 (10.16% from 255 or 20.66% from 121); Blue value is 71 (28.12% from 255 or 58.68% from 121); Max value from RGB is 71 - color contains mainly: blue. Hex color #191947 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #191947 is #E6E6B8. Grayscale: #1E1E1E. Windows color (decimal): -15132345 or 4659481. OLE color: 4659481.

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

Color convert

RGB252571-
CMYK0.650.6500.72
HSL240º47.92%18.82%-
HSV(B)240º64.79%27.84%-
XYZ1.891.366.12-
YUV30.24151124.26-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 20.66%
GREEN value IS 25 (10.16% from 255) = 20.66%
BLUE value IS 71 (28.12% from 255) = 58.68%
R=20.66%
G=20.66%
B=58.68%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal2525710.650.6500.7224047.9218.82
Hex1919474141048f03013
Octal313110710110101103606023
Binary1100111001100011110000011000001010010001111000011000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #191947

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #191947; }

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

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

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

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

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

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

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

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