#1D1876

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

Shades of Midnight Blue #1D1876

Tints of Midnight Blue #1D1876

Color information

#1D1876 (or 0x1D1876) is unknown color: approx Midnight Blue. HEX triplet: 1D, 18 and 76. RGB value is (29,24,118). Sum of RGB (Red+Green+Blue) = 29+24+118=171 (22% of max value = 765). Red value is 29 (11.72% from 255 or 16.96% from 171); Green value is 24 (9.77% from 255 or 14.04% from 171); Blue value is 118 (46.48% from 255 or 69.01% from 171); Max value from RGB is 118 - color contains mainly: blue. Hex color #1D1876 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1D1876 is #E2E789. Grayscale: #232323. Windows color (decimal): -14870410 or 7739421. OLE color: 7739421.

HSL color Cylindrical-coordinate representation of color #1D1876: hue angle of 243.19º degrees, saturation: 0.66, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1D1876 is Cyan = 0.75, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB2924118-
CMYK0.750.8000.54
HSL243.19º66.2%27.84%-
HSV(B)243.19º79.66%46.27%-
XYZ4.12.2217.35-
YUV36.21174.16122.86-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 16.96%
GREEN value IS 24 (9.77% from 255) = 14.04%
BLUE value IS 118 (46.48% from 255) = 69.01%
R=16.96%
G=14.04%
B=69.01%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal29241180.750.8000.54243.1966.227.84
Hex1D18764B50036f3421c
Octal353016611312006636310234
Binary1110111000111011010010111010000011011011110011100001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D1876

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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