#1D3147

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

Shades of Midnight #1D3147

Tints of Midnight #1D3147

Color information

#1D3147 (or 0x1D3147) is unknown color: approx Midnight. HEX triplet: 1D, 31 and 47. RGB value is (29,49,71). Sum of RGB (Red+Green+Blue) = 29+49+71=149 (19% of max value = 765). Red value is 29 (11.72% from 255 or 19.46% from 149); Green value is 49 (19.53% from 255 or 32.89% from 149); Blue value is 71 (28.12% from 255 or 47.65% from 149); Max value from RGB is 71 - color contains mainly: blue. Hex color #1D3147 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D3147 is #E2CEB8. Grayscale: #2D2D2D. Windows color (decimal): -14864057 or 4665629. OLE color: 4665629.

HSL color Cylindrical-coordinate representation of color #1D3147: hue angle of 211.43º degrees, saturation: 0.42, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #1D3147 is Cyan = 0.59, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB294971-
CMYK0.590.3100.72
HSL211.43º42%19.61%-
HSV(B)211.43º59.15%27.84%-
XYZ2.742.916.38-
YUV45.53142.37116.21-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 19.46%
GREEN value IS 49 (19.53% from 255) = 32.89%
BLUE value IS 71 (28.12% from 255) = 47.65%
R=19.46%
G=32.89%
B=47.65%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal2949710.590.3100.72211.434219.61
Hex1D31473B1F048d32a14
Octal3561107733701103235224
Binary11101110001100011111101111111010010001101001110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D3147

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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