#142540

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

Shades of Midnight #142540

Tints of Midnight #142540

Color information

#142540 (or 0x142540) is unknown color: approx Midnight. HEX triplet: 14, 25 and 40. RGB value is (20,37,64). Sum of RGB (Red+Green+Blue) = 20+37+64=121 (16% of max value = 765). Red value is 20 (8.20% from 255 or 16.53% from 121); Green value is 37 (14.84% from 255 or 30.58% from 121); Blue value is 64 (25.39% from 255 or 52.89% from 121); Max value from RGB is 64 - color contains mainly: blue. Hex color #142540 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #142540 is #EBDABF. Grayscale: #222222. Windows color (decimal): -15456960 or 4203796. OLE color: 4203796.

HSL color Cylindrical-coordinate representation of color #142540: hue angle of 216.82º degrees, saturation: 0.52, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #142540 is Cyan = 0.69, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB203764-
CMYK0.690.4200.75
HSL216.82º52.38%16.47%-
HSV(B)216.82º68.75%25.1%-
XYZ1.881.845.11-
YUV34.99144.37117.3-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 16.53%
GREEN value IS 37 (14.84% from 255) = 30.58%
BLUE value IS 64 (25.39% from 255) = 52.89%
R=16.53%
G=30.58%
B=52.89%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal2037640.690.4200.75216.8252.3816.47
Hex142540452A04Bd93410
Octal24451001055201133316420
Binary1010010010110000001000101101010010010111101100111010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #142540

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #142540; }

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

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

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

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

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

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

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

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