#141847

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

Shades of Midnight Express #141847

Tints of Midnight Express #141847

Color information

#141847 (or 0x141847) is unknown color: approx Midnight Express. HEX triplet: 14, 18 and 47. RGB value is (20,24,71). Sum of RGB (Red+Green+Blue) = 20+24+71=115 (15% of max value = 765). Red value is 20 (8.20% from 255 or 17.39% from 115); Green value is 24 (9.77% from 255 or 20.87% from 115); Blue value is 71 (28.12% from 255 or 61.74% from 115); Max value from RGB is 71 - color contains mainly: blue. Hex color #141847 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #141847 is #EBE7B8. Grayscale: #1B1B1B. Windows color (decimal): -15460281 or 4659220. OLE color: 4659220.

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

Color convert

RGB202471-
CMYK0.720.6600.72
HSL235.29º56.04%17.84%-
HSV(B)235.29º71.83%27.84%-
XYZ1.751.266.11-
YUV28.16152.17122.18-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 17.39%
GREEN value IS 24 (9.77% from 255) = 20.87%
BLUE value IS 71 (28.12% from 255) = 61.74%
R=17.39%
G=20.87%
B=61.74%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal2024710.720.6600.72235.2956.0417.84
Hex1418474842048eb3812
Octal243010711010201103537022
Binary1010011000100011110010001000010010010001110101111100010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #141847

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #141847; }

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

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

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

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

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

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

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

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