#140159

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

Shades of Midnight Blue #140159

Tints of Midnight Blue #140159

Color information

#140159 (or 0x140159) is unknown color: approx Midnight Blue. HEX triplet: 14, 01 and 59. RGB value is (20,1,89). Sum of RGB (Red+Green+Blue) = 20+1+89=110 (14% of max value = 765). Red value is 20 (8.20% from 255 or 18.18% from 110); Green value is 1 (0.78% from 255 or 0.91% from 110); Blue value is 89 (35.16% from 255 or 80.91% from 110); Max value from RGB is 89 - color contains mainly: blue. Hex color #140159 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #140159 is #EBFEA6. Grayscale: #101010. Windows color (decimal): -15466151 or 5832980. OLE color: 5832980.

HSL color Cylindrical-coordinate representation of color #140159: hue angle of 252.95º degrees, saturation: 0.98, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #140159 is Cyan = 0.78, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB20189-
CMYK0.780.9900.65
HSL252.95º97.78%17.65%-
HSV(B)252.95º98.88%34.9%-
XYZ2.10.899.51-
YUV16.71168.79130.34-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 18.18%
GREEN value IS 1 (0.78% from 255) = 0.91%
BLUE value IS 89 (35.16% from 255) = 80.91%
R=18.18%
G=0.91%
B=80.91%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal201890.780.9900.65252.9597.7817.65
Hex141594E63041fd6212
Octal241131116143010137514222
Binary1010011011001100111011000110100000111111101110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #140159

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #140159; }

 p { color: rgb(20,1,89); }

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

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

 a { background-color: rgb(20,1,89); }

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

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

 span { border-color: rgb(20,1,89); }

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