#140C73

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

Shades of Midnight Blue #140C73

Tints of Midnight Blue #140C73

Color information

#140C73 (or 0x140C73) is unknown color: approx Midnight Blue. HEX triplet: 14, 0C and 73. RGB value is (20,12,115). Sum of RGB (Red+Green+Blue) = 20+12+115=147 (19% of max value = 765). Red value is 20 (8.20% from 255 or 13.61% from 147); Green value is 12 (5.08% from 255 or 8.16% from 147); Blue value is 115 (45.31% from 255 or 78.23% from 147); Max value from RGB is 115 - color contains mainly: blue. Hex color #140C73 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #140C73 is #EBF38C. Grayscale: #191919. Windows color (decimal): -15463309 or 7539732. OLE color: 7539732.

HSL color Cylindrical-coordinate representation of color #140C73: hue angle of 244.66º 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 #140C73 is Cyan = 0.83, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB2012115-
CMYK0.830.9000.55
HSL244.66º81.1%24.9%-
HSV(B)244.66º89.57%45.1%-
XYZ3.511.6516.35-
YUV26.13178.15123.62-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 13.61%
GREEN value IS 12 (5.08% from 255) = 8.16%
BLUE value IS 115 (45.31% from 255) = 78.23%
R=13.61%
G=8.16%
B=78.23%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal20121150.830.9000.55244.6681.124.9
Hex14C73535A037f55119
Octal241416312313206736512131
Binary101001100111001110100111011010011011111110101101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #140C73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #140C73; }

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

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

<style>
 a { background-color: #140C73; }

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

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

<style>
 span { border-color: #140C73; }

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

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