#140A4C

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

Shades of Paua #140A4C

Tints of Paua #140A4C

Color information

#140A4C (or 0x140A4C) is unknown color: approx Paua. HEX triplet: 14, 0A and 4C. RGB value is (20,10,76). Sum of RGB (Red+Green+Blue) = 20+10+76=106 (14% of max value = 765). Red value is 20 (8.20% from 255 or 18.87% from 106); Green value is 10 (4.30% from 255 or 9.43% from 106); Blue value is 76 (30.08% from 255 or 71.70% from 106); Max value from RGB is 76 - color contains mainly: blue. Hex color #140A4C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #140A4C is #EBF5B3. Grayscale: #141414. Windows color (decimal): -15463860 or 4983316. OLE color: 4983316.

HSL color Cylindrical-coordinate representation of color #140A4C: hue angle of 249.09º degrees, saturation: 0.77, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #140A4C is Cyan = 0.74, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB201076-
CMYK0.740.8700.70
HSL249.09º76.74%16.86%-
HSV(B)249.09º86.84%29.8%-
XYZ1.70.896.92-
YUV20.51159.31127.63-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 18.87%
GREEN value IS 10 (4.30% from 255) = 9.43%
BLUE value IS 76 (30.08% from 255) = 71.70%
R=18.87%
G=9.43%
B=71.70%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal2010760.740.8700.70249.0976.7416.86
Hex14A4C4A57046f94d11
Octal2412114112127010637111521
Binary1010010101001100100101010101110100011011111001100110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #140A4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,10,76); }

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

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

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

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

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

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

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