#19144D

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

Shades of Paua #19144D

Tints of Paua #19144D

Color information

#19144D (or 0x19144D) is unknown color: approx Paua. HEX triplet: 19, 14 and 4D. RGB value is (25,20,77). Sum of RGB (Red+Green+Blue) = 25+20+77=122 (16% of max value = 765). Red value is 25 (10.16% from 255 or 20.49% from 122); Green value is 20 (8.20% from 255 or 16.39% from 122); Blue value is 77 (30.47% from 255 or 63.11% from 122); Max value from RGB is 77 - color contains mainly: blue. Hex color #19144D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #19144D is #E6EBB2. Grayscale: #1B1B1B. Windows color (decimal): -15133619 or 5051417. OLE color: 5051417.

HSL color Cylindrical-coordinate representation of color #19144D: hue angle of 245.26º degrees, saturation: 0.59, 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 #19144D is Cyan = 0.68, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB252077-
CMYK0.680.7400.70
HSL245.26º58.76%19.02%-
HSV(B)245.26º74.03%30.2%-
XYZ1.991.247.16-
YUV27.99155.66125.87-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 20.49%
GREEN value IS 20 (8.20% from 255) = 16.39%
BLUE value IS 77 (30.47% from 255) = 63.11%
R=20.49%
G=16.39%
B=63.11%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal2520770.680.7400.70245.2658.7619.02
Hex19144D444A046f53b13
Octal312411510411201063657323
Binary1100110100100110110001001001010010001101111010111101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19144D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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