#1D203F

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

Shades of Midnight Express #1D203F

Tints of Midnight Express #1D203F

Color information

#1D203F (or 0x1D203F) is unknown color: approx Midnight Express. HEX triplet: 1D, 20 and 3F. RGB value is (29,32,63). Sum of RGB (Red+Green+Blue) = 29+32+63=124 (16% of max value = 765). Red value is 29 (11.72% from 255 or 23.39% from 124); Green value is 32 (12.89% from 255 or 25.81% from 124); Blue value is 63 (25% from 255 or 50.81% from 124); Max value from RGB is 63 - color contains mainly: blue. Hex color #1D203F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D203F is #E2DFC0. Grayscale: #222222. Windows color (decimal): -14868417 or 4136989. OLE color: 4136989.

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

Color convert

RGB293263-
CMYK0.540.4900.75
HSL234.71º36.96%18.04%-
HSV(B)234.71º53.97%24.71%-
XYZ1.921.654.92-
YUV34.64144.01123.98-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 23.39%
GREEN value IS 32 (12.89% from 255) = 25.81%
BLUE value IS 63 (25% from 255) = 50.81%
R=23.39%
G=25.81%
B=50.81%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal2932630.540.4900.75234.7136.9618.04
Hex1D203F363104Beb2512
Octal354077666101133534522
Binary11101100000111111110110110001010010111110101110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D203F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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