#1E0A71

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

Shades of Midnight Blue #1E0A71

Tints of Midnight Blue #1E0A71

Color information

#1E0A71 (or 0x1E0A71) is unknown color: approx Midnight Blue. HEX triplet: 1E, 0A and 71. RGB value is (30,10,113). Sum of RGB (Red+Green+Blue) = 30+10+113=153 (20% of max value = 765). Red value is 30 (12.11% from 255 or 19.61% from 153); Green value is 10 (4.30% from 255 or 6.54% from 153); Blue value is 113 (44.53% from 255 or 73.86% from 153); Max value from RGB is 113 - color contains mainly: blue. Hex color #1E0A71 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1E0A71 is #E1F58E. Grayscale: #1B1B1B. Windows color (decimal): -14808463 or 7408158. OLE color: 7408158.

HSL color Cylindrical-coordinate representation of color #1E0A71: hue angle of 251.65º degrees, saturation: 0.84, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1E0A71 is Cyan = 0.73, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB3010113-
CMYK0.730.9100.56
HSL251.65º83.74%24.12%-
HSV(B)251.65º91.15%44.31%-
XYZ3.621.6915.76-
YUV27.72176.13129.62-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 19.61%
GREEN value IS 10 (4.30% from 255) = 6.54%
BLUE value IS 113 (44.53% from 255) = 73.86%
R=19.61%
G=6.54%
B=73.86%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal30101130.730.9100.56251.6583.7424.12
Hex1EA71495B038fc5418
Octal361216111113307037412430
Binary111101010111000110010011011011011100011111100101010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E0A71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,10,113); }

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

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

 a { background-color: rgb(30,10,113); }

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

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

 span { border-color: rgb(30,10,113); }

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