#142744

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

Shades of Midnight #142744

Tints of Midnight #142744

Color information

#142744 (or 0x142744) is unknown color: approx Midnight. HEX triplet: 14, 27 and 44. RGB value is (20,39,68). Sum of RGB (Red+Green+Blue) = 20+39+68=127 (16% of max value = 765). Red value is 20 (8.20% from 255 or 15.75% from 127); Green value is 39 (15.62% from 255 or 30.71% from 127); Blue value is 68 (26.95% from 255 or 53.54% from 127); Max value from RGB is 68 - color contains mainly: blue. Hex color #142744 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #142744 is #EBD8BB. Grayscale: #242424. Windows color (decimal): -15456444 or 4466452. OLE color: 4466452.

HSL color Cylindrical-coordinate representation of color #142744: hue angle of 216.25º degrees, saturation: 0.55, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #142744 is Cyan = 0.71, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB203968-
CMYK0.710.4300.73
HSL216.25º54.55%17.25%-
HSV(B)216.25º70.59%26.67%-
XYZ2.062.025.75-
YUV36.62145.71116.14-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 15.75%
GREEN value IS 39 (15.62% from 255) = 30.71%
BLUE value IS 68 (26.95% from 255) = 53.54%
R=15.75%
G=30.71%
B=53.54%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal2039680.710.4300.73216.2554.5517.25
Hex142744472B049d83711
Octal24471041075301113306721
Binary1010010011110001001000111101011010010011101100011011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #142744

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #142744; }

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

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

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

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

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

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

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

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