#1D277C

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

Shades of Midnight Blue #1D277C

Tints of Midnight Blue #1D277C

Color information

#1D277C (or 0x1D277C) is unknown color: approx Midnight Blue. HEX triplet: 1D, 27 and 7C. RGB value is (29,39,124). Sum of RGB (Red+Green+Blue) = 29+39+124=192 (25% of max value = 765). Red value is 29 (11.72% from 255 or 15.10% from 192); Green value is 39 (15.62% from 255 or 20.31% from 192); Blue value is 124 (48.83% from 255 or 64.58% from 192); Max value from RGB is 124 - color contains mainly: blue. Hex color #1D277C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1D277C is #E2D883. Grayscale: #2D2D2D. Windows color (decimal): -14866564 or 8136477. OLE color: 8136477.

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

Color convert

RGB2939124-
CMYK0.770.6900.51
HSL233.68º62.09%30%-
HSV(B)233.68º76.61%48.63%-
XYZ4.873.1719.42-
YUV45.7172.19116.09-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 15.10%
GREEN value IS 39 (15.62% from 255) = 20.31%
BLUE value IS 124 (48.83% from 255) = 64.58%
R=15.10%
G=20.31%
B=64.58%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal29391240.770.6900.51233.6862.0930
Hex1D277C4D45033ea3e1e
Octal35471741151050633527636
Binary1110110011111111001001101100010101100111110101011111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D277C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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