#1D2973

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

Shades of Midnight Blue #1D2973

Tints of Midnight Blue #1D2973

Color information

#1D2973 (or 0x1D2973) is unknown color: approx Midnight Blue. HEX triplet: 1D, 29 and 73. RGB value is (29,41,115). Sum of RGB (Red+Green+Blue) = 29+41+115=185 (24% of max value = 765). Red value is 29 (11.72% from 255 or 15.68% from 185); Green value is 41 (16.41% from 255 or 22.16% from 185); Blue value is 115 (45.31% from 255 or 62.16% from 185); Max value from RGB is 115 - color contains mainly: blue. Hex color #1D2973 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1D2973 is #E2D68C. Grayscale: #2D2D2D. Windows color (decimal): -14866061 or 7547165. OLE color: 7547165.

HSL color Cylindrical-coordinate representation of color #1D2973: hue angle of 231.63º degrees, saturation: 0.6, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1D2973 is Cyan = 0.75, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB2941115-
CMYK0.750.6400.55
HSL231.63º59.72%28.24%-
HSV(B)231.63º74.78%45.1%-
XYZ4.393.0816.58-
YUV45.85167.02115.98-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 15.68%
GREEN value IS 41 (16.41% from 255) = 22.16%
BLUE value IS 115 (45.31% from 255) = 62.16%
R=15.68%
G=22.16%
B=62.16%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal29411150.750.6400.55231.6359.7228.24
Hex1D29734B40037e83c1c
Octal35511631131000673507434
Binary1110110100111100111001011100000001101111110100011110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D2973

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,41,115); }

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

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

 a { background-color: rgb(29,41,115); }

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

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

 span { border-color: rgb(29,41,115); }

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