#140EAE

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

Shades of New Midnight Blue #140EAE

Tints of New Midnight Blue #140EAE

Color information

#140EAE (or 0x140EAE) is unknown color: approx New Midnight Blue. HEX triplet: 14, 0E and AE. RGB value is (20,14,174). Sum of RGB (Red+Green+Blue) = 20+14+174=208 (27% of max value = 765). Red value is 20 (8.20% from 255 or 9.62% from 208); Green value is 14 (5.86% from 255 or 6.73% from 208); Blue value is 174 (68.36% from 255 or 83.65% from 208); Max value from RGB is 174 - color contains mainly: blue. Hex color #140EAE is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #140EAE is #EBF151. Grayscale: #212121. Windows color (decimal): -15462738 or 11406868. OLE color: 11406868.

HSL color Cylindrical-coordinate representation of color #140EAE: hue angle of 242.25º degrees, saturation: 0.85, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #140EAE is Cyan = 0.89, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB2014174-
CMYK0.890.9200.32
HSL242.25º85.11%36.86%-
HSV(B)242.25º91.95%68.24%-
XYZ8.093.5240.3-
YUV34.03206.99117.99-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 9.62%
GREEN value IS 14 (5.86% from 255) = 6.73%
BLUE value IS 174 (68.36% from 255) = 83.65%
R=9.62%
G=6.73%
B=83.65%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal20141740.890.9200.32242.2585.1136.86
Hex14EAE595C020f25525
Octal241625613113404036212545
Binary10100111010101110101100110111000100000111100101010101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #140EAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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