#141747

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

Shades of Midnight Express #141747

Tints of Midnight Express #141747

Color information

#141747 (or 0x141747) is unknown color: approx Midnight Express. HEX triplet: 14, 17 and 47. RGB value is (20,23,71). Sum of RGB (Red+Green+Blue) = 20+23+71=114 (15% of max value = 765). Red value is 20 (8.20% from 255 or 17.54% from 114); Green value is 23 (9.38% from 255 or 20.18% from 114); Blue value is 71 (28.12% from 255 or 62.28% from 114); Max value from RGB is 71 - color contains mainly: blue. Hex color #141747 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #141747 is #EBE8B8. Grayscale: #1B1B1B. Windows color (decimal): -15460537 or 4658964. OLE color: 4658964.

HSL color Cylindrical-coordinate representation of color #141747: hue angle of 236.47º 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 #141747 is Cyan = 0.72, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB202371-
CMYK0.720.6800.72
HSL236.47º56.04%17.84%-
HSV(B)236.47º71.83%27.84%-
XYZ1.731.226.1-
YUV27.57152.51122.6-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 17.54%
GREEN value IS 23 (9.38% from 255) = 20.18%
BLUE value IS 71 (28.12% from 255) = 62.28%
R=17.54%
G=20.18%
B=62.28%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal2023710.720.6800.72236.4756.0417.84
Hex1417474844048ec3812
Octal242710711010401103547022
Binary1010010111100011110010001000100010010001110110011100010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #141747

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #141747; }

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

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

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

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

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

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

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

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