#140E5E

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

Shades of Midnight Blue #140E5E

Tints of Midnight Blue #140E5E

Color information

#140E5E (or 0x140E5E) is unknown color: approx Midnight Blue. HEX triplet: 14, 0E and 5E. RGB value is (20,14,94). Sum of RGB (Red+Green+Blue) = 20+14+94=128 (16% of max value = 765). Red value is 20 (8.20% from 255 or 15.62% from 128); Green value is 14 (5.86% from 255 or 10.94% from 128); Blue value is 94 (37.11% from 255 or 73.44% from 128); Max value from RGB is 94 - color contains mainly: blue. Hex color #140E5E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #140E5E is #EBF1A1. Grayscale: #181818. Windows color (decimal): -15462818 or 6163988. OLE color: 6163988.

HSL color Cylindrical-coordinate representation of color #140E5E: hue angle of 244.5º degrees, saturation: 0.74, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #140E5E is Cyan = 0.79, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB201494-
CMYK0.790.8500.63
HSL244.5º74.07%21.18%-
HSV(B)244.5º85.11%36.86%-
XYZ2.471.2710.71-
YUV24.91166.99124.5-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 15.62%
GREEN value IS 14 (5.86% from 255) = 10.94%
BLUE value IS 94 (37.11% from 255) = 73.44%
R=15.62%
G=10.94%
B=73.44%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal2014940.790.8500.63244.574.0721.18
Hex14E5E4F5503Ff44a15
Octal241613611712507736411225
Binary101001110101111010011111010101011111111110100100101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #140E5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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