#1E1C73

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

Shades of Midnight Blue #1E1C73

Tints of Midnight Blue #1E1C73

Color information

#1E1C73 (or 0x1E1C73) is unknown color: approx Midnight Blue. HEX triplet: 1E, 1C and 73. RGB value is (30,28,115). Sum of RGB (Red+Green+Blue) = 30+28+115=173 (22% of max value = 765). Red value is 30 (12.11% from 255 or 17.34% from 173); Green value is 28 (11.33% from 255 or 16.18% from 173); Blue value is 115 (45.31% from 255 or 66.47% from 173); Max value from RGB is 115 - color contains mainly: blue. Hex color #1E1C73 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1E1C73 is #E1E38C. Grayscale: #262626. Windows color (decimal): -14803853 or 7543838. OLE color: 7543838.

HSL color Cylindrical-coordinate representation of color #1E1C73: hue angle of 241.38º degrees, saturation: 0.61, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #1E1C73 is Cyan = 0.74, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB3028115-
CMYK0.740.7600.55
HSL241.38º60.84%28.04%-
HSV(B)241.38º75.65%45.1%-
XYZ4.052.3416.46-
YUV38.52171.16121.93-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 17.34%
GREEN value IS 28 (11.33% from 255) = 16.18%
BLUE value IS 115 (45.31% from 255) = 66.47%
R=17.34%
G=16.18%
B=66.47%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal30281150.740.7600.55241.3860.8428.04
Hex1E1C734A4C037f13d1c
Octal36341631121140673617534
Binary111101110011100111001010100110001101111111000111110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E1C73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,28,115); }

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

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

 a { background-color: rgb(30,28,115); }

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

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

 span { border-color: rgb(30,28,115); }

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