#1E157D

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

Shades of Midnight Blue #1E157D

Tints of Midnight Blue #1E157D

Color information

#1E157D (or 0x1E157D) is unknown color: approx Midnight Blue. HEX triplet: 1E, 15 and 7D. RGB value is (30,21,125). Sum of RGB (Red+Green+Blue) = 30+21+125=176 (23% of max value = 765). Red value is 30 (12.11% from 255 or 17.05% from 176); Green value is 21 (8.59% from 255 or 11.93% from 176); Blue value is 125 (49.22% from 255 or 71.02% from 176); Max value from RGB is 125 - color contains mainly: blue. Hex color #1E157D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1E157D is #E1EA82. Grayscale: #232323. Windows color (decimal): -14805635 or 8197406. OLE color: 8197406.

HSL color Cylindrical-coordinate representation of color #1E157D: hue angle of 245.19º degrees, saturation: 0.71, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1E157D is Cyan = 0.76, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB3021125-
CMYK0.760.8300.51
HSL245.19º71.23%28.63%-
HSV(B)245.19º83.2%49.02%-
XYZ4.512.2919.61-
YUV35.55178.48124.04-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 17.05%
GREEN value IS 21 (8.59% from 255) = 11.93%
BLUE value IS 125 (49.22% from 255) = 71.02%
R=17.05%
G=11.93%
B=71.02%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal30211250.760.8300.51245.1971.2328.63
Hex1E157D4C53033f5471d
Octal362517511412306336510735
Binary1111010101111110110011001010011011001111110101100011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E157D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,21,125); }

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

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

 a { background-color: rgb(30,21,125); }

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

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

 span { border-color: rgb(30,21,125); }

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