#1D3148

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

Shades of Midnight #1D3148

Tints of Midnight #1D3148

Color information

#1D3148 (or 0x1D3148) is unknown color: approx Midnight. HEX triplet: 1D, 31 and 48. RGB value is (29,49,72). Sum of RGB (Red+Green+Blue) = 29+49+72=150 (19% of max value = 765). Red value is 29 (11.72% from 255 or 19.33% from 150); Green value is 49 (19.53% from 255 or 32.67% from 150); Blue value is 72 (28.52% from 255 or 48% from 150); Max value from RGB is 72 - color contains mainly: blue. Hex color #1D3148 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D3148 is #E2CEB7. Grayscale: #2D2D2D. Windows color (decimal): -14864056 or 4731165. OLE color: 4731165.

HSL color Cylindrical-coordinate representation of color #1D3148: hue angle of 212.09º degrees, saturation: 0.43, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #1D3148 is Cyan = 0.60, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB294972-
CMYK0.600.3200.72
HSL212.09º42.57%19.8%-
HSV(B)212.09º59.72%28.24%-
XYZ2.772.936.55-
YUV45.64142.87116.13-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 19.33%
GREEN value IS 49 (19.53% from 255) = 32.67%
BLUE value IS 72 (28.52% from 255) = 48%
R=19.33%
G=32.67%
B=48%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal2949720.600.3200.72212.0942.5719.8
Hex1D31483C20048d42b14
Octal3561110744001103245324
Binary111011100011001000111100100000010010001101010010101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D3148

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,49,72); }

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

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

 a { background-color: rgb(29,49,72); }

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

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

 span { border-color: rgb(29,49,72); }

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