#141D48

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

Shades of Midnight Express #141D48

Tints of Midnight Express #141D48

Color information

#141D48 (or 0x141D48) is unknown color: approx Midnight Express. HEX triplet: 14, 1D and 48. RGB value is (20,29,72). Sum of RGB (Red+Green+Blue) = 20+29+72=121 (16% of max value = 765). Red value is 20 (8.20% from 255 or 16.53% from 121); Green value is 29 (11.72% from 255 or 23.97% from 121); Blue value is 72 (28.52% from 255 or 59.50% from 121); Max value from RGB is 72 - color contains mainly: blue. Hex color #141D48 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #141D48 is #EBE2B7. Grayscale: #1F1F1F. Windows color (decimal): -15459000 or 4726036. OLE color: 4726036.

HSL color Cylindrical-coordinate representation of color #141D48: hue angle of 229.62º degrees, saturation: 0.57, 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 #141D48 is Cyan = 0.72, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB202972-
CMYK0.720.6000.72
HSL229.62º56.52%18.04%-
HSV(B)229.62º72.22%28.24%-
XYZ1.91.56.32-
YUV31.21151.02120-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 16.53%
GREEN value IS 29 (11.72% from 255) = 23.97%
BLUE value IS 72 (28.52% from 255) = 59.50%
R=16.53%
G=23.97%
B=59.50%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal2029720.720.6000.72229.6256.5218.04
Hex141D48483C048e63912
Octal24351101107401103467122
Binary101001110110010001001000111100010010001110011011100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #141D48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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