#141A37

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

Shades of Midnight Express #141A37

Tints of Midnight Express #141A37

Color information

#141A37 (or 0x141A37) is unknown color: approx Midnight Express. HEX triplet: 14, 1A and 37. RGB value is (20,26,55). Sum of RGB (Red+Green+Blue) = 20+26+55=101 (13% of max value = 765). Red value is 20 (8.20% from 255 or 19.80% from 101); Green value is 26 (10.55% from 255 or 25.74% from 101); Blue value is 55 (21.88% from 255 or 54.46% from 101); Max value from RGB is 55 - color contains mainly: blue. Hex color #141A37 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #141A37 is #EBE5C8. Grayscale: #1B1B1B. Windows color (decimal): -15459785 or 3611156. OLE color: 3611156.

HSL color Cylindrical-coordinate representation of color #141A37: hue angle of 229.71º 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 #141A37 is Cyan = 0.64, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB202655-
CMYK0.640.5300.78
HSL229.71º46.67%14.71%-
HSV(B)229.71º63.64%21.57%-
XYZ1.351.163.77-
YUV27.51143.51122.64-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 19.80%
GREEN value IS 26 (10.55% from 255) = 25.74%
BLUE value IS 55 (21.88% from 255) = 54.46%
R=19.80%
G=25.74%
B=54.46%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal2026550.640.5300.78229.7146.6714.71
Hex141A37403504Ee62ff
Octal2432671006501163465717
Binary1010011010110111100000011010101001110111001101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #141A37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #141A37; }

 p { color: rgb(20,26,55); }

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

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

 a { background-color: rgb(20,26,55); }

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

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

 span { border-color: rgb(20,26,55); }

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