#1E076E

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

Shades of Midnight Blue #1E076E

Tints of Midnight Blue #1E076E

Color information

#1E076E (or 0x1E076E) is unknown color: approx Midnight Blue. HEX triplet: 1E, 07 and 6E. RGB value is (30,7,110). Sum of RGB (Red+Green+Blue) = 30+7+110=147 (19% of max value = 765). Red value is 30 (12.11% from 255 or 20.41% from 147); Green value is 7 (3.12% from 255 or 4.76% from 147); Blue value is 110 (43.36% from 255 or 74.83% from 147); Max value from RGB is 110 - color contains mainly: blue. Hex color #1E076E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1E076E is #E1F891. Grayscale: #191919. Windows color (decimal): -14809234 or 7210782. OLE color: 7210782.

HSL color Cylindrical-coordinate representation of color #1E076E: hue angle of 253.4º degrees, saturation: 0.88, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #1E076E is Cyan = 0.73, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB307110-
CMYK0.730.9400.57
HSL253.4º88.03%22.94%-
HSV(B)253.4º93.64%43.14%-
XYZ3.431.5514.87-
YUV25.62175.62131.12-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 20.41%
GREEN value IS 7 (3.12% from 255) = 4.76%
BLUE value IS 110 (43.36% from 255) = 74.83%
R=20.41%
G=4.76%
B=74.83%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal3071100.730.9400.57253.488.0322.94
Hex1E76E495E039fd5817
Octal36715611113607137513027
Binary11110111110111010010011011110011100111111101101100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E076E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,7,110); }

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

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

 a { background-color: rgb(30,7,110); }

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

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

 span { border-color: rgb(30,7,110); }

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