#141359

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

Shades of Midnight Blue #141359

Tints of Midnight Blue #141359

Color information

#141359 (or 0x141359) is unknown color: approx Midnight Blue. HEX triplet: 14, 13 and 59. RGB value is (20,19,89). Sum of RGB (Red+Green+Blue) = 20+19+89=128 (16% of max value = 765). Red value is 20 (8.20% from 255 or 15.62% from 128); Green value is 19 (7.81% from 255 or 14.84% from 128); Blue value is 89 (35.16% from 255 or 69.53% from 128); Max value from RGB is 89 - color contains mainly: blue. Hex color #141359 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #141359 is #EBECA6. Grayscale: #1B1B1B. Windows color (decimal): -15461543 or 5837588. OLE color: 5837588.

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

Color convert

RGB201989-
CMYK0.780.7900.65
HSL240.86º64.81%21.18%-
HSV(B)240.86º78.65%34.9%-
XYZ2.321.349.59-
YUV27.28162.83122.81-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 15.62%
GREEN value IS 19 (7.81% from 255) = 14.84%
BLUE value IS 89 (35.16% from 255) = 69.53%
R=15.62%
G=14.84%
B=69.53%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal2019890.780.7900.65240.8664.8121.18
Hex1413594E4F041f14115
Octal2423131116117010136110125
Binary10100100111011001100111010011110100000111110001100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #141359

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #141359; }

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

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

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

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

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

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

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

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