#1D203B

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

Shades of Midnight Express #1D203B

Tints of Midnight Express #1D203B

Color information

#1D203B (or 0x1D203B) is unknown color: approx Midnight Express. HEX triplet: 1D, 20 and 3B. RGB value is (29,32,59). Sum of RGB (Red+Green+Blue) = 29+32+59=120 (15% of max value = 765). Red value is 29 (11.72% from 255 or 24.17% from 120); Green value is 32 (12.89% from 255 or 26.67% from 120); Blue value is 59 (23.44% from 255 or 49.17% from 120); Max value from RGB is 59 - color contains mainly: blue. Hex color #1D203B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D203B is #E2DFC4. Grayscale: #222222. Windows color (decimal): -14868421 or 3874845. OLE color: 3874845.

HSL color Cylindrical-coordinate representation of color #1D203B: hue angle of 234º degrees, saturation: 0.34, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #1D203B is Cyan = 0.51, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB293259-
CMYK0.510.4600.77
HSL234º34.09%17.25%-
HSV(B)234º50.85%23.14%-
XYZ1.811.614.35-
YUV34.18142.01124.3-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 24.17%
GREEN value IS 32 (12.89% from 255) = 26.67%
BLUE value IS 59 (23.44% from 255) = 49.17%
R=24.17%
G=26.67%
B=49.17%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal2932590.510.4600.7723434.0917.25
Hex1D203B332E04Dea2211
Octal354073635601153524221
Binary11101100000111011110011101110010011011110101010001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D203B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,32,59); }

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

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

 a { background-color: rgb(29,32,59); }

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

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

 span { border-color: rgb(29,32,59); }

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