#19104C

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

Shades of Paua #19104C

Tints of Paua #19104C

Color information

#19104C (or 0x19104C) is unknown color: approx Paua. HEX triplet: 19, 10 and 4C. RGB value is (25,16,76). Sum of RGB (Red+Green+Blue) = 25+16+76=117 (15% of max value = 765). Red value is 25 (10.16% from 255 or 21.37% from 117); Green value is 16 (6.64% from 255 or 13.68% from 117); Blue value is 76 (30.08% from 255 or 64.96% from 117); Max value from RGB is 76 - color contains mainly: blue. Hex color #19104C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #19104C is #E6EFB3. Grayscale: #191919. Windows color (decimal): -15134644 or 4984857. OLE color: 4984857.

HSL color Cylindrical-coordinate representation of color #19104C: hue angle of 249º degrees, saturation: 0.65, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #19104C is Cyan = 0.67, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB251676-
CMYK0.670.7900.70
HSL249º65.22%18.04%-
HSV(B)249º78.95%29.8%-
XYZ1.891.16.95-
YUV25.53156.48127.62-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 21.37%
GREEN value IS 16 (6.64% from 255) = 13.68%
BLUE value IS 76 (30.08% from 255) = 64.96%
R=21.37%
G=13.68%
B=64.96%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal2516760.670.7900.7024965.2218.04
Hex19104C434F046f94112
Octal3120114103117010637110122
Binary11001100001001100100001110011110100011011111001100000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19104C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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