#1D213F

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

Shades of Midnight Express #1D213F

Tints of Midnight Express #1D213F

Color information

#1D213F (or 0x1D213F) is unknown color: approx Midnight Express. HEX triplet: 1D, 21 and 3F. RGB value is (29,33,63). Sum of RGB (Red+Green+Blue) = 29+33+63=125 (16% of max value = 765). Red value is 29 (11.72% from 255 or 23.2% from 125); Green value is 33 (13.28% from 255 or 26.4% from 125); Blue value is 63 (25% from 255 or 50.4% from 125); Max value from RGB is 63 - color contains mainly: blue. Hex color #1D213F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D213F is #E2DEC0. Grayscale: #232323. Windows color (decimal): -14868161 or 4137245. OLE color: 4137245.

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

Color convert

RGB293363-
CMYK0.540.4800.75
HSL232.94º36.96%18.04%-
HSV(B)232.94º53.97%24.71%-
XYZ1.951.714.93-
YUV35.22143.67123.56-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 23.2%
GREEN value IS 33 (13.28% from 255) = 26.4%
BLUE value IS 63 (25% from 255) = 50.4%
R=23.2%
G=26.4%
B=50.4%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal2933630.540.4800.75232.9436.9618.04
Hex1D213F363004Be92512
Octal354177666001133514522
Binary11101100001111111110110110000010010111110100110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D213F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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