#141449

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

Shades of Paua #141449

Tints of Paua #141449

Color information

#141449 (or 0x141449) is unknown color: approx Paua. HEX triplet: 14, 14 and 49. RGB value is (20,20,73). Sum of RGB (Red+Green+Blue) = 20+20+73=113 (14% of max value = 765). Red value is 20 (8.20% from 255 or 17.70% from 113); Green value is 20 (8.20% from 255 or 17.70% from 113); Blue value is 73 (28.91% from 255 or 64.60% from 113); Max value from RGB is 73 - color contains mainly: blue. Hex color #141449 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #141449 is #EBEBB6. Grayscale: #191919. Windows color (decimal): -15461303 or 4789268. OLE color: 4789268.

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

Color convert

RGB202073-
CMYK0.730.7300.71
HSL240º56.99%18.24%-
HSV(B)240º72.6%28.63%-
XYZ1.741.136.43-
YUV26.04154.5123.69-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 17.70%
GREEN value IS 20 (8.20% from 255) = 17.70%
BLUE value IS 73 (28.91% from 255) = 64.60%
R=17.70%
G=17.70%
B=64.60%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal2020730.730.7300.7124056.9918.24
Hex1414494949047f03912
Octal242411111111101073607122
Binary1010010100100100110010011001001010001111111000011100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #141449

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #141449; }

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

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

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

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

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

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

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

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