#1D1C84

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

Shades of Midnight Blue #1D1C84

Tints of Midnight Blue #1D1C84

Color information

#1D1C84 (or 0x1D1C84) is unknown color: approx Midnight Blue. HEX triplet: 1D, 1C and 84. RGB value is (29,28,132). Sum of RGB (Red+Green+Blue) = 29+28+132=189 (25% of max value = 765). Red value is 29 (11.72% from 255 or 15.34% from 189); Green value is 28 (11.33% from 255 or 14.81% from 189); Blue value is 132 (51.95% from 255 or 69.84% from 189); Max value from RGB is 132 - color contains mainly: blue. Hex color #1D1C84 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1D1C84 is #E2E37B. Grayscale: #272727. Windows color (decimal): -14869372 or 8657949. OLE color: 8657949.

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

Color convert

RGB2928132-
CMYK0.780.7900.48
HSL240.58º65%31.37%-
HSV(B)240.58º78.79%51.76%-
XYZ5.092.7622.09-
YUV40.16179.83120.04-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 15.34%
GREEN value IS 28 (11.33% from 255) = 14.81%
BLUE value IS 132 (51.95% from 255) = 69.84%
R=15.34%
G=14.81%
B=69.84%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal29281320.780.7900.48240.586531.37
Hex1D1C844E4F030f1411f
Octal353420411611706036110137
Binary11101111001000010010011101001111011000011110001100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D1C84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,28,132); }

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

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

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

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

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

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

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