#141D37

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

Shades of Midnight Express #141D37

Tints of Midnight Express #141D37

Color information

#141D37 (or 0x141D37) is unknown color: approx Midnight Express. HEX triplet: 14, 1D and 37. RGB value is (20,29,55). Sum of RGB (Red+Green+Blue) = 20+29+55=104 (13% of max value = 765). Red value is 20 (8.20% from 255 or 19.23% from 104); Green value is 29 (11.72% from 255 or 27.88% from 104); Blue value is 55 (21.88% from 255 or 52.88% from 104); Max value from RGB is 55 - color contains mainly: blue. Hex color #141D37 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #141D37 is #EBE2C8. Grayscale: #1D1D1D. Windows color (decimal): -15459017 or 3611924. OLE color: 3611924.

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

Color convert

RGB202955-
CMYK0.640.4700.78
HSL224.57º46.67%14.71%-
HSV(B)224.57º63.64%21.57%-
XYZ1.421.33.79-
YUV29.27142.52121.39-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 19.23%
GREEN value IS 29 (11.72% from 255) = 27.88%
BLUE value IS 55 (21.88% from 255) = 52.88%
R=19.23%
G=27.88%
B=52.88%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal2029550.640.4700.78224.5746.6714.71
Hex141D37402F04Ee12ff
Octal2435671005701163415717
Binary1010011101110111100000010111101001110111000011011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #141D37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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