#1D155C

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

Shades of Midnight Blue #1D155C

Tints of Midnight Blue #1D155C

Color information

#1D155C (or 0x1D155C) is unknown color: approx Midnight Blue. HEX triplet: 1D, 15 and 5C. RGB value is (29,21,92). Sum of RGB (Red+Green+Blue) = 29+21+92=142 (18% of max value = 765). Red value is 29 (11.72% from 255 or 20.42% from 142); Green value is 21 (8.59% from 255 or 14.79% from 142); Blue value is 92 (36.33% from 255 or 64.79% from 142); Max value from RGB is 92 - color contains mainly: blue. Hex color #1D155C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1D155C is #E2EAA3. Grayscale: #1F1F1F. Windows color (decimal): -14871204 or 6034717. OLE color: 6034717.

HSL color Cylindrical-coordinate representation of color #1D155C: hue angle of 246.76º 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 #1D155C is Cyan = 0.68, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB292192-
CMYK0.680.7700.64
HSL246.76º62.83%22.16%-
HSV(B)246.76º77.17%36.08%-
XYZ2.711.5710.29-
YUV31.49162.15126.23-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 20.42%
GREEN value IS 21 (8.59% from 255) = 14.79%
BLUE value IS 92 (36.33% from 255) = 64.79%
R=20.42%
G=14.79%
B=64.79%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal2921920.680.7700.64246.7662.8322.16
Hex1D155C444D040f73f16
Octal352513410411501003677726
Binary1110110101101110010001001001101010000001111011111111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D155C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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