#141049

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

Shades of Paua #141049

Tints of Paua #141049

Color information

#141049 (or 0x141049) is unknown color: approx Paua. HEX triplet: 14, 10 and 49. RGB value is (20,16,73). Sum of RGB (Red+Green+Blue) = 20+16+73=109 (14% of max value = 765). Red value is 20 (8.20% from 255 or 18.35% from 109); Green value is 16 (6.64% from 255 or 14.68% from 109); Blue value is 73 (28.91% from 255 or 66.97% from 109); Max value from RGB is 73 - color contains mainly: blue. Hex color #141049 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #141049 is #EBEFB6. Grayscale: #171717. Windows color (decimal): -15462327 or 4788244. OLE color: 4788244.

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

Color convert

RGB201673-
CMYK0.730.7800.71
HSL244.21º64.04%17.45%-
HSV(B)244.21º78.08%28.63%-
XYZ1.6816.41-
YUV23.69155.83125.37-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 18.35%
GREEN value IS 16 (6.64% from 255) = 14.68%
BLUE value IS 73 (28.91% from 255) = 66.97%
R=18.35%
G=14.68%
B=66.97%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal2016730.730.7800.71244.2164.0417.45
Hex141049494E047f44011
Octal2420111111116010736410021
Binary10100100001001001100100110011100100011111110100100000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #141049

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #141049; }

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

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

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

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

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

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

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

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