#140D40

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

Shades of Paua #140D40

Tints of Paua #140D40

Color information

#140D40 (or 0x140D40) is unknown color: approx Paua. HEX triplet: 14, 0D and 40. RGB value is (20,13,64). Sum of RGB (Red+Green+Blue) = 20+13+64=97 (12% of max value = 765). Red value is 20 (8.20% from 255 or 20.62% from 97); Green value is 13 (5.47% from 255 or 13.40% from 97); Blue value is 64 (25.39% from 255 or 65.98% from 97); Max value from RGB is 64 - color contains mainly: blue. Hex color #140D40 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #140D40 is #EBF2BF. Grayscale: #141414. Windows color (decimal): -15463104 or 4197652. OLE color: 4197652.

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

Color convert

RGB201364-
CMYK0.690.8000.75
HSL248.24º66.23%15.1%-
HSV(B)248.24º79.69%25.1%-
XYZ1.360.814.93-
YUV20.91152.32127.35-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 20.62%
GREEN value IS 13 (5.47% from 255) = 13.40%
BLUE value IS 64 (25.39% from 255) = 65.98%
R=20.62%
G=13.40%
B=65.98%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal2013640.690.8000.75248.2466.2315.1
Hex14D40455004Bf842f
Octal2415100105120011337010217
Binary101001101100000010001011010000010010111111100010000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #140D40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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