#1E135D

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

Shades of Midnight Blue #1E135D

Tints of Midnight Blue #1E135D

Color information

#1E135D (or 0x1E135D) is unknown color: approx Midnight Blue. HEX triplet: 1E, 13 and 5D. RGB value is (30,19,93). Sum of RGB (Red+Green+Blue) = 30+19+93=142 (18% of max value = 765). Red value is 30 (12.11% from 255 or 21.13% from 142); Green value is 19 (7.81% from 255 or 13.38% from 142); Blue value is 93 (36.72% from 255 or 65.49% from 142); Max value from RGB is 93 - color contains mainly: blue. Hex color #1E135D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1E135D is #E1ECA2. Grayscale: #1E1E1E. Windows color (decimal): -14806179 or 6099742. OLE color: 6099742.

HSL color Cylindrical-coordinate representation of color #1E135D: hue angle of 248.92º degrees, saturation: 0.66, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1E135D is Cyan = 0.68, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB301993-
CMYK0.680.8000.64
HSL248.92º66.07%21.96%-
HSV(B)248.92º79.57%36.47%-
XYZ2.741.5310.51-
YUV30.72163.14127.48-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 21.13%
GREEN value IS 19 (7.81% from 255) = 13.38%
BLUE value IS 93 (36.72% from 255) = 65.49%
R=21.13%
G=13.38%
B=65.49%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3019930.680.8000.64248.9266.0721.96
Hex1E135D4450040f94216
Octal3623135104120010037110226
Binary11110100111011101100010010100000100000011111001100001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E135D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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