#140E55

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

Shades of Midnight Blue #140E55

Tints of Midnight Blue #140E55

Color information

#140E55 (or 0x140E55) is unknown color: approx Midnight Blue. HEX triplet: 14, 0E and 55. RGB value is (20,14,85). Sum of RGB (Red+Green+Blue) = 20+14+85=119 (15% of max value = 765). Red value is 20 (8.20% from 255 or 16.81% from 119); Green value is 14 (5.86% from 255 or 11.76% from 119); Blue value is 85 (33.59% from 255 or 71.43% from 119); Max value from RGB is 85 - color contains mainly: blue. Hex color #140E55 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #140E55 is #EBF1AA. Grayscale: #171717. Windows color (decimal): -15462827 or 5574164. OLE color: 5574164.

HSL color Cylindrical-coordinate representation of color #140E55: hue angle of 245.07º degrees, saturation: 0.72, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #140E55 is Cyan = 0.76, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB201485-
CMYK0.760.8400.67
HSL245.07º71.72%19.41%-
HSV(B)245.07º83.53%33.33%-
XYZ2.091.128.7-
YUV23.89162.49125.23-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 16.81%
GREEN value IS 14 (5.86% from 255) = 11.76%
BLUE value IS 85 (33.59% from 255) = 71.43%
R=16.81%
G=11.76%
B=71.43%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2014850.760.8400.67245.0771.7219.41
Hex14E554C54043f54813
Octal2416125114124010336511023
Binary1010011101010101100110010101000100001111110101100100010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #140E55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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