#19144C

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

Shades of Paua #19144C

Tints of Paua #19144C

Color information

#19144C (or 0x19144C) is unknown color: approx Paua. HEX triplet: 19, 14 and 4C. RGB value is (25,20,76). Sum of RGB (Red+Green+Blue) = 25+20+76=121 (16% of max value = 765). Red value is 25 (10.16% from 255 or 20.66% from 121); Green value is 20 (8.20% from 255 or 16.53% from 121); Blue value is 76 (30.08% from 255 or 62.81% from 121); Max value from RGB is 76 - color contains mainly: blue. Hex color #19144C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #19144C is #E6EBB3. Grayscale: #1B1B1B. Windows color (decimal): -15133620 or 4985881. OLE color: 4985881.

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

Color convert

RGB252076-
CMYK0.670.7400.70
HSL245.36º58.33%18.82%-
HSV(B)245.36º73.68%29.8%-
XYZ1.961.236.97-
YUV27.88155.16125.95-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 20.66%
GREEN value IS 20 (8.20% from 255) = 16.53%
BLUE value IS 76 (30.08% from 255) = 62.81%
R=20.66%
G=16.53%
B=62.81%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal2520760.670.7400.70245.3658.3318.82
Hex19144C434A046f53a13
Octal312411410311201063657223
Binary1100110100100110010000111001010010001101111010111101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19144C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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