#1D324E

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

Shades of Midnight #1D324E

Tints of Midnight #1D324E

Color information

#1D324E (or 0x1D324E) is unknown color: approx Midnight. HEX triplet: 1D, 32 and 4E. RGB value is (29,50,78). Sum of RGB (Red+Green+Blue) = 29+50+78=157 (20% of max value = 765). Red value is 29 (11.72% from 255 or 18.47% from 157); Green value is 50 (19.92% from 255 or 31.85% from 157); Blue value is 78 (30.86% from 255 or 49.68% from 157); Max value from RGB is 78 - color contains mainly: blue. Hex color #1D324E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1D324E is #E2CDB1. Grayscale: #2E2E2E. Windows color (decimal): -14863794 or 5124637. OLE color: 5124637.

HSL color Cylindrical-coordinate representation of color #1D324E: hue angle of 214.29º degrees, saturation: 0.46, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #1D324E is Cyan = 0.63, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB295078-
CMYK0.630.3600.69
HSL214.29º45.79%20.98%-
HSV(B)214.29º62.82%30.59%-
XYZ3.023.097.65-
YUV46.91145.54115.22-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 18.47%
GREEN value IS 50 (19.92% from 255) = 31.85%
BLUE value IS 78 (30.86% from 255) = 49.68%
R=18.47%
G=31.85%
B=49.68%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal2950780.630.3600.69214.2945.7920.98
Hex1D324E3F24045d62e15
Octal3562116774401053265625
Binary111011100101001110111111100100010001011101011010111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D324E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,50,78); }

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

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

 a { background-color: rgb(29,50,78); }

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

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

 span { border-color: rgb(29,50,78); }

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