#142747

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

Shades of Midnight #142747

Tints of Midnight #142747

Color information

#142747 (or 0x142747) is unknown color: approx Midnight. HEX triplet: 14, 27 and 47. RGB value is (20,39,71). Sum of RGB (Red+Green+Blue) = 20+39+71=130 (17% of max value = 765). Red value is 20 (8.20% from 255 or 15.38% from 130); Green value is 39 (15.62% from 255 or 30% from 130); Blue value is 71 (28.12% from 255 or 54.62% from 130); Max value from RGB is 71 - color contains mainly: blue. Hex color #142747 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #142747 is #EBD8B8. Grayscale: #242424. Windows color (decimal): -15456441 or 4663060. OLE color: 4663060.

HSL color Cylindrical-coordinate representation of color #142747: hue angle of 217.65º degrees, saturation: 0.56, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #142747 is Cyan = 0.72, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB203971-
CMYK0.720.4500.72
HSL217.65º56.04%17.84%-
HSV(B)217.65º71.83%27.84%-
XYZ2.152.056.24-
YUV36.97147.21115.9-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 15.38%
GREEN value IS 39 (15.62% from 255) = 30%
BLUE value IS 71 (28.12% from 255) = 54.62%
R=15.38%
G=30%
B=54.62%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal2039710.720.4500.72217.6556.0417.84
Hex142747482D048da3812
Octal24471071105501103327022
Binary1010010011110001111001000101101010010001101101011100010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #142747

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #142747; }

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

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

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

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

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

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

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

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