#191547

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

Shades of Paua #191547

Tints of Paua #191547

Color information

#191547 (or 0x191547) is unknown color: approx Paua. HEX triplet: 19, 15 and 47. RGB value is (25,21,71). Sum of RGB (Red+Green+Blue) = 25+21+71=117 (15% of max value = 765). Red value is 25 (10.16% from 255 or 21.37% from 117); Green value is 21 (8.59% from 255 or 17.95% from 117); Blue value is 71 (28.12% from 255 or 60.68% from 117); Max value from RGB is 71 - color contains mainly: blue. Hex color #191547 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #191547 is #E6EAB8. Grayscale: #1B1B1B. Windows color (decimal): -15133369 or 4658457. OLE color: 4658457.

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

Color convert

RGB252171-
CMYK0.650.7000.72
HSL244.8º54.35%18.04%-
HSV(B)244.8º70.42%27.84%-
XYZ1.811.26.1-
YUV27.9152.33125.93-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 21.37%
GREEN value IS 21 (8.59% from 255) = 17.95%
BLUE value IS 71 (28.12% from 255) = 60.68%
R=21.37%
G=17.95%
B=60.68%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal2521710.650.7000.72244.854.3518.04
Hex1915474146048f53612
Octal312510710110601103656622
Binary1100110101100011110000011000110010010001111010111011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #191547

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #191547; }

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

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

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

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

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

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

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

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