#1D2240

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

Shades of Midnight Express #1D2240

Tints of Midnight Express #1D2240

Color information

#1D2240 (or 0x1D2240) is unknown color: approx Midnight Express. HEX triplet: 1D, 22 and 40. RGB value is (29,34,64). Sum of RGB (Red+Green+Blue) = 29+34+64=127 (16% of max value = 765). Red value is 29 (11.72% from 255 or 22.83% from 127); Green value is 34 (13.67% from 255 or 26.77% from 127); Blue value is 64 (25.39% from 255 or 50.39% from 127); Max value from RGB is 64 - color contains mainly: blue. Hex color #1D2240 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D2240 is #E2DDBF. Grayscale: #232323. Windows color (decimal): -14867904 or 4203037. OLE color: 4203037.

HSL color Cylindrical-coordinate representation of color #1D2240: hue angle of 231.43º 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 #1D2240 is Cyan = 0.55, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB293464-
CMYK0.550.4700.75
HSL231.43º37.63%18.24%-
HSV(B)231.43º54.69%25.1%-
XYZ21.785.09-
YUV35.92143.84123.06-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 22.83%
GREEN value IS 34 (13.67% from 255) = 26.77%
BLUE value IS 64 (25.39% from 255) = 50.39%
R=22.83%
G=26.77%
B=50.39%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal2934640.550.4700.75231.4337.6318.24
Hex1D2240372F04Be72612
Octal3542100675701133474622
Binary111011000101000000110111101111010010111110011110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D2240

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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