#141638

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

Shades of Midnight Express #141638

Tints of Midnight Express #141638

Color information

#141638 (or 0x141638) is unknown color: approx Midnight Express. HEX triplet: 14, 16 and 38. RGB value is (20,22,56). Sum of RGB (Red+Green+Blue) = 20+22+56=98 (12% of max value = 765). Red value is 20 (8.20% from 255 or 20.41% from 98); Green value is 22 (8.98% from 255 or 22.45% from 98); Blue value is 56 (22.27% from 255 or 57.14% from 98); Max value from RGB is 56 - color contains mainly: blue. Hex color #141638 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #141638 is #EBE9C7. Grayscale: #191919. Windows color (decimal): -15460808 or 3675668. OLE color: 3675668.

HSL color Cylindrical-coordinate representation of color #141638: hue angle of 236.67º degrees, saturation: 0.47, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #141638 is Cyan = 0.64, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB202256-
CMYK0.640.6100.78
HSL236.67º47.37%14.9%-
HSV(B)236.67º64.29%21.96%-
XYZ1.291.013.87-
YUV25.28145.34124.24-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 20.41%
GREEN value IS 22 (8.98% from 255) = 22.45%
BLUE value IS 56 (22.27% from 255) = 57.14%
R=20.41%
G=22.45%
B=57.14%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal2022560.640.6100.78236.6747.3714.9
Hex141638403D04Eed2ff
Octal2426701007501163555717
Binary1010010110111000100000011110101001110111011011011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #141638

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #141638; }

 p { color: rgb(20,22,56); }

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

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

 a { background-color: rgb(20,22,56); }

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

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

 span { border-color: rgb(20,22,56); }

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