#140E6B

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

Shades of Midnight Blue #140E6B

Tints of Midnight Blue #140E6B

Color information

#140E6B (or 0x140E6B) is unknown color: approx Midnight Blue. HEX triplet: 14, 0E and 6B. RGB value is (20,14,107). Sum of RGB (Red+Green+Blue) = 20+14+107=141 (18% of max value = 765). Red value is 20 (8.20% from 255 or 14.18% from 141); Green value is 14 (5.86% from 255 or 9.93% from 141); Blue value is 107 (42.19% from 255 or 75.89% from 141); Max value from RGB is 107 - color contains mainly: blue. Hex color #140E6B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #140E6B is #EBF194. Grayscale: #1A1A1A. Windows color (decimal): -15462805 or 7015956. OLE color: 7015956.

HSL color Cylindrical-coordinate representation of color #140E6B: hue angle of 243.87º degrees, saturation: 0.77, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #140E6B is Cyan = 0.81, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB2014107-
CMYK0.810.8700.58
HSL243.87º76.86%23.73%-
HSV(B)243.87º86.92%41.96%-
XYZ3.11.5214.04-
YUV26.4173.49123.44-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 14.18%
GREEN value IS 14 (5.86% from 255) = 9.93%
BLUE value IS 107 (42.19% from 255) = 75.89%
R=14.18%
G=9.93%
B=75.89%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal20141070.810.8700.58243.8776.8623.73
Hex14E6B515703Af44d18
Octal241615312112707236411530
Binary101001110110101110100011010111011101011110100100110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #140E6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,14,107); }

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

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

 a { background-color: rgb(20,14,107); }

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

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

 span { border-color: rgb(20,14,107); }

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