#1D1173

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

Shades of Midnight Blue #1D1173

Tints of Midnight Blue #1D1173

Color information

#1D1173 (or 0x1D1173) is unknown color: approx Midnight Blue. HEX triplet: 1D, 11 and 73. RGB value is (29,17,115). Sum of RGB (Red+Green+Blue) = 29+17+115=161 (21% of max value = 765). Red value is 29 (11.72% from 255 or 18.01% from 161); Green value is 17 (7.03% from 255 or 10.56% from 161); Blue value is 115 (45.31% from 255 or 71.43% from 161); Max value from RGB is 115 - color contains mainly: blue. Hex color #1D1173 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1D1173 is #E2EE8C. Grayscale: #1F1F1F. Windows color (decimal): -14872205 or 7541021. OLE color: 7541021.

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

Color convert

RGB2917115-
CMYK0.750.8500.55
HSL247.35º74.24%25.88%-
HSV(B)247.35º85.22%45.1%-
XYZ3.81.916.39-
YUV31.76174.98126.03-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 18.01%
GREEN value IS 17 (7.03% from 255) = 10.56%
BLUE value IS 115 (45.31% from 255) = 71.43%
R=18.01%
G=10.56%
B=71.43%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal29171150.750.8500.55247.3574.2425.88
Hex1D11734B55037f74a1a
Octal352116311312506736711232
Binary1110110001111001110010111010101011011111110111100101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D1173

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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