#1D155D

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

Shades of Midnight Blue #1D155D

Tints of Midnight Blue #1D155D

Color information

#1D155D (or 0x1D155D) is unknown color: approx Midnight Blue. HEX triplet: 1D, 15 and 5D. RGB value is (29,21,93). Sum of RGB (Red+Green+Blue) = 29+21+93=143 (18% of max value = 765). Red value is 29 (11.72% from 255 or 20.28% from 143); Green value is 21 (8.59% from 255 or 14.69% from 143); Blue value is 93 (36.72% from 255 or 65.03% from 143); Max value from RGB is 93 - color contains mainly: blue. Hex color #1D155D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1D155D is #E2EAA2. Grayscale: #1F1F1F. Windows color (decimal): -14871203 or 6100253. OLE color: 6100253.

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

Color convert

RGB292193-
CMYK0.690.7700.64
HSL246.67º63.16%22.35%-
HSV(B)246.67º77.42%36.47%-
XYZ2.751.5910.52-
YUV31.6162.65126.15-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 20.28%
GREEN value IS 21 (8.59% from 255) = 14.69%
BLUE value IS 93 (36.72% from 255) = 65.03%
R=20.28%
G=14.69%
B=65.03%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal2921930.690.7700.64246.6763.1622.35
Hex1D155D454D040f73f16
Octal352513510511501003677726
Binary1110110101101110110001011001101010000001111011111111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D155D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,21,93); }

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

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

 a { background-color: rgb(29,21,93); }

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

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

 span { border-color: rgb(29,21,93); }

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