#1D1771

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

Shades of Midnight Blue #1D1771

Tints of Midnight Blue #1D1771

Color information

#1D1771 (or 0x1D1771) is unknown color: approx Midnight Blue. HEX triplet: 1D, 17 and 71. RGB value is (29,23,113). Sum of RGB (Red+Green+Blue) = 29+23+113=165 (21% of max value = 765). Red value is 29 (11.72% from 255 or 17.58% from 165); Green value is 23 (9.38% from 255 or 13.94% from 165); Blue value is 113 (44.53% from 255 or 68.48% from 165); Max value from RGB is 113 - color contains mainly: blue. Hex color #1D1771 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1D1771 is #E2E88E. Grayscale: #222222. Windows color (decimal): -14870671 or 7411485. OLE color: 7411485.

HSL color Cylindrical-coordinate representation of color #1D1771: hue angle of 244º degrees, saturation: 0.66, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1D1771 is Cyan = 0.74, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB2923113-
CMYK0.740.8000.56
HSL244º66.18%26.67%-
HSV(B)244º79.65%44.31%-
XYZ3.792.0715.82-
YUV35.05171.99123.68-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 17.58%
GREEN value IS 23 (9.38% from 255) = 13.94%
BLUE value IS 113 (44.53% from 255) = 68.48%
R=17.58%
G=13.94%
B=68.48%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal29231130.740.8000.5624466.1826.67
Hex1D17714A50038f4421b
Octal352716111212007036410233
Binary1110110111111000110010101010000011100011110100100001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D1771

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,23,113); }

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

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

 a { background-color: rgb(29,23,113); }

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

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

 span { border-color: rgb(29,23,113); }

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