#191247

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

Shades of Paua #191247

Tints of Paua #191247

Color information

#191247 (or 0x191247) is unknown color: approx Paua. HEX triplet: 19, 12 and 47. RGB value is (25,18,71). Sum of RGB (Red+Green+Blue) = 25+18+71=114 (15% of max value = 765). Red value is 25 (10.16% from 255 or 21.93% from 114); Green value is 18 (7.42% from 255 or 15.79% from 114); Blue value is 71 (28.12% from 255 or 62.28% from 114); Max value from RGB is 71 - color contains mainly: blue. Hex color #191247 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #191247 is #E6EDB8. Grayscale: #191919. Windows color (decimal): -15134137 or 4657689. OLE color: 4657689.

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

Color convert

RGB251871-
CMYK0.650.7500.72
HSL247.92º59.55%17.45%-
HSV(B)247.92º74.65%27.84%-
XYZ1.751.096.08-
YUV26.14153.32127.19-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 21.93%
GREEN value IS 18 (7.42% from 255) = 15.79%
BLUE value IS 71 (28.12% from 255) = 62.28%
R=21.93%
G=15.79%
B=62.28%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal2518710.650.7500.72247.9259.5517.45
Hex191247414B048f83c11
Octal312210710111301103707421
Binary1100110010100011110000011001011010010001111100011110010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #191247

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #191247; }

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

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

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

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

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

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

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

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