#1E135E

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

Shades of Midnight Blue #1E135E

Tints of Midnight Blue #1E135E

Color information

#1E135E (or 0x1E135E) is unknown color: approx Midnight Blue. HEX triplet: 1E, 13 and 5E. RGB value is (30,19,94). Sum of RGB (Red+Green+Blue) = 30+19+94=143 (18% of max value = 765). Red value is 30 (12.11% from 255 or 20.98% from 143); Green value is 19 (7.81% from 255 or 13.29% from 143); Blue value is 94 (37.11% from 255 or 65.73% from 143); Max value from RGB is 94 - color contains mainly: blue. Hex color #1E135E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1E135E is #E1ECA1. Grayscale: #1E1E1E. Windows color (decimal): -14806178 or 6165278. OLE color: 6165278.

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

Color convert

RGB301994-
CMYK0.680.8000.63
HSL248.8º66.37%22.16%-
HSV(B)248.8º79.79%36.86%-
XYZ2.791.5510.74-
YUV30.84163.64127.4-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 20.98%
GREEN value IS 19 (7.81% from 255) = 13.29%
BLUE value IS 94 (37.11% from 255) = 65.73%
R=20.98%
G=13.29%
B=65.73%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal3019940.680.8000.63248.866.3722.16
Hex1E135E445003Ff94216
Octal362313610412007737110226
Binary1111010011101111010001001010000011111111111001100001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E135E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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