#1E086D

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

Shades of Midnight Blue #1E086D

Tints of Midnight Blue #1E086D

Color information

#1E086D (or 0x1E086D) is unknown color: approx Midnight Blue. HEX triplet: 1E, 08 and 6D. RGB value is (30,8,109). Sum of RGB (Red+Green+Blue) = 30+8+109=147 (19% of max value = 765). Red value is 30 (12.11% from 255 or 20.41% from 147); Green value is 8 (3.52% from 255 or 5.44% from 147); Blue value is 109 (42.97% from 255 or 74.15% from 147); Max value from RGB is 109 - color contains mainly: blue. Hex color #1E086D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1E086D is #E1F792. Grayscale: #191919. Windows color (decimal): -14808979 or 7145502. OLE color: 7145502.

HSL color Cylindrical-coordinate representation of color #1E086D: hue angle of 253.07º degrees, saturation: 0.86, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1E086D is Cyan = 0.72, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB308109-
CMYK0.720.9300.57
HSL253.07º86.32%22.94%-
HSV(B)253.07º92.66%42.75%-
XYZ3.381.5514.59-
YUV26.09174.79130.79-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 20.41%
GREEN value IS 8 (3.52% from 255) = 5.44%
BLUE value IS 109 (42.97% from 255) = 74.15%
R=20.41%
G=5.44%
B=74.15%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal3081090.720.9300.57253.0786.3222.94
Hex1E86D485D039fd5617
Octal361015511013507137512627
Binary111101000110110110010001011101011100111111101101011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E086D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,8,109); }

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

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

 a { background-color: rgb(30,8,109); }

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

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

 span { border-color: rgb(30,8,109); }

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