#1E055D

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

Shades of Midnight Blue #1E055D

Tints of Midnight Blue #1E055D

Color information

#1E055D (or 0x1E055D) is unknown color: approx Midnight Blue. HEX triplet: 1E, 05 and 5D. RGB value is (30,5,93). Sum of RGB (Red+Green+Blue) = 30+5+93=128 (16% of max value = 765). Red value is 30 (12.11% from 255 or 23.44% from 128); Green value is 5 (2.34% from 255 or 3.91% from 128); Blue value is 93 (36.72% from 255 or 72.66% from 128); Max value from RGB is 93 - color contains mainly: blue. Hex color #1E055D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1E055D is #E1FAA2. Grayscale: #161616. Windows color (decimal): -14809763 or 6096158. OLE color: 6096158.

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

Color convert

RGB30593-
CMYK0.680.9500.64
HSL257.05º89.8%19.22%-
HSV(B)257.05º94.62%36.47%-
XYZ2.571.1710.45-
YUV22.51167.78133.34-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 23.44%
GREEN value IS 5 (2.34% from 255) = 3.91%
BLUE value IS 93 (36.72% from 255) = 72.66%
R=23.44%
G=3.91%
B=72.66%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal305930.680.9500.64257.0589.819.22
Hex1E55D445F0401015a13
Octal365135104137010040113223
Binary1111010110111011000100101111101000000100000001101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E055D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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