#19104A

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

Shades of Paua #19104A

Tints of Paua #19104A

Color information

#19104A (or 0x19104A) is unknown color: approx Paua. HEX triplet: 19, 10 and 4A. RGB value is (25,16,74). Sum of RGB (Red+Green+Blue) = 25+16+74=115 (15% of max value = 765). Red value is 25 (10.16% from 255 or 21.74% from 115); Green value is 16 (6.64% from 255 or 13.91% from 115); Blue value is 74 (29.30% from 255 or 64.35% from 115); Max value from RGB is 74 - color contains mainly: blue. Hex color #19104A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #19104A is #E6EFB5. Grayscale: #191919. Windows color (decimal): -15134646 or 4853785. OLE color: 4853785.

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

Color convert

RGB251674-
CMYK0.660.7800.71
HSL249.31º64.44%17.65%-
HSV(B)249.31º78.38%29.02%-
XYZ1.821.076.59-
YUV25.3155.48127.78-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 21.74%
GREEN value IS 16 (6.64% from 255) = 13.91%
BLUE value IS 74 (29.30% from 255) = 64.35%
R=21.74%
G=13.91%
B=64.35%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal2516740.660.7800.71249.3164.4417.65
Hex19104A424E047f94012
Octal3120112102116010737110022
Binary11001100001001010100001010011100100011111111001100000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19104A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #19104A; }

 p { color: rgb(25,16,74); }

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

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

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

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

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

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

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