#1D2A7C

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

Shades of Midnight Blue #1D2A7C

Tints of Midnight Blue #1D2A7C

Color information

#1D2A7C (or 0x1D2A7C) is unknown color: approx Midnight Blue. HEX triplet: 1D, 2A and 7C. RGB value is (29,42,124). Sum of RGB (Red+Green+Blue) = 29+42+124=195 (25% of max value = 765). Red value is 29 (11.72% from 255 or 14.87% from 195); Green value is 42 (16.80% from 255 or 21.54% from 195); Blue value is 124 (48.83% from 255 or 63.59% from 195); Max value from RGB is 124 - color contains mainly: blue. Hex color #1D2A7C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1D2A7C is #E2D583. Grayscale: #2F2F2F. Windows color (decimal): -14865796 or 8137245. OLE color: 8137245.

HSL color Cylindrical-coordinate representation of color #1D2A7C: hue angle of 231.79º 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 #1D2A7C is Cyan = 0.77, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB2942124-
CMYK0.770.6600.51
HSL231.79º62.09%30%-
HSV(B)231.79º76.61%48.63%-
XYZ4.973.3719.46-
YUV47.46171.19114.83-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 14.87%
GREEN value IS 42 (16.80% from 255) = 21.54%
BLUE value IS 124 (48.83% from 255) = 63.59%
R=14.87%
G=21.54%
B=63.59%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal29421240.770.6600.51231.7962.0930
Hex1D2A7C4D42033e83e1e
Octal35521741151020633507636
Binary1110110101011111001001101100001001100111110100011111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D2A7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,42,124); }

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

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

 a { background-color: rgb(29,42,124); }

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

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

 span { border-color: rgb(29,42,124); }

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