#1E3048

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

Shades of Midnight #1E3048

Tints of Midnight #1E3048

Color information

#1E3048 (or 0x1E3048) is unknown color: approx Midnight. HEX triplet: 1E, 30 and 48. RGB value is (30,48,72). Sum of RGB (Red+Green+Blue) = 30+48+72=150 (19% of max value = 765). Red value is 30 (12.11% from 255 or 20% from 150); Green value is 48 (19.14% from 255 or 32% from 150); Blue value is 72 (28.52% from 255 or 48% from 150); Max value from RGB is 72 - color contains mainly: blue. Hex color #1E3048 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1E3048 is #E1CFB7. Grayscale: #2D2D2D. Windows color (decimal): -14798776 or 4730910. OLE color: 4730910.

HSL color Cylindrical-coordinate representation of color #1E3048: hue angle of 214.29º degrees, saturation: 0.41, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #1E3048 is Cyan = 0.58, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB304872-
CMYK0.580.3300.72
HSL214.29º41.18%20%-
HSV(B)214.29º58.33%28.24%-
XYZ2.762.866.54-
YUV45.35143.04117.05-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 20%
GREEN value IS 48 (19.14% from 255) = 32%
BLUE value IS 72 (28.52% from 255) = 48%
R=20%
G=32%
B=48%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal3048720.580.3300.72214.2941.1820
Hex1E30483A21048d62914
Octal3660110724101103265124
Binary111101100001001000111010100001010010001101011010100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E3048

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,48,72); }

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

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

 a { background-color: rgb(30,48,72); }

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

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

 span { border-color: rgb(30,48,72); }

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