#1D1560

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

Shades of Midnight Blue #1D1560

Tints of Midnight Blue #1D1560

Color information

#1D1560 (or 0x1D1560) is unknown color: approx Midnight Blue. HEX triplet: 1D, 15 and 60. RGB value is (29,21,96). Sum of RGB (Red+Green+Blue) = 29+21+96=146 (19% of max value = 765). Red value is 29 (11.72% from 255 or 19.86% from 146); Green value is 21 (8.59% from 255 or 14.38% from 146); Blue value is 96 (37.89% from 255 or 65.75% from 146); Max value from RGB is 96 - color contains mainly: blue. Hex color #1D1560 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1D1560 is #E2EA9F. Grayscale: #1F1F1F. Windows color (decimal): -14871200 or 6296861. OLE color: 6296861.

HSL color Cylindrical-coordinate representation of color #1D1560: hue angle of 246.4º degrees, saturation: 0.64, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1D1560 is Cyan = 0.70, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB292196-
CMYK0.700.7800.62
HSL246.4º64.1%22.94%-
HSV(B)246.4º78.12%37.65%-
XYZ2.891.6411.23-
YUV31.94164.15125.9-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 19.86%
GREEN value IS 21 (8.59% from 255) = 14.38%
BLUE value IS 96 (37.89% from 255) = 65.75%
R=19.86%
G=14.38%
B=65.75%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2921960.700.7800.62246.464.122.94
Hex1D1560464E03Ef64017
Octal352514010611607636610027
Binary1110110101110000010001101001110011111011110110100000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D1560

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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