#1D1E40

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

Shades of Midnight Express #1D1E40

Tints of Midnight Express #1D1E40

Color information

#1D1E40 (or 0x1D1E40) is unknown color: approx Midnight Express. HEX triplet: 1D, 1E and 40. RGB value is (29,30,64). Sum of RGB (Red+Green+Blue) = 29+30+64=123 (16% of max value = 765). Red value is 29 (11.72% from 255 or 23.58% from 123); Green value is 30 (12.11% from 255 or 24.39% from 123); Blue value is 64 (25.39% from 255 or 52.03% from 123); Max value from RGB is 64 - color contains mainly: blue. Hex color #1D1E40 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D1E40 is #E2E1BF. Grayscale: #212121. Windows color (decimal): -14868928 or 4202013. OLE color: 4202013.

HSL color Cylindrical-coordinate representation of color #1D1E40: hue angle of 238.29º degrees, saturation: 0.38, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #1D1E40 is Cyan = 0.55, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB293064-
CMYK0.550.5300.75
HSL238.29º37.63%18.24%-
HSV(B)238.29º54.69%25.1%-
XYZ1.91.565.05-
YUV33.58145.17124.74-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 23.58%
GREEN value IS 30 (12.11% from 255) = 24.39%
BLUE value IS 64 (25.39% from 255) = 52.03%
R=23.58%
G=24.39%
B=52.03%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal2930640.550.5300.75238.2937.6318.24
Hex1D1E40373504Bee2612
Octal3536100676501133564622
Binary11101111101000000110111110101010010111110111010011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D1E40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1D1E40; }

 p { color: rgb(29,30,64); }

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

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

 a { background-color: rgb(29,30,64); }

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

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

 span { border-color: rgb(29,30,64); }

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