#140A73

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

Shades of Midnight Blue #140A73

Tints of Midnight Blue #140A73

Color information

#140A73 (or 0x140A73) is unknown color: approx Midnight Blue. HEX triplet: 14, 0A and 73. RGB value is (20,10,115). Sum of RGB (Red+Green+Blue) = 20+10+115=145 (19% of max value = 765). Red value is 20 (8.20% from 255 or 13.79% from 145); Green value is 10 (4.30% from 255 or 6.90% from 145); Blue value is 115 (45.31% from 255 or 79.31% from 145); Max value from RGB is 115 - color contains mainly: blue. Hex color #140A73 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #140A73 is #EBF58C. Grayscale: #181818. Windows color (decimal): -15463821 or 7539220. OLE color: 7539220.

HSL color Cylindrical-coordinate representation of color #140A73: hue angle of 245.71º degrees, saturation: 0.84, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #140A73 is Cyan = 0.83, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB2010115-
CMYK0.830.9100.55
HSL245.71º84%24.51%-
HSV(B)245.71º91.3%45.1%-
XYZ3.491.616.35-
YUV24.96178.81124.46-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 13.79%
GREEN value IS 10 (4.30% from 255) = 6.90%
BLUE value IS 115 (45.31% from 255) = 79.31%
R=13.79%
G=6.90%
B=79.31%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal20101150.830.9100.55245.718424.51
Hex14A73535B037f65419
Octal241216312313306736612431
Binary101001010111001110100111011011011011111110110101010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #140A73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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