#141E37

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

Shades of Midnight Express #141E37

Tints of Midnight Express #141E37

Color information

#141E37 (or 0x141E37) is unknown color: approx Midnight Express. HEX triplet: 14, 1E and 37. RGB value is (20,30,55). Sum of RGB (Red+Green+Blue) = 20+30+55=105 (13% of max value = 765). Red value is 20 (8.20% from 255 or 19.05% from 105); Green value is 30 (12.11% from 255 or 28.57% from 105); Blue value is 55 (21.88% from 255 or 52.38% from 105); Max value from RGB is 55 - color contains mainly: blue. Hex color #141E37 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #141E37 is #EBE1C8. Grayscale: #1D1D1D. Windows color (decimal): -15458761 or 3612180. OLE color: 3612180.

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

Color convert

RGB203055-
CMYK0.640.4500.78
HSL222.86º46.67%14.71%-
HSV(B)222.86º63.64%21.57%-
XYZ1.441.353.8-
YUV29.86142.19120.97-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 19.05%
GREEN value IS 30 (12.11% from 255) = 28.57%
BLUE value IS 55 (21.88% from 255) = 52.38%
R=19.05%
G=28.57%
B=52.38%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal2030550.640.4500.78222.8646.6714.71
Hex141E37402D04Edf2ff
Octal2436671005501163375717
Binary1010011110110111100000010110101001110110111111011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #141E37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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