#1D1D85

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

Shades of Midnight Blue #1D1D85

Tints of Midnight Blue #1D1D85

Color information

#1D1D85 (or 0x1D1D85) is unknown color: approx Midnight Blue. HEX triplet: 1D, 1D and 85. RGB value is (29,29,133). Sum of RGB (Red+Green+Blue) = 29+29+133=191 (25% of max value = 765). Red value is 29 (11.72% from 255 or 15.18% from 191); Green value is 29 (11.72% from 255 or 15.18% from 191); Blue value is 133 (52.34% from 255 or 69.63% from 191); Max value from RGB is 133 - color contains mainly: blue. Hex color #1D1D85 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1D1D85 is #E2E27A. Grayscale: #282828. Windows color (decimal): -14869115 or 8723741. OLE color: 8723741.

HSL color Cylindrical-coordinate representation of color #1D1D85: hue angle of 240º degrees, saturation: 0.64, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1D1D85 is Cyan = 0.78, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB2929133-
CMYK0.780.7800.48
HSL240º64.2%31.76%-
HSV(B)240º78.2%52.16%-
XYZ5.182.8322.46-
YUV40.86180119.54-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 15.18%
GREEN value IS 29 (11.72% from 255) = 15.18%
BLUE value IS 133 (52.34% from 255) = 69.63%
R=15.18%
G=15.18%
B=69.63%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal29291330.780.7800.4824064.231.76
Hex1D1D854E4E030f04020
Octal353520511611606036010040
Binary111011110110000101100111010011100110000111100001000000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D1D85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,29,133); }

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

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

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

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

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

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

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