#1E2070

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

Shades of Midnight Blue #1E2070

Tints of Midnight Blue #1E2070

Color information

#1E2070 (or 0x1E2070) is unknown color: approx Midnight Blue. HEX triplet: 1E, 20 and 70. RGB value is (30,32,112). Sum of RGB (Red+Green+Blue) = 30+32+112=174 (23% of max value = 765). Red value is 30 (12.11% from 255 or 17.24% from 174); Green value is 32 (12.89% from 255 or 18.39% from 174); Blue value is 112 (44.14% from 255 or 64.37% from 174); Max value from RGB is 112 - color contains mainly: blue. Hex color #1E2070 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1E2070 is #E1DF8F. Grayscale: #282828. Windows color (decimal): -14802832 or 7348254. OLE color: 7348254.

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

Color convert

RGB3032112-
CMYK0.730.7100.56
HSL238.54º57.75%27.84%-
HSV(B)238.54º73.21%43.92%-
XYZ3.982.4815.6-
YUV40.52168.34120.5-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 17.24%
GREEN value IS 32 (12.89% from 255) = 18.39%
BLUE value IS 112 (44.14% from 255) = 64.37%
R=17.24%
G=18.39%
B=64.37%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal30321120.730.7100.56238.5457.7527.84
Hex1E20704947038ef3a1c
Octal36401601111070703577234
Binary1111010000011100001001001100011101110001110111111101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E2070

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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