#1D1260

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

Shades of Midnight Blue #1D1260

Tints of Midnight Blue #1D1260

Color information

#1D1260 (or 0x1D1260) is unknown color: approx Midnight Blue. HEX triplet: 1D, 12 and 60. RGB value is (29,18,96). Sum of RGB (Red+Green+Blue) = 29+18+96=143 (18% of max value = 765). Red value is 29 (11.72% from 255 or 20.28% from 143); Green value is 18 (7.42% from 255 or 12.59% from 143); Blue value is 96 (37.89% from 255 or 67.13% from 143); Max value from RGB is 96 - color contains mainly: blue. Hex color #1D1260 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1D1260 is #E2ED9F. Grayscale: #1D1D1D. Windows color (decimal): -14871968 or 6296093. OLE color: 6296093.

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

Color convert

RGB291896-
CMYK0.700.8100.62
HSL248.46º68.42%22.35%-
HSV(B)248.46º81.25%37.65%-
XYZ2.831.5411.21-
YUV30.18165.14127.16-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 20.28%
GREEN value IS 18 (7.42% from 255) = 12.59%
BLUE value IS 96 (37.89% from 255) = 67.13%
R=20.28%
G=12.59%
B=67.13%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2918960.700.8100.62248.4668.4222.35
Hex1D1260465103Ef84416
Octal352214010612107637010426
Binary1110110010110000010001101010001011111011111000100010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D1260

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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