#19144B

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

Shades of Paua #19144B

Tints of Paua #19144B

Color information

#19144B (or 0x19144B) is unknown color: approx Paua. HEX triplet: 19, 14 and 4B. RGB value is (25,20,75). Sum of RGB (Red+Green+Blue) = 25+20+75=120 (15% of max value = 765). Red value is 25 (10.16% from 255 or 20.83% from 120); Green value is 20 (8.20% from 255 or 16.67% from 120); Blue value is 75 (29.69% from 255 or 62.5% from 120); Max value from RGB is 75 - color contains mainly: blue. Hex color #19144B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #19144B is #E6EBB4. Grayscale: #1B1B1B. Windows color (decimal): -15133621 or 4920345. OLE color: 4920345.

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

Color convert

RGB252075-
CMYK0.670.7300.71
HSL245.45º57.89%18.63%-
HSV(B)245.45º73.33%29.41%-
XYZ1.921.216.79-
YUV27.76154.66126.03-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 20.83%
GREEN value IS 20 (8.20% from 255) = 16.67%
BLUE value IS 75 (29.69% from 255) = 62.5%
R=20.83%
G=16.67%
B=62.5%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal2520750.670.7300.71245.4557.8918.63
Hex19144B4349047f53a13
Octal312411310311101073657223
Binary1100110100100101110000111001001010001111111010111101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19144B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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