#140E57

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

Shades of Midnight Blue #140E57

Tints of Midnight Blue #140E57

Color information

#140E57 (or 0x140E57) is unknown color: approx Midnight Blue. HEX triplet: 14, 0E and 57. RGB value is (20,14,87). Sum of RGB (Red+Green+Blue) = 20+14+87=121 (16% of max value = 765). Red value is 20 (8.20% from 255 or 16.53% from 121); Green value is 14 (5.86% from 255 or 11.57% from 121); Blue value is 87 (34.38% from 255 or 71.90% from 121); Max value from RGB is 87 - color contains mainly: blue. Hex color #140E57 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #140E57 is #EBF1A8. Grayscale: #171717. Windows color (decimal): -15462825 or 5705236. OLE color: 5705236.

HSL color Cylindrical-coordinate representation of color #140E57: hue angle of 244.93º degrees, saturation: 0.72, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #140E57 is Cyan = 0.77, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB201487-
CMYK0.770.8400.66
HSL244.93º72.28%19.8%-
HSV(B)244.93º83.91%34.12%-
XYZ2.171.159.12-
YUV24.12163.49125.06-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 16.53%
GREEN value IS 14 (5.86% from 255) = 11.57%
BLUE value IS 87 (34.38% from 255) = 71.90%
R=16.53%
G=11.57%
B=71.90%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal2014870.770.8400.66244.9372.2819.8
Hex14E574D54042f54814
Octal2416127115124010236511024
Binary1010011101010111100110110101000100001011110101100100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #140E57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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