#1D156B

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

Shades of Midnight Blue #1D156B

Tints of Midnight Blue #1D156B

Color information

#1D156B (or 0x1D156B) is unknown color: approx Midnight Blue. HEX triplet: 1D, 15 and 6B. RGB value is (29,21,107). Sum of RGB (Red+Green+Blue) = 29+21+107=157 (20% of max value = 765). Red value is 29 (11.72% from 255 or 18.47% from 157); Green value is 21 (8.59% from 255 or 13.38% from 157); Blue value is 107 (42.19% from 255 or 68.15% from 157); Max value from RGB is 107 - color contains mainly: blue. Hex color #1D156B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1D156B is #E2EA94. Grayscale: #202020. Windows color (decimal): -14871189 or 7017757. OLE color: 7017757.

HSL color Cylindrical-coordinate representation of color #1D156B: hue angle of 245.58º degrees, saturation: 0.67, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1D156B is Cyan = 0.73, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB2921107-
CMYK0.730.8000.58
HSL245.58º67.19%25.1%-
HSV(B)245.58º80.37%41.96%-
XYZ3.431.8614.09-
YUV33.2169.65125.01-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 18.47%
GREEN value IS 21 (8.59% from 255) = 13.38%
BLUE value IS 107 (42.19% from 255) = 68.15%
R=18.47%
G=13.38%
B=68.15%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal29211070.730.8000.58245.5867.1925.1
Hex1D156B495003Af64319
Octal352515311112007236610331
Binary1110110101110101110010011010000011101011110110100001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D156B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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