#19104E

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

Shades of Paua #19104E

Tints of Paua #19104E

Color information

#19104E (or 0x19104E) is unknown color: approx Paua. HEX triplet: 19, 10 and 4E. RGB value is (25,16,78). Sum of RGB (Red+Green+Blue) = 25+16+78=119 (15% of max value = 765). Red value is 25 (10.16% from 255 or 21.01% from 119); Green value is 16 (6.64% from 255 or 13.45% from 119); Blue value is 78 (30.86% from 255 or 65.55% from 119); Max value from RGB is 78 - color contains mainly: blue. Hex color #19104E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #19104E is #E6EFB1. Grayscale: #191919. Windows color (decimal): -15134642 or 5115929. OLE color: 5115929.

HSL color Cylindrical-coordinate representation of color #19104E: hue angle of 248.71º degrees, saturation: 0.66, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #19104E is Cyan = 0.68, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB251678-
CMYK0.680.7900.69
HSL248.71º65.96%18.43%-
HSV(B)248.71º79.49%30.59%-
XYZ1.961.137.32-
YUV25.76157.48127.46-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 21.01%
GREEN value IS 16 (6.64% from 255) = 13.45%
BLUE value IS 78 (30.86% from 255) = 65.55%
R=21.01%
G=13.45%
B=65.55%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal2516780.680.7900.69248.7165.9618.43
Hex19104E444F045f94212
Octal3120116104117010537110222
Binary11001100001001110100010010011110100010111111001100001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19104E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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