#1E116E

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

Shades of Midnight Blue #1E116E

Tints of Midnight Blue #1E116E

Color information

#1E116E (or 0x1E116E) is unknown color: approx Midnight Blue. HEX triplet: 1E, 11 and 6E. RGB value is (30,17,110). Sum of RGB (Red+Green+Blue) = 30+17+110=157 (20% of max value = 765). Red value is 30 (12.11% from 255 or 19.11% from 157); Green value is 17 (7.03% from 255 or 10.83% from 157); Blue value is 110 (43.36% from 255 or 70.06% from 157); Max value from RGB is 110 - color contains mainly: blue. Hex color #1E116E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1E116E is #E1EE91. Grayscale: #1F1F1F. Windows color (decimal): -14806674 or 7213342. OLE color: 7213342.

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

Color convert

RGB3017110-
CMYK0.730.8500.57
HSL248.39º73.23%24.9%-
HSV(B)248.39º84.55%43.14%-
XYZ3.551.814.91-
YUV31.49172.31126.94-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 19.11%
GREEN value IS 17 (7.03% from 255) = 10.83%
BLUE value IS 110 (43.36% from 255) = 70.06%
R=19.11%
G=10.83%
B=70.06%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal30171100.730.8500.57248.3973.2324.9
Hex1E116E4955039f84919
Octal362115611112507137011131
Binary1111010001110111010010011010101011100111111000100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E116E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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