#140C49

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

Shades of Paua #140C49

Tints of Paua #140C49

Color information

#140C49 (or 0x140C49) is unknown color: approx Paua. HEX triplet: 14, 0C and 49. RGB value is (20,12,73). Sum of RGB (Red+Green+Blue) = 20+12+73=105 (13% of max value = 765). Red value is 20 (8.20% from 255 or 19.05% from 105); Green value is 12 (5.08% from 255 or 11.43% from 105); Blue value is 73 (28.91% from 255 or 69.52% from 105); Max value from RGB is 73 - color contains mainly: blue. Hex color #140C49 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #140C49 is #EBF3B6. Grayscale: #151515. Windows color (decimal): -15463351 or 4787220. OLE color: 4787220.

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

Color convert

RGB201273-
CMYK0.730.8400.71
HSL247.87º71.76%16.67%-
HSV(B)247.87º83.56%28.63%-
XYZ1.620.896.39-
YUV21.35157.15127.04-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 19.05%
GREEN value IS 12 (5.08% from 255) = 11.43%
BLUE value IS 73 (28.91% from 255) = 69.52%
R=19.05%
G=11.43%
B=69.52%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal2012730.730.8400.71247.8771.7616.67
Hex14C494954047f84811
Octal2414111111124010737011021
Binary1010011001001001100100110101000100011111111000100100010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #140C49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #140C49; }

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

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

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

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

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

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

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

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