#140559

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

Shades of Midnight Blue #140559

Tints of Midnight Blue #140559

Color information

#140559 (or 0x140559) is unknown color: approx Midnight Blue. HEX triplet: 14, 05 and 59. RGB value is (20,5,89). Sum of RGB (Red+Green+Blue) = 20+5+89=114 (15% of max value = 765). Red value is 20 (8.20% from 255 or 17.54% from 114); Green value is 5 (2.34% from 255 or 4.39% from 114); Blue value is 89 (35.16% from 255 or 78.07% from 114); Max value from RGB is 89 - color contains mainly: blue. Hex color #140559 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #140559 is #EBFAA6. Grayscale: #121212. Windows color (decimal): -15465127 or 5834004. OLE color: 5834004.

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

Color convert

RGB20589-
CMYK0.780.9400.65
HSL250.71º89.36%18.43%-
HSV(B)250.71º94.38%34.9%-
XYZ2.150.989.53-
YUV19.06167.47128.67-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 17.54%
GREEN value IS 5 (2.34% from 255) = 4.39%
BLUE value IS 89 (35.16% from 255) = 78.07%
R=17.54%
G=4.39%
B=78.07%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal205890.780.9400.65250.7189.3618.43
Hex145594E5E041fb5912
Octal245131116136010137313122
Binary101001011011001100111010111100100000111111011101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #140559

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #140559; }

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

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

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

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

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

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

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

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