#140E79

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

Shades of Midnight Blue #140E79

Tints of Midnight Blue #140E79

Color information

#140E79 (or 0x140E79) is unknown color: approx Midnight Blue. HEX triplet: 14, 0E and 79. RGB value is (20,14,121). Sum of RGB (Red+Green+Blue) = 20+14+121=155 (20% of max value = 765). Red value is 20 (8.20% from 255 or 12.90% from 155); Green value is 14 (5.86% from 255 or 9.03% from 155); Blue value is 121 (47.66% from 255 or 78.06% from 155); Max value from RGB is 121 - color contains mainly: blue. Hex color #140E79 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #140E79 is #EBF186. Grayscale: #1B1B1B. Windows color (decimal): -15462791 or 7933460. OLE color: 7933460.

HSL color Cylindrical-coordinate representation of color #140E79: hue angle of 243.36º degrees, saturation: 0.79, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #140E79 is Cyan = 0.83, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB2014121-
CMYK0.830.8800.53
HSL243.36º79.26%26.47%-
HSV(B)243.36º88.43%47.45%-
XYZ3.91.8418.24-
YUV27.99180.49122.3-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 12.90%
GREEN value IS 14 (5.86% from 255) = 9.03%
BLUE value IS 121 (47.66% from 255) = 78.06%
R=12.90%
G=9.03%
B=78.06%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal20141210.830.8800.53243.3679.2626.47
Hex14E795358035f34f1a
Octal241617112313006536311732
Binary101001110111100110100111011000011010111110011100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #140E79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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