#140e60

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

Shades of Midnight Blue #140E60

Tints of Midnight Blue #140E60

Color information

#140E60 (or 0x140E60) is unknown color: approx Midnight Blue. HEX triplet: 14, 0E and 60. RGB value is (20,14,96). Sum of RGB (Red+Green+Blue) = 20+14+96=130 (17% of max value = 765). Red value is 20 (8.20% from 255 or 15.38% from 130); Green value is 14 (5.86% from 255 or 10.77% from 130); Blue value is 96 (37.89% from 255 or 73.85% from 130); Max value from RGB is 96 - color contains mainly: blue. Hex color #140E60 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #140E60 is #EBF19F. Grayscale: #181818. Windows color (decimal): -15462816 or 6295060. OLE color: 6295060.

HSL color Cylindrical-coordinate representation of color #140E60: hue angle of 244.39º degrees, saturation: 0.75, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #140E60 is Cyan = 0.79, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB201496-
CMYK0.790.8500.62
HSL244.39º74.55%21.57%-
HSV(B)244.39º85.42%37.65%-
XYZ2.561.3111.18-
YUV25.14167.99124.33-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 15.38%
GREEN value IS 14 (5.86% from 255) = 10.77%
BLUE value IS 96 (37.89% from 255) = 73.85%
R=15.38%
G=10.77%
B=73.85%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2014960.790.8500.62244.3974.5521.57
Hex14E604F5503Ef44b16
Octal241614011712507636411326
Binary101001110110000010011111010101011111011110100100101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #140e60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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