#1E095D

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

Shades of Midnight Blue #1E095D

Tints of Midnight Blue #1E095D

Color information

#1E095D (or 0x1E095D) is unknown color: approx Midnight Blue. HEX triplet: 1E, 09 and 5D. RGB value is (30,9,93). Sum of RGB (Red+Green+Blue) = 30+9+93=132 (17% of max value = 765). Red value is 30 (12.11% from 255 or 22.73% from 132); Green value is 9 (3.91% from 255 or 6.82% from 132); Blue value is 93 (36.72% from 255 or 70.45% from 132); Max value from RGB is 93 - color contains mainly: blue. Hex color #1E095D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1E095D is #E1F6A2. Grayscale: #181818. Windows color (decimal): -14808739 or 6097182. OLE color: 6097182.

HSL color Cylindrical-coordinate representation of color #1E095D: hue angle of 255º degrees, saturation: 0.82, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1E095D is Cyan = 0.68, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB30993-
CMYK0.680.9000.64
HSL255º82.35%20%-
HSV(B)255º90.32%36.47%-
XYZ2.611.2610.46-
YUV24.85166.46131.67-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 22.73%
GREEN value IS 9 (3.91% from 255) = 6.82%
BLUE value IS 93 (36.72% from 255) = 70.45%
R=22.73%
G=6.82%
B=70.45%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal309930.680.9000.6425582.3520
Hex1E95D445A040ff5214
Octal3611135104132010037712224
Binary1111010011011101100010010110100100000011111111101001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E095D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,9,93); }

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

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

 a { background-color: rgb(30,9,93); }

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

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

 span { border-color: rgb(30,9,93); }

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