#1D1073

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

Shades of Midnight Blue #1D1073

Tints of Midnight Blue #1D1073

Color information

#1D1073 (or 0x1D1073) is unknown color: approx Midnight Blue. HEX triplet: 1D, 10 and 73. RGB value is (29,16,115). Sum of RGB (Red+Green+Blue) = 29+16+115=160 (21% of max value = 765). Red value is 29 (11.72% from 255 or 18.12% from 160); Green value is 16 (6.64% from 255 or 10% from 160); Blue value is 115 (45.31% from 255 or 71.88% from 160); Max value from RGB is 115 - color contains mainly: blue. Hex color #1D1073 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1D1073 is #E2EF8C. Grayscale: #1E1E1E. Windows color (decimal): -14872461 or 7540765. OLE color: 7540765.

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

Color convert

RGB2916115-
CMYK0.750.8600.55
HSL247.88º75.57%25.69%-
HSV(B)247.88º86.09%45.1%-
XYZ3.791.8716.38-
YUV31.17175.31126.45-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 18.12%
GREEN value IS 16 (6.64% from 255) = 10%
BLUE value IS 115 (45.31% from 255) = 71.88%
R=18.12%
G=10%
B=71.88%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal29161150.750.8600.55247.8875.5725.69
Hex1D10734B56037f84c1a
Octal352016311312606737011432
Binary1110110000111001110010111010110011011111111000100110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D1073

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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