#1D277D

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

Shades of Midnight Blue #1D277D

Tints of Midnight Blue #1D277D

Color information

#1D277D (or 0x1D277D) is unknown color: approx Midnight Blue. HEX triplet: 1D, 27 and 7D. RGB value is (29,39,125). Sum of RGB (Red+Green+Blue) = 29+39+125=193 (25% of max value = 765). Red value is 29 (11.72% from 255 or 15.03% from 193); Green value is 39 (15.62% from 255 or 20.21% from 193); Blue value is 125 (49.22% from 255 or 64.77% from 193); Max value from RGB is 125 - color contains mainly: blue. Hex color #1D277D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1D277D is #E2D882. Grayscale: #2D2D2D. Windows color (decimal): -14866563 or 8202013. OLE color: 8202013.

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

Color convert

RGB2939125-
CMYK0.770.6900.51
HSL233.75º62.34%30.2%-
HSV(B)233.75º76.8%49.02%-
XYZ4.933.1919.76-
YUV45.81172.69116.01-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 15.03%
GREEN value IS 39 (15.62% from 255) = 20.21%
BLUE value IS 125 (49.22% from 255) = 64.77%
R=15.03%
G=20.21%
B=64.77%

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
Decimal29391250.770.6900.51233.7562.3430.2
Hex1D277D4D45033ea3e1e
Octal35471751151050633527636
Binary1110110011111111011001101100010101100111110101011111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D277D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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