#1D217D

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

Shades of Midnight Blue #1D217D

Tints of Midnight Blue #1D217D

Color information

#1D217D (or 0x1D217D) is unknown color: approx Midnight Blue. HEX triplet: 1D, 21 and 7D. RGB value is (29,33,125). Sum of RGB (Red+Green+Blue) = 29+33+125=187 (24% of max value = 765). Red value is 29 (11.72% from 255 or 15.51% from 187); Green value is 33 (13.28% from 255 or 17.65% from 187); Blue value is 125 (49.22% from 255 or 66.84% from 187); Max value from RGB is 125 - color contains mainly: blue. Hex color #1D217D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1D217D is #E2DE82. Grayscale: #292929. Windows color (decimal): -14868099 or 8200477. OLE color: 8200477.

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

Color convert

RGB2933125-
CMYK0.770.7400.51
HSL237.5º62.34%30.2%-
HSV(B)237.5º76.8%49.02%-
XYZ4.752.8319.7-
YUV42.29174.67118.52-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 15.51%
GREEN value IS 33 (13.28% from 255) = 17.65%
BLUE value IS 125 (49.22% from 255) = 66.84%
R=15.51%
G=17.65%
B=66.84%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal29331250.770.7400.51237.562.3430.2
Hex1D217D4D4A033ee3e1e
Octal35411751151120633567636
Binary1110110000111111011001101100101001100111110111011111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D217D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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