#1E2B7F

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

Shades of Midnight Blue #1E2B7F

Tints of Midnight Blue #1E2B7F

Color information

#1E2B7F (or 0x1E2B7F) is unknown color: approx Midnight Blue. HEX triplet: 1E, 2B and 7F. RGB value is (30,43,127). Sum of RGB (Red+Green+Blue) = 30+43+127=200 (26% of max value = 765). Red value is 30 (12.11% from 255 or 15% from 200); Green value is 43 (17.19% from 255 or 21.5% from 200); Blue value is 127 (50% from 255 or 63.5% from 200); Max value from RGB is 127 - color contains mainly: blue. Hex color #1E2B7F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1E2B7F is #E1D480. Grayscale: #303030. Windows color (decimal): -14800001 or 8334110. OLE color: 8334110.

HSL color Cylindrical-coordinate representation of color #1E2B7F: hue angle of 231.96º degrees, saturation: 0.62, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #1E2B7F is Cyan = 0.76, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB3043127-
CMYK0.760.6600.50
HSL231.96º61.78%30.78%-
HSV(B)231.96º76.38%49.8%-
XYZ5.233.5420.49-
YUV48.69172.19114.67-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 15%
GREEN value IS 43 (17.19% from 255) = 21.5%
BLUE value IS 127 (50% from 255) = 63.5%
R=15%
G=21.5%
B=63.5%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal30431270.760.6600.50231.9661.7830.78
Hex1E2B7F4C42032e83e1f
Octal36531771141020623507637
Binary1111010101111111111001100100001001100101110100011111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E2B7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,43,127); }

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

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

 a { background-color: rgb(30,43,127); }

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

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

 span { border-color: rgb(30,43,127); }

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