#1e0a6b

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

Shades of Midnight Blue #1E0A6B

Tints of Midnight Blue #1E0A6B

Color information

#1E0A6B (or 0x1E0A6B) is unknown color: approx Midnight Blue. HEX triplet: 1E, 0A and 6B. RGB value is (30,10,107). Sum of RGB (Red+Green+Blue) = 30+10+107=147 (19% of max value = 765). Red value is 30 (12.11% from 255 or 20.41% from 147); Green value is 10 (4.30% from 255 or 6.80% from 147); Blue value is 107 (42.19% from 255 or 72.79% from 147); Max value from RGB is 107 - color contains mainly: blue. Hex color #1E0A6B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1E0A6B is #E1F594. Grayscale: #1A1A1A. Windows color (decimal): -14808469 or 7014942. OLE color: 7014942.

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

Color convert

RGB3010107-
CMYK0.720.9100.58
HSL252.37º82.91%22.94%-
HSV(B)252.37º90.65%41.96%-
XYZ3.31.5514.04-
YUV27.04173.13130.11-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 20.41%
GREEN value IS 10 (4.30% from 255) = 6.80%
BLUE value IS 107 (42.19% from 255) = 72.79%
R=20.41%
G=6.80%
B=72.79%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal30101070.720.9100.58252.3782.9122.94
Hex1EA6B485B03Afc5317
Octal361215311013307237412327
Binary111101010110101110010001011011011101011111100101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1e0a6b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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