#142740

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

Shades of Midnight #142740

Tints of Midnight #142740

Color information

#142740 (or 0x142740) is unknown color: approx Midnight. HEX triplet: 14, 27 and 40. RGB value is (20,39,64). Sum of RGB (Red+Green+Blue) = 20+39+64=123 (16% of max value = 765). Red value is 20 (8.20% from 255 or 16.26% from 123); Green value is 39 (15.62% from 255 or 31.71% from 123); Blue value is 64 (25.39% from 255 or 52.03% from 123); Max value from RGB is 64 - color contains mainly: blue. Hex color #142740 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #142740 is #EBD8BF. Grayscale: #242424. Windows color (decimal): -15456448 or 4204308. OLE color: 4204308.

HSL color Cylindrical-coordinate representation of color #142740: hue angle of 214.09º 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 #142740 is Cyan = 0.69, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB203964-
CMYK0.690.3900.75
HSL214.09º52.38%16.47%-
HSV(B)214.09º68.75%25.1%-
XYZ1.941.975.13-
YUV36.17143.71116.47-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 16.26%
GREEN value IS 39 (15.62% from 255) = 31.71%
BLUE value IS 64 (25.39% from 255) = 52.03%
R=16.26%
G=31.71%
B=52.03%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal2039640.690.3900.75214.0952.3816.47
Hex142740452704Bd63410
Octal24471001054701133266420
Binary1010010011110000001000101100111010010111101011011010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #142740

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #142740; }

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

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

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

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

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

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

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

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