#140C59

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

Shades of Midnight Blue #140C59

Tints of Midnight Blue #140C59

Color information

#140C59 (or 0x140C59) is unknown color: approx Midnight Blue. HEX triplet: 14, 0C and 59. RGB value is (20,12,89). Sum of RGB (Red+Green+Blue) = 20+12+89=121 (16% of max value = 765). Red value is 20 (8.20% from 255 or 16.53% from 121); Green value is 12 (5.08% from 255 or 9.92% from 121); Blue value is 89 (35.16% from 255 or 73.55% from 121); Max value from RGB is 89 - color contains mainly: blue. Hex color #140C59 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #140C59 is #EBF3A6. Grayscale: #161616. Windows color (decimal): -15463335 or 5835796. OLE color: 5835796.

HSL color Cylindrical-coordinate representation of color #140C59: hue angle of 246.23º degrees, saturation: 0.76, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #140C59 is Cyan = 0.78, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB201289-
CMYK0.780.8700.65
HSL246.23º76.24%19.8%-
HSV(B)246.23º86.52%34.9%-
XYZ2.221.139.55-
YUV23.17165.15125.74-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 16.53%
GREEN value IS 12 (5.08% from 255) = 9.92%
BLUE value IS 89 (35.16% from 255) = 73.55%
R=16.53%
G=9.92%
B=73.55%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal2012890.780.8700.65246.2376.2419.8
Hex14C594E57041f64c14
Octal2414131116127010136611424
Binary1010011001011001100111010101110100000111110110100110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #140C59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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