#140E40

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

Shades of Paua #140E40

Tints of Paua #140E40

Color information

#140E40 (or 0x140E40) is unknown color: approx Paua. HEX triplet: 14, 0E and 40. RGB value is (20,14,64). Sum of RGB (Red+Green+Blue) = 20+14+64=98 (12% of max value = 765). Red value is 20 (8.20% from 255 or 20.41% from 98); Green value is 14 (5.86% from 255 or 14.29% from 98); Blue value is 64 (25.39% from 255 or 65.31% from 98); Max value from RGB is 64 - color contains mainly: blue. Hex color #140E40 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #140E40 is #EBF1BF. Grayscale: #151515. Windows color (decimal): -15462848 or 4197908. OLE color: 4197908.

HSL color Cylindrical-coordinate representation of color #140E40: hue angle of 247.2º degrees, saturation: 0.64, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #140E40 is Cyan = 0.69, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB201464-
CMYK0.690.7800.75
HSL247.2º64.1%15.29%-
HSV(B)247.2º78.12%25.1%-
XYZ1.370.834.94-
YUV21.49151.99126.93-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 20.41%
GREEN value IS 14 (5.86% from 255) = 14.29%
BLUE value IS 64 (25.39% from 255) = 65.31%
R=20.41%
G=14.29%
B=65.31%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal2014640.690.7800.75247.264.115.29
Hex14E40454E04Bf740f
Octal2416100105116011336710017
Binary101001110100000010001011001110010010111111011110000001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #140E40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,14,64); }

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

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

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

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

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

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

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