#1E086B

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

Shades of Midnight Blue #1E086B

Tints of Midnight Blue #1E086B

Color information

#1E086B (or 0x1E086B) is unknown color: approx Midnight Blue. HEX triplet: 1E, 08 and 6B. RGB value is (30,8,107). Sum of RGB (Red+Green+Blue) = 30+8+107=145 (19% of max value = 765). Red value is 30 (12.11% from 255 or 20.69% from 145); Green value is 8 (3.52% from 255 or 5.52% from 145); Blue value is 107 (42.19% from 255 or 73.79% from 145); Max value from RGB is 107 - color contains mainly: blue. Hex color #1E086B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1E086B is #E1F794. Grayscale: #191919. Windows color (decimal): -14808981 or 7014430. OLE color: 7014430.

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

Color convert

RGB308107-
CMYK0.720.9300.58
HSL253.33º86.09%22.55%-
HSV(B)253.33º92.52%41.96%-
XYZ3.281.5114.03-
YUV25.86173.79130.95-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 20.69%
GREEN value IS 8 (3.52% from 255) = 5.52%
BLUE value IS 107 (42.19% from 255) = 73.79%
R=20.69%
G=5.52%
B=73.79%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal3081070.720.9300.58253.3386.0922.55
Hex1E86B485D03Afd5617
Octal361015311013507237512627
Binary111101000110101110010001011101011101011111101101011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E086B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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