#1d216c

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

Shades of Midnight Blue #1D216C

Tints of Midnight Blue #1D216C

Color information

#1D216C (or 0x1D216C) is unknown color: approx Midnight Blue. HEX triplet: 1D, 21 and 6C. RGB value is (29,33,108). Sum of RGB (Red+Green+Blue) = 29+33+108=170 (22% of max value = 765). Red value is 29 (11.72% from 255 or 17.06% from 170); Green value is 33 (13.28% from 255 or 19.41% from 170); Blue value is 108 (42.58% from 255 or 63.53% from 170); Max value from RGB is 108 - color contains mainly: blue. Hex color #1D216C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1D216C is #E2DE93. Grayscale: #282828. Windows color (decimal): -14868116 or 7086365. OLE color: 7086365.

HSL color Cylindrical-coordinate representation of color #1D216C: hue angle of 236.96º degrees, saturation: 0.58, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #1D216C is Cyan = 0.73, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB2933108-
CMYK0.730.6900.58
HSL236.96º57.66%26.86%-
HSV(B)236.96º73.15%42.35%-
XYZ3.762.4314.46-
YUV40.35166.17119.9-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 17.06%
GREEN value IS 33 (13.28% from 255) = 19.41%
BLUE value IS 108 (42.58% from 255) = 63.53%
R=17.06%
G=19.41%
B=63.53%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal29331080.730.6900.58236.9657.6626.86
Hex1D216C494503Aed3a1b
Octal35411541111050723557233
Binary1110110000111011001001001100010101110101110110111101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1d216c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,33,108); }

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

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

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

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

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

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

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