#140F40

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

Shades of Paua #140F40

Tints of Paua #140F40

Color information

#140F40 (or 0x140F40) is unknown color: approx Paua. HEX triplet: 14, 0F and 40. RGB value is (20,15,64). Sum of RGB (Red+Green+Blue) = 20+15+64=99 (13% of max value = 765). Red value is 20 (8.20% from 255 or 20.20% from 99); Green value is 15 (6.25% from 255 or 15.15% from 99); Blue value is 64 (25.39% from 255 or 64.65% from 99); Max value from RGB is 64 - color contains mainly: blue. Hex color #140F40 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #140F40 is #EBF0BF. Grayscale: #151515. Windows color (decimal): -15462592 or 4198164. OLE color: 4198164.

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

Color convert

RGB201564-
CMYK0.690.7700.75
HSL246.12º62.03%15.49%-
HSV(B)246.12º76.56%25.1%-
XYZ1.380.864.94-
YUV22.08151.66126.52-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 20.20%
GREEN value IS 15 (6.25% from 255) = 15.15%
BLUE value IS 64 (25.39% from 255) = 64.65%
R=20.20%
G=15.15%
B=64.65%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal2015640.690.7700.75246.1262.0315.49
Hex14F40454D04Bf63ef
Octal241710010511501133667617
Binary10100111110000001000101100110101001011111101101111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #140F40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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