#1E1C6C

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

Shades of Midnight Blue #1E1C6C

Tints of Midnight Blue #1E1C6C

Color information

#1E1C6C (or 0x1E1C6C) is unknown color: approx Midnight Blue. HEX triplet: 1E, 1C and 6C. RGB value is (30,28,108). Sum of RGB (Red+Green+Blue) = 30+28+108=166 (21% of max value = 765). Red value is 30 (12.11% from 255 or 18.07% from 166); Green value is 28 (11.33% from 255 or 16.87% from 166); Blue value is 108 (42.58% from 255 or 65.06% from 166); Max value from RGB is 108 - color contains mainly: blue. Hex color #1E1C6C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1E1C6C is #E1E393. Grayscale: #252525. Windows color (decimal): -14803860 or 7085086. OLE color: 7085086.

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

Color convert

RGB3028108-
CMYK0.720.7400.58
HSL241.5º58.82%26.67%-
HSV(B)241.5º74.07%42.35%-
XYZ3.662.1914.42-
YUV37.72167.66122.5-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 18.07%
GREEN value IS 28 (11.33% from 255) = 16.87%
BLUE value IS 108 (42.58% from 255) = 65.06%
R=18.07%
G=16.87%
B=65.06%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal30281080.720.7400.58241.558.8226.67
Hex1E1C6C484A03Af23b1b
Octal36341541101120723627333
Binary111101110011011001001000100101001110101111001011101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E1C6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,28,108); }

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

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

 a { background-color: rgb(30,28,108); }

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

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

 span { border-color: rgb(30,28,108); }

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