#191249

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

Shades of Paua #191249

Tints of Paua #191249

Color information

#191249 (or 0x191249) is unknown color: approx Paua. HEX triplet: 19, 12 and 49. RGB value is (25,18,73). Sum of RGB (Red+Green+Blue) = 25+18+73=116 (15% of max value = 765). Red value is 25 (10.16% from 255 or 21.55% from 116); Green value is 18 (7.42% from 255 or 15.52% from 116); Blue value is 73 (28.91% from 255 or 62.93% from 116); Max value from RGB is 73 - color contains mainly: blue. Hex color #191249 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #191249 is #E6EDB6. Grayscale: #1A1A1A. Windows color (decimal): -15134135 or 4788761. OLE color: 4788761.

HSL color Cylindrical-coordinate representation of color #191249: hue angle of 247.64º degrees, saturation: 0.6, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #191249 is Cyan = 0.66, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB251873-
CMYK0.660.7500.71
HSL247.64º60.44%17.84%-
HSV(B)247.64º75.34%28.63%-
XYZ1.821.126.42-
YUV26.36154.32127.03-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 21.55%
GREEN value IS 18 (7.42% from 255) = 15.52%
BLUE value IS 73 (28.91% from 255) = 62.93%
R=21.55%
G=15.52%
B=62.93%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal2518730.660.7500.71247.6460.4417.84
Hex191249424B047f83c12
Octal312211110211301073707422
Binary1100110010100100110000101001011010001111111100011110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #191249

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #191249; }

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

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

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

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

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

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

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

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