#140849

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

Shades of Paua #140849

Tints of Paua #140849

Color information

#140849 (or 0x140849) is unknown color: approx Paua. HEX triplet: 14, 08 and 49. RGB value is (20,8,73). Sum of RGB (Red+Green+Blue) = 20+8+73=101 (13% of max value = 765). Red value is 20 (8.20% from 255 or 19.80% from 101); Green value is 8 (3.52% from 255 or 7.92% from 101); Blue value is 73 (28.91% from 255 or 72.28% from 101); Max value from RGB is 73 - color contains mainly: blue. Hex color #140849 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #140849 is #EBF7B6. Grayscale: #121212. Windows color (decimal): -15464375 or 4786196. OLE color: 4786196.

HSL color Cylindrical-coordinate representation of color #140849: hue angle of 251.08º degrees, saturation: 0.8, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #140849 is Cyan = 0.73, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB20873-
CMYK0.730.8900.71
HSL251.08º80.25%15.88%-
HSV(B)251.08º89.04%28.63%-
XYZ1.580.86.38-
YUV19158.48128.71-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 19.80%
GREEN value IS 8 (3.52% from 255) = 7.92%
BLUE value IS 73 (28.91% from 255) = 72.28%
R=19.80%
G=7.92%
B=72.28%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal208730.730.8900.71251.0880.2515.88
Hex148494959047fb5010
Octal2410111111131010737312020
Binary1010010001001001100100110110010100011111111011101000010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #140849

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #140849; }

 p { color: rgb(20,8,73); }

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

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

 a { background-color: rgb(20,8,73); }

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

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

 span { border-color: rgb(20,8,73); }

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