#1E1073

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

Shades of Midnight Blue #1E1073

Tints of Midnight Blue #1E1073

Color information

#1E1073 (or 0x1E1073) is unknown color: approx Midnight Blue. HEX triplet: 1E, 10 and 73. RGB value is (30,16,115). Sum of RGB (Red+Green+Blue) = 30+16+115=161 (21% of max value = 765). Red value is 30 (12.11% from 255 or 18.63% from 161); Green value is 16 (6.64% from 255 or 9.94% from 161); Blue value is 115 (45.31% from 255 or 71.43% from 161); Max value from RGB is 115 - color contains mainly: blue. Hex color #1E1073 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1E1073 is #E1EF8C. Grayscale: #1F1F1F. Windows color (decimal): -14806925 or 7540766. OLE color: 7540766.

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

Color convert

RGB3016115-
CMYK0.740.8600.55
HSL248.48º75.57%25.69%-
HSV(B)248.48º86.09%45.1%-
XYZ3.821.8816.38-
YUV31.47175.14126.95-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 18.63%
GREEN value IS 16 (6.64% from 255) = 9.94%
BLUE value IS 115 (45.31% from 255) = 71.43%
R=18.63%
G=9.94%
B=71.43%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal30161150.740.8600.55248.4875.5725.69
Hex1E10734A56037f84c1a
Octal362016311212606737011432
Binary1111010000111001110010101010110011011111111000100110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E1073

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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