#140459

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

Shades of Midnight Blue #140459

Tints of Midnight Blue #140459

Color information

#140459 (or 0x140459) is unknown color: approx Midnight Blue. HEX triplet: 14, 04 and 59. RGB value is (20,4,89). Sum of RGB (Red+Green+Blue) = 20+4+89=113 (14% of max value = 765). Red value is 20 (8.20% from 255 or 17.70% from 113); Green value is 4 (1.95% from 255 or 3.54% from 113); Blue value is 89 (35.16% from 255 or 78.76% from 113); Max value from RGB is 89 - color contains mainly: blue. Hex color #140459 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #140459 is #EBFBA6. Grayscale: #121212. Windows color (decimal): -15465383 or 5833748. OLE color: 5833748.

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

Color convert

RGB20489-
CMYK0.780.9600.65
HSL251.29º91.4%18.24%-
HSV(B)251.29º95.51%34.9%-
XYZ2.140.969.52-
YUV18.47167.8129.09-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 17.70%
GREEN value IS 4 (1.95% from 255) = 3.54%
BLUE value IS 89 (35.16% from 255) = 78.76%
R=17.70%
G=3.54%
B=78.76%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal204890.780.9600.65251.2991.418.24
Hex144594E60041fb5b12
Octal244131116140010137313322
Binary101001001011001100111011000000100000111111011101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #140459

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #140459; }

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

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

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

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

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

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

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

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