#1D1882

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

Shades of Midnight Blue #1D1882

Tints of Midnight Blue #1D1882

Color information

#1D1882 (or 0x1D1882) is unknown color: approx Midnight Blue. HEX triplet: 1D, 18 and 82. RGB value is (29,24,130). Sum of RGB (Red+Green+Blue) = 29+24+130=183 (24% of max value = 765). Red value is 29 (11.72% from 255 or 15.85% from 183); Green value is 24 (9.77% from 255 or 13.11% from 183); Blue value is 130 (51.17% from 255 or 71.04% from 183); Max value from RGB is 130 - color contains mainly: blue. Hex color #1D1882 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1D1882 is #E2E77D. Grayscale: #252525. Windows color (decimal): -14870398 or 8525853. OLE color: 8525853.

HSL color Cylindrical-coordinate representation of color #1D1882: hue angle of 242.83º degrees, saturation: 0.69, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1D1882 is Cyan = 0.78, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB2924130-
CMYK0.780.8200.49
HSL242.83º68.83%30.2%-
HSV(B)242.83º81.54%50.98%-
XYZ4.862.5321.35-
YUV37.58180.16121.88-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 15.85%
GREEN value IS 24 (9.77% from 255) = 13.11%
BLUE value IS 130 (51.17% from 255) = 71.04%
R=15.85%
G=13.11%
B=71.04%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal29241300.780.8200.49242.8368.8330.2
Hex1D18824E52031f3451e
Octal353020211612206136310536
Binary11101110001000001010011101010010011000111110011100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D1882

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,24,130); }

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

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

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

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

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

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

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