#1E0C73

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

Shades of Midnight Blue #1E0C73

Tints of Midnight Blue #1E0C73

Color information

#1E0C73 (or 0x1E0C73) is unknown color: approx Midnight Blue. HEX triplet: 1E, 0C and 73. RGB value is (30,12,115). Sum of RGB (Red+Green+Blue) = 30+12+115=157 (20% of max value = 765). Red value is 30 (12.11% from 255 or 19.11% from 157); Green value is 12 (5.08% from 255 or 7.64% from 157); Blue value is 115 (45.31% from 255 or 73.25% from 157); Max value from RGB is 115 - color contains mainly: blue. Hex color #1E0C73 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1E0C73 is #E1F38C. Grayscale: #1C1C1C. Windows color (decimal): -14807949 or 7539742. OLE color: 7539742.

HSL color Cylindrical-coordinate representation of color #1E0C73: hue angle of 250.49º degrees, saturation: 0.81, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1E0C73 is Cyan = 0.74, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB3012115-
CMYK0.740.9000.55
HSL250.49º81.1%24.9%-
HSV(B)250.49º89.57%45.1%-
XYZ3.761.7816.36-
YUV29.12176.46128.62-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 19.11%
GREEN value IS 12 (5.08% from 255) = 7.64%
BLUE value IS 115 (45.31% from 255) = 73.25%
R=19.11%
G=7.64%
B=73.25%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal30121150.740.9000.55250.4981.124.9
Hex1EC734A5A037fa5119
Octal361416311213206737212131
Binary111101100111001110010101011010011011111111010101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E0C73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,12,115); }

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

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

 a { background-color: rgb(30,12,115); }

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

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

 span { border-color: rgb(30,12,115); }

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