#141356

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

Shades of Midnight Blue #141356

Tints of Midnight Blue #141356

Color information

#141356 (or 0x141356) is unknown color: approx Midnight Blue. HEX triplet: 14, 13 and 56. RGB value is (20,19,86). Sum of RGB (Red+Green+Blue) = 20+19+86=125 (16% of max value = 765). Red value is 20 (8.20% from 255 or 16% from 125); Green value is 19 (7.81% from 255 or 15.2% from 125); Blue value is 86 (33.98% from 255 or 68.8% from 125); Max value from RGB is 86 - color contains mainly: blue. Hex color #141356 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #141356 is #EBECA9. Grayscale: #1A1A1A. Windows color (decimal): -15461546 or 5640980. OLE color: 5640980.

HSL color Cylindrical-coordinate representation of color #141356: hue angle of 240.9º degrees, saturation: 0.64, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #141356 is Cyan = 0.77, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB201986-
CMYK0.770.7800.66
HSL240.9º63.81%20.59%-
HSV(B)240.9º77.91%33.73%-
XYZ2.21.298.94-
YUV26.94161.33123.05-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 16%
GREEN value IS 19 (7.81% from 255) = 15.2%
BLUE value IS 86 (33.98% from 255) = 68.8%
R=16%
G=15.2%
B=68.8%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal2019860.770.7800.66240.963.8120.59
Hex1413564D4E042f14015
Octal2423126115116010236110025
Binary10100100111010110100110110011100100001011110001100000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #141356

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #141356; }

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

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

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

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

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

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

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

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