#1E1770

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

Shades of Midnight Blue #1E1770

Tints of Midnight Blue #1E1770

Color information

#1E1770 (or 0x1E1770) is unknown color: approx Midnight Blue. HEX triplet: 1E, 17 and 70. RGB value is (30,23,112). Sum of RGB (Red+Green+Blue) = 30+23+112=165 (21% of max value = 765). Red value is 30 (12.11% from 255 or 18.18% from 165); Green value is 23 (9.38% from 255 or 13.94% from 165); Blue value is 112 (44.14% from 255 or 67.88% from 165); Max value from RGB is 112 - color contains mainly: blue. Hex color #1E1770 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1E1770 is #E1E88F. Grayscale: #222222. Windows color (decimal): -14805136 or 7345950. OLE color: 7345950.

HSL color Cylindrical-coordinate representation of color #1E1770: hue angle of 244.72º degrees, saturation: 0.66, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1E1770 is Cyan = 0.73, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB3023112-
CMYK0.730.7900.56
HSL244.72º65.93%26.47%-
HSV(B)244.72º79.46%43.92%-
XYZ3.772.0615.53-
YUV35.24171.32124.26-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 18.18%
GREEN value IS 23 (9.38% from 255) = 13.94%
BLUE value IS 112 (44.14% from 255) = 67.88%
R=18.18%
G=13.94%
B=67.88%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal30231120.730.7900.56244.7265.9326.47
Hex1E1770494F038f5421a
Octal362716011111707036510232
Binary1111010111111000010010011001111011100011110101100001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E1770

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,23,112); }

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

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

 a { background-color: rgb(30,23,112); }

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

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

 span { border-color: rgb(30,23,112); }

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